Skip to content

Commit

Permalink
Deploying to docs from @ e203d15 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
songkeys committed Jan 7, 2024
1 parent 3889b3b commit f9a299e
Show file tree
Hide file tree
Showing 127 changed files with 458 additions and 436 deletions.
4 changes: 2 additions & 2 deletions assets/main.js

Large diffs are not rendered by default.

50 changes: 35 additions & 15 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
--light-color-ts-constructor-signature: var(--light-color-ts-constructor);
--light-color-ts-parameter: var(--light-color-ts-variable);
/* type literal not included as links will never be generated to it */
--light-color-ts-type-parameter: var(--light-color-ts-type-alias);
--light-color-ts-type-parameter: #a55c0e;
--light-color-ts-accessor: var(--light-color-ts-property);
--light-color-ts-get-signature: var(--light-color-ts-accessor);
--light-color-ts-set-signature: var(--light-color-ts-accessor);
Expand Down Expand Up @@ -69,7 +69,7 @@
--dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
--dark-color-ts-parameter: var(--dark-color-ts-variable);
/* type literal not included as links will never be generated to it */
--dark-color-ts-type-parameter: var(--dark-color-ts-type-alias);
--dark-color-ts-type-parameter: #e07d13;
--dark-color-ts-accessor: var(--dark-color-ts-property);
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
Expand Down Expand Up @@ -266,12 +266,12 @@ h6 {
line-height: 1.2;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
h1 > a:not(.link),
h2 > a:not(.link),
h3 > a:not(.link),
h4 > a:not(.link),
h5 > a:not(.link),
h6 > a:not(.link) {
text-decoration: none;
color: var(--color-text);
}
Expand Down Expand Up @@ -649,6 +649,28 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
font-weight: bold;
}

.tsd-full-hierarchy:not(:last-child) {
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid var(--color-accent);
}
.tsd-full-hierarchy,
.tsd-full-hierarchy ul {
list-style: none;
margin: 0;
padding: 0;
}
.tsd-full-hierarchy ul {
padding-left: 1.5rem;
}
.tsd-full-hierarchy a {
padding: 0.25rem 0 !important;
font-size: 1rem;
display: inline-flex;
align-items: center;
color: var(--color-text);
}

.tsd-panel-group.tsd-index-group {
margin-bottom: 0;
}
Expand Down Expand Up @@ -714,12 +736,15 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
}
.tsd-navigation > a,
.tsd-navigation .tsd-accordion-summary {
width: calc(100% - 0.5rem);
width: calc(100% - 0.25rem);
display: flex;
align-items: center;
}
.tsd-navigation a,
.tsd-navigation summary > span,
.tsd-page-navigation a {
display: inline-flex;
display: flex;
width: calc(100% - 0.25rem);
align-items: center;
padding: 0.25rem;
color: var(--color-text);
Expand Down Expand Up @@ -759,11 +784,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
margin-left: -1.5rem;
}

.tsd-nested-navigation > li > a,
.tsd-nested-navigation > li > span {
width: calc(100% - 1.75rem - 0.5rem);
}

.tsd-page-navigation ul {
padding-left: 1.75rem;
}
Expand Down
10 changes: 5 additions & 5 deletions classes/Contract.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions classes/Indexer.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions classes/contracts.BaseContract.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions classes/contracts.CbtContract.html

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions classes/contracts.CharacterContract.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions classes/contracts.CsbContract.html

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions classes/contracts.LinkContract.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions classes/contracts.LinkModuleContract.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions classes/contracts.MintModuleContract.html

Large diffs are not rendered by default.

81 changes: 41 additions & 40 deletions classes/contracts.NoteContract.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions classes/contracts.OperatorContract.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions classes/contracts.RevisionContract.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions classes/contracts.TipsContract.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions enums/AchievementStatus.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions enums/CharacterOperatorPermission.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions enums/FeedType.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions enums/NotificationType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/addressToAccount.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions functions/createContract.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions functions/createIndexer.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/createPublicClientFromChain.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/createTransport.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/createWalletClientFromPrivateKeyAccount.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/createWalletClientFromProvider.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/decodeModuleInitData.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/encodeModuleInitData.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/getLinkModule.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/getLinkModules.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/getMintModule.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/getMintModules.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/getModule.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/getModuleConfig.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/getModules.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/getProviderAccount.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/parseCsbUri.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/parseLog.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/validateAddress.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions functions/validateHandle.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions functions/validateHandleFormat.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/validateIsInSdn.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions functions/waitForTransactionReceiptWithRetry.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions functions/withHeaders.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions hierarchy.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/AchievementInfo.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/AchievementItem.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/AchievementItemGroup.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/AchievementSection.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/AttributesMetadata.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/BaseMetadata.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions interfaces/Character.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/CharacterEntity.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions interfaces/CharacterMetadata.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/CharacterOperatorEntity.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/CharacterStatEntity.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/EmailUserEntity.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/FeedEntity.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/LinkEntity.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/LinkItemAddress.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/LinkItemAnyUri.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/LinkItemCharacter.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/LinkItemERC721.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/LinkItemLinklist.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/LinkItemMap.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/LinkItemNote.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/LinkModuleEntity.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/LinklistEntity.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/ListResponse.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/MetadataEntity.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/MintModuleEntity.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/MintOrLinkModule.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions interfaces/MintOrLinkModuleConfig.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/MintedNoteEntity.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions interfaces/Note.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/NoteEntity.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions interfaces/NoteMetadata.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions interfaces/NoteMetadataAttachmentBase.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/NoteStatEntity.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/NotificationEntity.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions interfaces/PostNoteOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/TipConfigEntity.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/TipEntity.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/contracts.AddressOptions.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions interfaces/contracts.ContractOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions modules.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions modules/Abi.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions modules/contracts.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/Abi.Cbt.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/Abi.Entry.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/Abi.Linklist.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/Abi.Mira.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/Abi.NewbieVilla.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/Abi.Periphery.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/Abi.Tips.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/Abi.TipsWithConfig.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/Abi.TipsWithFee.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/AchievementStatusKey.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/CharacterPermissionKey.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/FeedTypeKey.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/FixedEventReturn.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/LinkItem.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/LinkItemType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/LinkModuleTargetItemType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/MaybeArray.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/Metadata.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/MetadataType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/MintModuleTargetItemType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/NotificationTypeKey.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/Numberish.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/Overwrite.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/ReadOverrides.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions types/Result.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions types/ValidateHandleError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/WriteOverrides.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/contracts.ResolvedContractOptions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/Abi.cbt-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/Abi.entry-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/Abi.linklist-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/Abi.mira-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/Abi.newbieVilla-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/Abi.periphery-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/Abi.tips-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/Abi.tipsWithConfig-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/Abi.tipsWithFee-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/NIL_ADDRESS.html

Large diffs are not rendered by default.

0 comments on commit f9a299e

Please sign in to comment.