Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add README.adoc (#297) #298

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions contracts/instance/module/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
= Modules

Contains the instance module contracts.

== Contracts

{{IAccess}}
{{IBundle}}
{{IComponents}}
{{IDistribution}}
{{IPolicy}}
{{IRisk}}
{{ISetup}}
{{ITreasury}}

29 changes: 29 additions & 0 deletions contracts/instance/service/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
= Service

Contains the instance service contracts.

== Contracts

{{ApplicationServiceManager}}
{{BundleServiceManager}}
{{ClaimServiceManager}}
{{DistributionServiceManager}}
{{IApplicationService}}
{{IClaimService}}
{{IPolicyService}}
{{IProductService}}
{{PolicyService}}
{{PoolService}}
{{ProductService}}
{{ApplicationService}}
{{BundleService}}
{{ClaimService}}
{{DistributionService}}
{{IBundleService}}
{{IDistributionService}}
{{IPoolService}}
{{PolicyServiceManager}}
{{PoolServiceManager}}
{{ProductServiceManager}}


16 changes: 16 additions & 0 deletions contracts/registry/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
= Registry

Contains the registry related contracts.

== Contracts

{{ChainNft}}
{{IRegistryService}}
{{IRegistry}}
{{ITransferInterceptor}}
{{RegistryAccessManager}}
{{RegistryServiceManager}}
{{RegistryService}}
{{Registry}}
{{ReleaseManager}}
{{TokenRegistry}}
23 changes: 23 additions & 0 deletions contracts/shared/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
= Shared

Contains the shared contracts.

== Contracts

{{ContractDeployerLib}}
{{ERC165}}
{{INftOwnable}}
{{IPolicyHolder}}
{{IRegisterable}}
{{IRegistryLinked}}
{{IService}}
{{IVersionable}}
{{NftOwnable}}
{{PolicyHolder}}
{{ProxyManager}}
{{Registerable}}
{{RegistryLinked}}
{{Service}}
{{TokenHandler}}
{{UpgradableProxyWithAdmin}}
{{Versionable}}
26 changes: 26 additions & 0 deletions contracts/types/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
= Types

Contains the types contracts.

== Contracts

{{AddressSet}}
{{Blocknumber}}
{{ChainId}}
{{ClaimId}}
{{DistributorType}}
{{Fee}}
{{Key32}}
{{NftIdSet}}
{{NftId}}
{{NumberId}}
{{ObjectType}}
{{PayoutId}}
{{Referral}}
{{RiskId}}
{{RoleId}}
{{Seconds}}
{{StateId}}
{{Timestamp}}
{{UFixed}}
{{Version}}
Loading