3land_sdk 1.0.0 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -3
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +74 -0
- package/dist/cjs/library/Irys/irys.d.ts +76 -0
- package/dist/cjs/library/Irys/irys.js +347 -0
- package/dist/cjs/library/Store.d.ts +18 -0
- package/dist/cjs/library/Store.js +376 -0
- package/dist/cjs/library/implementation/storeImplementation.d.ts +19 -0
- package/dist/cjs/library/implementation/storeImplementation.js +340 -0
- package/dist/cjs/library/instructions/store/buySingleEdition.d.ts +16 -0
- package/dist/cjs/library/instructions/store/buySingleEdition.js +165 -0
- package/dist/cjs/library/instructions/store/createSingleEdition.d.ts +3 -0
- package/dist/cjs/library/instructions/store/createSingleEdition.js +30 -0
- package/dist/cjs/library/instructions/store/createStore.d.ts +3 -0
- package/dist/cjs/library/instructions/store/createStore.js +9 -0
- package/dist/cjs/library/instructions/store/idl.d.ts +507 -0
- package/dist/cjs/library/instructions/store/idl.js +7621 -0
- package/dist/cjs/library/instructions/store/uploadFilesIryis.d.ts +12 -0
- package/dist/cjs/library/instructions/store/uploadFilesIryis.js +110 -0
- package/dist/cjs/types/accounts/ArchiveDeposit.d.ts +62 -0
- package/dist/cjs/types/accounts/ArchiveDeposit.js +170 -0
- package/dist/cjs/types/accounts/Authority.d.ts +15 -0
- package/dist/cjs/types/accounts/Authority.js +84 -0
- package/dist/cjs/types/accounts/BurnDeposit.d.ts +25 -0
- package/dist/cjs/types/accounts/BurnDeposit.js +105 -0
- package/dist/cjs/types/accounts/BurnProgress.d.ts +21 -0
- package/dist/cjs/types/accounts/BurnProgress.js +100 -0
- package/dist/cjs/types/accounts/BuyHistory.d.ts +31 -0
- package/dist/cjs/types/accounts/BuyHistory.js +116 -0
- package/dist/cjs/types/accounts/BuyTrack.d.ts +21 -0
- package/dist/cjs/types/accounts/BuyTrack.js +96 -0
- package/dist/cjs/types/accounts/Card.d.ts +56 -0
- package/dist/cjs/types/accounts/Card.js +160 -0
- package/dist/cjs/types/accounts/CollectionRegistry.d.ts +41 -0
- package/dist/cjs/types/accounts/CollectionRegistry.js +135 -0
- package/dist/cjs/types/accounts/CollectorRegistry.d.ts +41 -0
- package/dist/cjs/types/accounts/CollectorRegistry.js +135 -0
- package/dist/cjs/types/accounts/CreatorRegistry.d.ts +44 -0
- package/dist/cjs/types/accounts/CreatorRegistry.js +140 -0
- package/dist/cjs/types/accounts/CurrencyArtistProof.d.ts +28 -0
- package/dist/cjs/types/accounts/CurrencyArtistProof.js +113 -0
- package/dist/cjs/types/accounts/GenericUser.d.ts +53 -0
- package/dist/cjs/types/accounts/GenericUser.js +155 -0
- package/dist/cjs/types/accounts/ItemArchive.d.ts +68 -0
- package/dist/cjs/types/accounts/ItemArchive.js +180 -0
- package/dist/cjs/types/accounts/ItemReserveList.d.ts +18 -0
- package/dist/cjs/types/accounts/ItemReserveList.js +93 -0
- package/dist/cjs/types/accounts/ItemReserveList2.d.ts +15 -0
- package/dist/cjs/types/accounts/ItemReserveList2.js +84 -0
- package/dist/cjs/types/accounts/LutVault.d.ts +21 -0
- package/dist/cjs/types/accounts/LutVault.js +100 -0
- package/dist/cjs/types/accounts/Pack.d.ts +122 -0
- package/dist/cjs/types/accounts/Pack.js +270 -0
- package/dist/cjs/types/accounts/PackContent.d.ts +22 -0
- package/dist/cjs/types/accounts/PackContent.js +101 -0
- package/dist/cjs/types/accounts/PackOpenHolder.d.ts +37 -0
- package/dist/cjs/types/accounts/PackOpenHolder.js +126 -0
- package/dist/cjs/types/accounts/PackReceipt.d.ts +41 -0
- package/dist/cjs/types/accounts/PackReceipt.js +135 -0
- package/dist/cjs/types/accounts/PackTraits.d.ts +22 -0
- package/dist/cjs/types/accounts/PackTraits.js +100 -0
- package/dist/cjs/types/accounts/Payment.d.ts +22 -0
- package/dist/cjs/types/accounts/Payment.js +100 -0
- package/dist/cjs/types/accounts/PoolVault.d.ts +53 -0
- package/dist/cjs/types/accounts/PoolVault.js +155 -0
- package/dist/cjs/types/accounts/RevealForMe.d.ts +37 -0
- package/dist/cjs/types/accounts/RevealForMe.js +124 -0
- package/dist/cjs/types/accounts/SecureHolder.d.ts +22 -0
- package/dist/cjs/types/accounts/SecureHolder.js +100 -0
- package/dist/cjs/types/accounts/Single.d.ts +98 -0
- package/dist/cjs/types/accounts/Single.js +228 -0
- package/dist/cjs/types/accounts/Store.d.ts +53 -0
- package/dist/cjs/types/accounts/Store.js +156 -0
- package/dist/cjs/types/accounts/StoresHolder.d.ts +32 -0
- package/dist/cjs/types/accounts/StoresHolder.js +127 -0
- package/dist/cjs/types/accounts/ThreeId.d.ts +56 -0
- package/dist/cjs/types/accounts/ThreeId.js +158 -0
- package/dist/cjs/types/accounts/TokenManager.d.ts +68 -0
- package/dist/cjs/types/accounts/TokenManager.js +180 -0
- package/dist/cjs/types/accounts/ZeroCard.d.ts +15 -0
- package/dist/cjs/types/accounts/ZeroCard.js +84 -0
- package/dist/cjs/types/accounts/ZeroContent.d.ts +18 -0
- package/dist/cjs/types/accounts/ZeroContent.js +94 -0
- package/dist/cjs/types/accounts/ZeroOpenHolder.d.ts +50 -0
- package/dist/cjs/types/accounts/ZeroOpenHolder.js +156 -0
- package/dist/cjs/types/accounts/index.d.ts +66 -0
- package/dist/cjs/types/accounts/index.js +69 -0
- package/dist/cjs/types/errors/anchor.d.ts +434 -0
- package/dist/cjs/types/errors/anchor.js +712 -0
- package/dist/cjs/types/errors/index.d.ts +4 -0
- package/dist/cjs/types/errors/index.js +66 -0
- package/dist/cjs/types/implementation/implementationTypes.d.ts +23 -0
- package/dist/cjs/types/implementation/implementationTypes.js +2 -0
- package/dist/cjs/types/instructions/addBurn.d.ts +19 -0
- package/dist/cjs/types/instructions/addBurn.js +56 -0
- package/dist/cjs/types/instructions/adjustDepositBurn.d.ts +11 -0
- package/dist/cjs/types/instructions/adjustDepositBurn.js +19 -0
- package/dist/cjs/types/instructions/archiveItem.d.ts +21 -0
- package/dist/cjs/types/instructions/archiveItem.js +56 -0
- package/dist/cjs/types/instructions/assignPackDelegate.d.ts +9 -0
- package/dist/cjs/types/instructions/assignPackDelegate.js +18 -0
- package/dist/cjs/types/instructions/burnPay.d.ts +18 -0
- package/dist/cjs/types/instructions/burnPay.js +55 -0
- package/dist/cjs/types/instructions/buyPack.d.ts +24 -0
- package/dist/cjs/types/instructions/buyPack.js +64 -0
- package/dist/cjs/types/instructions/buyPay.d.ts +18 -0
- package/dist/cjs/types/instructions/buyPay.js +65 -0
- package/dist/cjs/types/instructions/buyToken.d.ts +20 -0
- package/dist/cjs/types/instructions/buyToken.js +62 -0
- package/dist/cjs/types/instructions/claimZeroCard.d.ts +39 -0
- package/dist/cjs/types/instructions/claimZeroCard.js +86 -0
- package/dist/cjs/types/instructions/closeDepositBurn.d.ts +16 -0
- package/dist/cjs/types/instructions/closeDepositBurn.js +49 -0
- package/dist/cjs/types/instructions/closeRegisterTraits.d.ts +8 -0
- package/dist/cjs/types/instructions/closeRegisterTraits.js +17 -0
- package/dist/cjs/types/instructions/createCard.d.ts +18 -0
- package/dist/cjs/types/instructions/createCard.js +57 -0
- package/dist/cjs/types/instructions/createCollection.d.ts +21 -0
- package/dist/cjs/types/instructions/createCollection.js +66 -0
- package/dist/cjs/types/instructions/createPack.d.ts +24 -0
- package/dist/cjs/types/instructions/createPack.js +67 -0
- package/dist/cjs/types/instructions/createSingle.d.ts +24 -0
- package/dist/cjs/types/instructions/createSingle.js +67 -0
- package/dist/cjs/types/instructions/createStore.d.ts +15 -0
- package/dist/cjs/types/instructions/createStore.js +54 -0
- package/dist/cjs/types/instructions/createTokenLauncher.d.ts +27 -0
- package/dist/cjs/types/instructions/createTokenLauncher.js +75 -0
- package/dist/cjs/types/instructions/createZeroCard.d.ts +24 -0
- package/dist/cjs/types/instructions/createZeroCard.js +68 -0
- package/dist/cjs/types/instructions/deleteCard.d.ts +10 -0
- package/dist/cjs/types/instructions/deleteCard.js +19 -0
- package/dist/cjs/types/instructions/deletePack.d.ts +14 -0
- package/dist/cjs/types/instructions/deletePack.js +23 -0
- package/dist/cjs/types/instructions/deleteSingle.d.ts +12 -0
- package/dist/cjs/types/instructions/deleteSingle.js +21 -0
- package/dist/cjs/types/instructions/deleteTokenLauncher.d.ts +11 -0
- package/dist/cjs/types/instructions/deleteTokenLauncher.js +24 -0
- package/dist/cjs/types/instructions/depositBurn.d.ts +21 -0
- package/dist/cjs/types/instructions/depositBurn.js +53 -0
- package/dist/cjs/types/instructions/donateUser.d.ts +29 -0
- package/dist/cjs/types/instructions/donateUser.js +74 -0
- package/dist/cjs/types/instructions/feedPool.d.ts +20 -0
- package/dist/cjs/types/instructions/feedPool.js +59 -0
- package/dist/cjs/types/instructions/feedTraits.d.ts +14 -0
- package/dist/cjs/types/instructions/feedTraits.js +49 -0
- package/dist/cjs/types/instructions/feedTree.d.ts +20 -0
- package/dist/cjs/types/instructions/feedTree.js +60 -0
- package/dist/cjs/types/instructions/flagPack.d.ts +15 -0
- package/dist/cjs/types/instructions/flagPack.js +54 -0
- package/dist/cjs/types/instructions/flagSingle.d.ts +14 -0
- package/dist/cjs/types/instructions/flagSingle.js +52 -0
- package/dist/cjs/types/instructions/gatePay.d.ts +21 -0
- package/dist/cjs/types/instructions/gatePay.js +57 -0
- package/dist/cjs/types/instructions/index.d.ts +104 -0
- package/dist/cjs/types/instructions/index.js +108 -0
- package/dist/cjs/types/instructions/initialize.d.ts +14 -0
- package/dist/cjs/types/instructions/initialize.js +51 -0
- package/dist/cjs/types/instructions/openPack.d.ts +28 -0
- package/dist/cjs/types/instructions/openPack.js +69 -0
- package/dist/cjs/types/instructions/prepareCreator.d.ts +9 -0
- package/dist/cjs/types/instructions/prepareCreator.js +18 -0
- package/dist/cjs/types/instructions/preparePack.d.ts +16 -0
- package/dist/cjs/types/instructions/preparePack.js +53 -0
- package/dist/cjs/types/instructions/prepareTraits.d.ts +8 -0
- package/dist/cjs/types/instructions/prepareTraits.js +17 -0
- package/dist/cjs/types/instructions/printPack.d.ts +37 -0
- package/dist/cjs/types/instructions/printPack.js +78 -0
- package/dist/cjs/types/instructions/printSingle.d.ts +40 -0
- package/dist/cjs/types/instructions/printSingle.js +86 -0
- package/dist/cjs/types/instructions/recoverDepositBurn.d.ts +33 -0
- package/dist/cjs/types/instructions/recoverDepositBurn.js +66 -0
- package/dist/cjs/types/instructions/registerActivity.d.ts +13 -0
- package/dist/cjs/types/instructions/registerActivity.js +47 -0
- package/dist/cjs/types/instructions/registerCollector.d.ts +16 -0
- package/dist/cjs/types/instructions/registerCollector.js +62 -0
- package/dist/cjs/types/instructions/registerCreator.d.ts +14 -0
- package/dist/cjs/types/instructions/registerCreator.js +49 -0
- package/dist/cjs/types/instructions/registerGenericUser.d.ts +31 -0
- package/dist/cjs/types/instructions/registerGenericUser.js +80 -0
- package/dist/cjs/types/instructions/registerPackUploads.d.ts +13 -0
- package/dist/cjs/types/instructions/registerPackUploads.js +48 -0
- package/dist/cjs/types/instructions/registerTraits.d.ts +12 -0
- package/dist/cjs/types/instructions/registerTraits.js +47 -0
- package/dist/cjs/types/instructions/registerUser.d.ts +14 -0
- package/dist/cjs/types/instructions/registerUser.js +53 -0
- package/dist/cjs/types/instructions/storeLutFor.d.ts +13 -0
- package/dist/cjs/types/instructions/storeLutFor.js +48 -0
- package/dist/cjs/types/instructions/unwrapAndDestroy.d.ts +22 -0
- package/dist/cjs/types/instructions/unwrapAndDestroy.js +53 -0
- package/dist/cjs/types/instructions/updateCard.d.ts +16 -0
- package/dist/cjs/types/instructions/updateCard.js +56 -0
- package/dist/cjs/types/instructions/updatePack.d.ts +22 -0
- package/dist/cjs/types/instructions/updatePack.js +66 -0
- package/dist/cjs/types/instructions/updateSingle.d.ts +20 -0
- package/dist/cjs/types/instructions/updateSingle.js +62 -0
- package/dist/cjs/types/instructions/updateStore.d.ts +14 -0
- package/dist/cjs/types/instructions/updateStore.js +52 -0
- package/dist/cjs/types/instructions/withdrawFromStore.d.ts +7 -0
- package/dist/cjs/types/instructions/withdrawFromStore.js +16 -0
- package/dist/cjs/types/programId.d.ts +13 -0
- package/dist/cjs/types/programId.js +19 -0
- package/dist/cjs/types/types/AccountClass.d.ts +369 -0
- package/dist/cjs/types/types/AccountClass.js +777 -0
- package/dist/cjs/types/types/AccountHasher.d.ts +41 -0
- package/dist/cjs/types/types/AccountHasher.js +82 -0
- package/dist/cjs/types/types/ActionAfter.d.ts +83 -0
- package/dist/cjs/types/types/ActionAfter.js +179 -0
- package/dist/cjs/types/types/AllowedCurrencyArgs.d.ts +21 -0
- package/dist/cjs/types/types/AllowedCurrencyArgs.js +60 -0
- package/dist/cjs/types/types/AuthorityGateTypes.d.ts +31 -0
- package/dist/cjs/types/types/AuthorityGateTypes.js +101 -0
- package/dist/cjs/types/types/BurnCount.d.ts +54 -0
- package/dist/cjs/types/types/BurnCount.js +61 -0
- package/dist/cjs/types/types/BurnState.d.ts +31 -0
- package/dist/cjs/types/types/BurnState.js +101 -0
- package/dist/cjs/types/types/BurnTrack.d.ts +30 -0
- package/dist/cjs/types/types/BurnTrack.js +66 -0
- package/dist/cjs/types/types/BurnType.d.ts +44 -0
- package/dist/cjs/types/types/BurnType.js +127 -0
- package/dist/cjs/types/types/BurnTypeBurn.d.ts +18 -0
- package/dist/cjs/types/types/BurnTypeBurn.js +73 -0
- package/dist/cjs/types/types/BuyHistoryClass.d.ts +31 -0
- package/dist/cjs/types/types/BuyHistoryClass.js +101 -0
- package/dist/cjs/types/types/CardClass.d.ts +18 -0
- package/dist/cjs/types/types/CardClass.js +73 -0
- package/dist/cjs/types/types/CardState.d.ts +96 -0
- package/dist/cjs/types/types/CardState.js +231 -0
- package/dist/cjs/types/types/CardTrack.d.ts +59 -0
- package/dist/cjs/types/types/CardTrack.js +75 -0
- package/dist/cjs/types/types/Category.d.ts +31 -0
- package/dist/cjs/types/types/Category.js +70 -0
- package/dist/cjs/types/types/CnftData.d.ts +36 -0
- package/dist/cjs/types/types/CnftData.js +80 -0
- package/dist/cjs/types/types/CollectTrack.d.ts +27 -0
- package/dist/cjs/types/types/CollectTrack.js +69 -0
- package/dist/cjs/types/types/Collection.d.ts +27 -0
- package/dist/cjs/types/types/Collection.js +66 -0
- package/dist/cjs/types/types/CompactCnftData.d.ts +31 -0
- package/dist/cjs/types/types/CompactCnftData.js +74 -0
- package/dist/cjs/types/types/CoolTimePerAmountArgs.d.ts +31 -0
- package/dist/cjs/types/types/CoolTimePerAmountArgs.js +70 -0
- package/dist/cjs/types/types/Creator.d.ts +32 -0
- package/dist/cjs/types/types/Creator.js +71 -0
- package/dist/cjs/types/types/CreatorGateArgs.d.ts +22 -0
- package/dist/cjs/types/types/CreatorGateArgs.js +61 -0
- package/dist/cjs/types/types/CurrencyArtistProof.d.ts +37 -0
- package/dist/cjs/types/types/CurrencyArtistProof.js +84 -0
- package/dist/cjs/types/types/CurrencyType.d.ts +110 -0
- package/dist/cjs/types/types/CurrencyType.js +219 -0
- package/dist/cjs/types/types/DateTraitInit.d.ts +27 -0
- package/dist/cjs/types/types/DateTraitInit.js +69 -0
- package/dist/cjs/types/types/DateTraitInitMap.d.ts +32 -0
- package/dist/cjs/types/types/DateTraitInitMap.js +74 -0
- package/dist/cjs/types/types/Deposit.d.ts +134 -0
- package/dist/cjs/types/types/Deposit.js +85 -0
- package/dist/cjs/types/types/DepositFormat.d.ts +31 -0
- package/dist/cjs/types/types/DepositFormat.js +101 -0
- package/dist/cjs/types/types/DepositState.d.ts +31 -0
- package/dist/cjs/types/types/DepositState.js +101 -0
- package/dist/cjs/types/types/DepositSubtype.d.ts +31 -0
- package/dist/cjs/types/types/DepositSubtype.js +101 -0
- package/dist/cjs/types/types/DepositTrack.d.ts +46 -0
- package/dist/cjs/types/types/DepositTrack.js +69 -0
- package/dist/cjs/types/types/DepositTrackType.d.ts +44 -0
- package/dist/cjs/types/types/DepositTrackType.js +127 -0
- package/dist/cjs/types/types/DepositType.d.ts +122 -0
- package/dist/cjs/types/types/DepositType.js +183 -0
- package/dist/cjs/types/types/Earnings.d.ts +14 -0
- package/dist/cjs/types/types/Earnings.js +50 -0
- package/dist/cjs/types/types/EditionStoreType.d.ts +44 -0
- package/dist/cjs/types/types/EditionStoreType.js +127 -0
- package/dist/cjs/types/types/EncryptedPayload.d.ts +26 -0
- package/dist/cjs/types/types/EncryptedPayload.js +65 -0
- package/dist/cjs/types/types/ExtraParameter.d.ts +44 -0
- package/dist/cjs/types/types/ExtraParameter.js +114 -0
- package/dist/cjs/types/types/FakeBurnCount.d.ts +53 -0
- package/dist/cjs/types/types/FakeBurnCount.js +70 -0
- package/dist/cjs/types/types/FakeDeposit.d.ts +63 -0
- package/dist/cjs/types/types/FakeDeposit.js +70 -0
- package/dist/cjs/types/types/FakeTraitPair.d.ts +26 -0
- package/dist/cjs/types/types/FakeTraitPair.js +65 -0
- package/dist/cjs/types/types/FakeTraitValue.d.ts +27 -0
- package/dist/cjs/types/types/FakeTraitValue.js +69 -0
- package/dist/cjs/types/types/FakeVolumeTrack.d.ts +34 -0
- package/dist/cjs/types/types/FakeVolumeTrack.js +67 -0
- package/dist/cjs/types/types/FeeType.d.ts +44 -0
- package/dist/cjs/types/types/FeeType.js +127 -0
- package/dist/cjs/types/types/FeedingTraits.d.ts +48 -0
- package/dist/cjs/types/types/FeedingTraits.js +61 -0
- package/dist/cjs/types/types/Filter.d.ts +34 -0
- package/dist/cjs/types/types/Filter.js +66 -0
- package/dist/cjs/types/types/FilterType.d.ts +18 -0
- package/dist/cjs/types/types/FilterType.js +73 -0
- package/dist/cjs/types/types/GeneralStore.d.ts +18 -0
- package/dist/cjs/types/types/GeneralStore.js +73 -0
- package/dist/cjs/types/types/GenericStore.d.ts +48 -0
- package/dist/cjs/types/types/GenericStore.js +66 -0
- package/dist/cjs/types/types/GenericValue.d.ts +72 -0
- package/dist/cjs/types/types/GenericValue.js +158 -0
- package/dist/cjs/types/types/GlobalFee.d.ts +50 -0
- package/dist/cjs/types/types/GlobalFee.js +86 -0
- package/dist/cjs/types/types/GlobalState.d.ts +57 -0
- package/dist/cjs/types/types/GlobalState.js +153 -0
- package/dist/cjs/types/types/IndexDate.d.ts +41 -0
- package/dist/cjs/types/types/IndexDate.js +86 -0
- package/dist/cjs/types/types/IndexDates.d.ts +50 -0
- package/dist/cjs/types/types/IndexDates.js +66 -0
- package/dist/cjs/types/types/Item.d.ts +107 -0
- package/dist/cjs/types/types/Item.js +61 -0
- package/dist/cjs/types/types/ItemClass.d.ts +31 -0
- package/dist/cjs/types/types/ItemClass.js +101 -0
- package/dist/cjs/types/types/ItemState.d.ts +122 -0
- package/dist/cjs/types/types/ItemState.js +283 -0
- package/dist/cjs/types/types/ItemTrack.d.ts +68 -0
- package/dist/cjs/types/types/ItemTrack.js +79 -0
- package/dist/cjs/types/types/ListingPerWalletArgs.d.ts +21 -0
- package/dist/cjs/types/types/ListingPerWalletArgs.js +60 -0
- package/dist/cjs/types/types/MemeVaultProof.d.ts +27 -0
- package/dist/cjs/types/types/MemeVaultProof.js +69 -0
- package/dist/cjs/types/types/MetadataArgs.d.ts +160 -0
- package/dist/cjs/types/types/MetadataArgs.js +138 -0
- package/dist/cjs/types/types/NonFungibleTraitInit.d.ts +27 -0
- package/dist/cjs/types/types/NonFungibleTraitInit.js +69 -0
- package/dist/cjs/types/types/NonFungibleTraitInitMap.d.ts +38 -0
- package/dist/cjs/types/types/NonFungibleTraitInitMap.js +79 -0
- package/dist/cjs/types/types/OnlyBetweenTimesArgs.d.ts +43 -0
- package/dist/cjs/types/types/OnlyBetweenTimesArgs.js +75 -0
- package/dist/cjs/types/types/OnlyTheseDOWArgs.d.ts +21 -0
- package/dist/cjs/types/types/OnlyTheseDOWArgs.js +60 -0
- package/dist/cjs/types/types/PackConfig.d.ts +62 -0
- package/dist/cjs/types/types/PackConfig.js +88 -0
- package/dist/cjs/types/types/PackOpenHolderState.d.ts +44 -0
- package/dist/cjs/types/types/PackOpenHolderState.js +127 -0
- package/dist/cjs/types/types/PackRule.d.ts +31 -0
- package/dist/cjs/types/types/PackRule.js +88 -0
- package/dist/cjs/types/types/PackState.d.ts +44 -0
- package/dist/cjs/types/types/PackState.js +127 -0
- package/dist/cjs/types/types/PackType.d.ts +44 -0
- package/dist/cjs/types/types/PackType.js +127 -0
- package/dist/cjs/types/types/PaymentClass.d.ts +44 -0
- package/dist/cjs/types/types/PaymentClass.js +127 -0
- package/dist/cjs/types/types/PoolAccess.d.ts +31 -0
- package/dist/cjs/types/types/PoolAccess.js +101 -0
- package/dist/cjs/types/types/PoolState.d.ts +31 -0
- package/dist/cjs/types/types/PoolState.js +101 -0
- package/dist/cjs/types/types/PoolType.d.ts +31 -0
- package/dist/cjs/types/types/PoolType.js +101 -0
- package/dist/cjs/types/types/Popularity.d.ts +112 -0
- package/dist/cjs/types/types/Popularity.js +79 -0
- package/dist/cjs/types/types/PopularityState.d.ts +265 -0
- package/dist/cjs/types/types/PopularityState.js +569 -0
- package/dist/cjs/types/types/PreviousDonationRecord.d.ts +42 -0
- package/dist/cjs/types/types/PreviousDonationRecord.js +79 -0
- package/dist/cjs/types/types/Price.d.ts +60 -0
- package/dist/cjs/types/types/Price.js +70 -0
- package/dist/cjs/types/types/PriceRule.d.ts +87 -0
- package/dist/cjs/types/types/PriceRule.js +196 -0
- package/dist/cjs/types/types/RecoverDeposit.d.ts +31 -0
- package/dist/cjs/types/types/RecoverDeposit.js +61 -0
- package/dist/cjs/types/types/Rule.d.ts +114 -0
- package/dist/cjs/types/types/Rule.js +167 -0
- package/dist/cjs/types/types/SaleConfig.d.ts +207 -0
- package/dist/cjs/types/types/SaleConfig.js +87 -0
- package/dist/cjs/types/types/SaleTrack.d.ts +37 -0
- package/dist/cjs/types/types/SaleTrack.js +84 -0
- package/dist/cjs/types/types/SaleType.d.ts +57 -0
- package/dist/cjs/types/types/SaleType.js +153 -0
- package/dist/cjs/types/types/Seed.d.ts +21 -0
- package/dist/cjs/types/types/Seed.js +60 -0
- package/dist/cjs/types/types/SelectedCard.d.ts +26 -0
- package/dist/cjs/types/types/SelectedCard.js +65 -0
- package/dist/cjs/types/types/SelectedZeroCard.d.ts +26 -0
- package/dist/cjs/types/types/SelectedZeroCard.js +65 -0
- package/dist/cjs/types/types/SemiFungibleTraitInit.d.ts +27 -0
- package/dist/cjs/types/types/SemiFungibleTraitInit.js +69 -0
- package/dist/cjs/types/types/SemiFungibleTraitInitMap.d.ts +32 -0
- package/dist/cjs/types/types/SemiFungibleTraitInitMap.js +74 -0
- package/dist/cjs/types/types/ShortCreator.d.ts +27 -0
- package/dist/cjs/types/types/ShortCreator.js +66 -0
- package/dist/cjs/types/types/ShortMetadata.d.ts +98 -0
- package/dist/cjs/types/types/ShortMetadata.js +120 -0
- package/dist/cjs/types/types/ShortMetadataArgs.d.ts +53 -0
- package/dist/cjs/types/types/ShortMetadataArgs.js +94 -0
- package/dist/cjs/types/types/StoreConfig.d.ts +107 -0
- package/dist/cjs/types/types/StoreConfig.js +92 -0
- package/dist/cjs/types/types/StoreRule.d.ts +76 -0
- package/dist/cjs/types/types/StoreRule.js +128 -0
- package/dist/cjs/types/types/SuperCategory.d.ts +26 -0
- package/dist/cjs/types/types/SuperCategory.js +65 -0
- package/dist/cjs/types/types/TightCardMetadata.d.ts +59 -0
- package/dist/cjs/types/types/TightCardMetadata.js +104 -0
- package/dist/cjs/types/types/TimeRangeType.d.ts +44 -0
- package/dist/cjs/types/types/TimeRangeType.js +127 -0
- package/dist/cjs/types/types/TimedPerWalletArgs.d.ts +21 -0
- package/dist/cjs/types/types/TimedPerWalletArgs.js +60 -0
- package/dist/cjs/types/types/TokenMetadata.d.ts +31 -0
- package/dist/cjs/types/types/TokenMetadata.js +70 -0
- package/dist/cjs/types/types/TokenProgramVersion.d.ts +31 -0
- package/dist/cjs/types/types/TokenProgramVersion.js +101 -0
- package/dist/cjs/types/types/TokenStandard.d.ts +57 -0
- package/dist/cjs/types/types/TokenStandard.js +153 -0
- package/dist/cjs/types/types/TokenState.d.ts +31 -0
- package/dist/cjs/types/types/TokenState.js +101 -0
- package/dist/cjs/types/types/TokenType.d.ts +31 -0
- package/dist/cjs/types/types/TokenType.js +101 -0
- package/dist/cjs/types/types/TotalPerTimeArgs.d.ts +36 -0
- package/dist/cjs/types/types/TotalPerTimeArgs.js +80 -0
- package/dist/cjs/types/types/TotalPerTimeWalletArgs.d.ts +26 -0
- package/dist/cjs/types/types/TotalPerTimeWalletArgs.js +65 -0
- package/dist/cjs/types/types/TrackRegistry.d.ts +31 -0
- package/dist/cjs/types/types/TrackRegistry.js +101 -0
- package/dist/cjs/types/types/TraitInit.d.ts +88 -0
- package/dist/cjs/types/types/TraitInit.js +175 -0
- package/dist/cjs/types/types/TraitPass.d.ts +52 -0
- package/dist/cjs/types/types/TraitPass.js +61 -0
- package/dist/cjs/types/types/TraitPassType.d.ts +96 -0
- package/dist/cjs/types/types/TraitPassType.js +185 -0
- package/dist/cjs/types/types/TraitType.d.ts +112 -0
- package/dist/cjs/types/types/TraitType.js +206 -0
- package/dist/cjs/types/types/TraitValue.d.ts +32 -0
- package/dist/cjs/types/types/TraitValue.js +74 -0
- package/dist/cjs/types/types/UnlocksAfter.d.ts +70 -0
- package/dist/cjs/types/types/UnlocksAfter.js +153 -0
- package/dist/cjs/types/types/UnwrapMetadata.d.ts +79 -0
- package/dist/cjs/types/types/UnwrapMetadata.js +127 -0
- package/dist/cjs/types/types/UseMethod.d.ts +44 -0
- package/dist/cjs/types/types/UseMethod.js +127 -0
- package/dist/cjs/types/types/Uses.d.ts +44 -0
- package/dist/cjs/types/types/Uses.js +79 -0
- package/dist/cjs/types/types/VerifyCollectionMetadata.d.ts +55 -0
- package/dist/cjs/types/types/VerifyCollectionMetadata.js +93 -0
- package/dist/cjs/types/types/VolumeTrack.d.ts +27 -0
- package/dist/cjs/types/types/VolumeTrack.js +69 -0
- package/dist/cjs/types/types/WrappedSource.d.ts +38 -0
- package/dist/cjs/types/types/WrappedSource.js +85 -0
- package/dist/cjs/types/types/ZeroConfig.d.ts +36 -0
- package/dist/cjs/types/types/ZeroConfig.js +80 -0
- package/dist/cjs/types/types/index.d.ts +332 -0
- package/dist/cjs/types/types/index.js +264 -0
- package/dist/cjs/utility/Connection.d.ts +3 -0
- package/dist/cjs/utility/Connection.js +11 -0
- package/dist/cjs/utility/Holders.d.ts +8 -0
- package/dist/cjs/utility/Holders.js +11 -0
- package/dist/cjs/utility/PdaManager.d.ts +19 -0
- package/dist/cjs/utility/PdaManager.js +183 -0
- package/dist/cjs/utility/config.d.ts +11 -0
- package/dist/cjs/utility/config.js +23 -0
- package/dist/cjs/utility/utils.d.ts +13 -0
- package/dist/cjs/utility/utils.js +211 -0
- package/dist/cjs/utility/validation.d.ts +12 -0
- package/dist/cjs/utility/validation.js +160 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +72 -0
- package/dist/library/Irys/irys.d.ts +76 -0
- package/dist/library/Irys/irys.js +339 -0
- package/dist/library/Store.d.ts +18 -0
- package/dist/library/Store.js +367 -0
- package/dist/library/implementation/storeImplementation.d.ts +16 -0
- package/dist/library/implementation/storeImplementation.js +308 -0
- package/dist/library/instructions/store/buySingleEdition.d.ts +16 -0
- package/dist/library/instructions/store/buySingleEdition.js +161 -0
- package/dist/library/instructions/store/createSingleEdition.d.ts +3 -0
- package/dist/library/instructions/store/createSingleEdition.js +24 -0
- package/dist/library/instructions/store/createStore.d.ts +3 -0
- package/dist/library/instructions/store/createStore.js +6 -0
- package/dist/library/instructions/store/idl.d.ts +507 -0
- package/dist/library/instructions/store/idl.js +7618 -0
- package/dist/library/instructions/store/uploadFilesIryis.d.ts +12 -0
- package/dist/library/instructions/store/uploadFilesIryis.js +107 -0
- package/dist/types/accounts/ArchiveDeposit.d.ts +62 -0
- package/dist/types/accounts/ArchiveDeposit.js +140 -0
- package/dist/types/accounts/Authority.d.ts +15 -0
- package/dist/types/accounts/Authority.js +57 -0
- package/dist/types/accounts/BurnDeposit.d.ts +25 -0
- package/dist/types/accounts/BurnDeposit.js +78 -0
- package/dist/types/accounts/BurnProgress.d.ts +21 -0
- package/dist/types/accounts/BurnProgress.js +73 -0
- package/dist/types/accounts/BuyHistory.d.ts +31 -0
- package/dist/types/accounts/BuyHistory.js +89 -0
- package/dist/types/accounts/BuyTrack.d.ts +21 -0
- package/dist/types/accounts/BuyTrack.js +69 -0
- package/dist/types/accounts/Card.d.ts +56 -0
- package/dist/types/accounts/Card.js +130 -0
- package/dist/types/accounts/CollectionRegistry.d.ts +41 -0
- package/dist/types/accounts/CollectionRegistry.js +105 -0
- package/dist/types/accounts/CollectorRegistry.d.ts +41 -0
- package/dist/types/accounts/CollectorRegistry.js +105 -0
- package/dist/types/accounts/CreatorRegistry.d.ts +44 -0
- package/dist/types/accounts/CreatorRegistry.js +110 -0
- package/dist/types/accounts/CurrencyArtistProof.d.ts +28 -0
- package/dist/types/accounts/CurrencyArtistProof.js +83 -0
- package/dist/types/accounts/GenericUser.d.ts +53 -0
- package/dist/types/accounts/GenericUser.js +125 -0
- package/dist/types/accounts/ItemArchive.d.ts +68 -0
- package/dist/types/accounts/ItemArchive.js +150 -0
- package/dist/types/accounts/ItemReserveList.d.ts +18 -0
- package/dist/types/accounts/ItemReserveList.js +66 -0
- package/dist/types/accounts/ItemReserveList2.d.ts +15 -0
- package/dist/types/accounts/ItemReserveList2.js +57 -0
- package/dist/types/accounts/LutVault.d.ts +21 -0
- package/dist/types/accounts/LutVault.js +73 -0
- package/dist/types/accounts/Pack.d.ts +122 -0
- package/dist/types/accounts/Pack.js +240 -0
- package/dist/types/accounts/PackContent.d.ts +22 -0
- package/dist/types/accounts/PackContent.js +74 -0
- package/dist/types/accounts/PackOpenHolder.d.ts +37 -0
- package/dist/types/accounts/PackOpenHolder.js +99 -0
- package/dist/types/accounts/PackReceipt.d.ts +41 -0
- package/dist/types/accounts/PackReceipt.js +105 -0
- package/dist/types/accounts/PackTraits.d.ts +22 -0
- package/dist/types/accounts/PackTraits.js +73 -0
- package/dist/types/accounts/Payment.d.ts +22 -0
- package/dist/types/accounts/Payment.js +73 -0
- package/dist/types/accounts/PoolVault.d.ts +53 -0
- package/dist/types/accounts/PoolVault.js +125 -0
- package/dist/types/accounts/RevealForMe.d.ts +37 -0
- package/dist/types/accounts/RevealForMe.js +97 -0
- package/dist/types/accounts/SecureHolder.d.ts +22 -0
- package/dist/types/accounts/SecureHolder.js +73 -0
- package/dist/types/accounts/Single.d.ts +98 -0
- package/dist/types/accounts/Single.js +198 -0
- package/dist/types/accounts/Store.d.ts +53 -0
- package/dist/types/accounts/Store.js +126 -0
- package/dist/types/accounts/StoresHolder.d.ts +32 -0
- package/dist/types/accounts/StoresHolder.js +97 -0
- package/dist/types/accounts/ThreeId.d.ts +56 -0
- package/dist/types/accounts/ThreeId.js +128 -0
- package/dist/types/accounts/TokenManager.d.ts +68 -0
- package/dist/types/accounts/TokenManager.js +150 -0
- package/dist/types/accounts/ZeroCard.d.ts +15 -0
- package/dist/types/accounts/ZeroCard.js +57 -0
- package/dist/types/accounts/ZeroContent.d.ts +18 -0
- package/dist/types/accounts/ZeroContent.js +67 -0
- package/dist/types/accounts/ZeroOpenHolder.d.ts +50 -0
- package/dist/types/accounts/ZeroOpenHolder.js +126 -0
- package/dist/types/accounts/index.d.ts +66 -0
- package/dist/types/accounts/index.js +33 -0
- package/dist/types/errors/anchor.d.ts +434 -0
- package/dist/types/errors/anchor.js +653 -0
- package/dist/types/errors/index.d.ts +4 -0
- package/dist/types/errors/index.js +39 -0
- package/dist/types/implementation/implementationTypes.d.ts +23 -0
- package/dist/types/implementation/implementationTypes.js +1 -0
- package/dist/types/instructions/addBurn.d.ts +19 -0
- package/dist/types/instructions/addBurn.js +29 -0
- package/dist/types/instructions/adjustDepositBurn.d.ts +11 -0
- package/dist/types/instructions/adjustDepositBurn.js +16 -0
- package/dist/types/instructions/archiveItem.d.ts +21 -0
- package/dist/types/instructions/archiveItem.js +29 -0
- package/dist/types/instructions/assignPackDelegate.d.ts +9 -0
- package/dist/types/instructions/assignPackDelegate.js +15 -0
- package/dist/types/instructions/burnPay.d.ts +18 -0
- package/dist/types/instructions/burnPay.js +28 -0
- package/dist/types/instructions/buyPack.d.ts +24 -0
- package/dist/types/instructions/buyPack.js +37 -0
- package/dist/types/instructions/buyPay.d.ts +18 -0
- package/dist/types/instructions/buyPay.js +38 -0
- package/dist/types/instructions/buyToken.d.ts +20 -0
- package/dist/types/instructions/buyToken.js +35 -0
- package/dist/types/instructions/claimZeroCard.d.ts +39 -0
- package/dist/types/instructions/claimZeroCard.js +59 -0
- package/dist/types/instructions/closeDepositBurn.d.ts +16 -0
- package/dist/types/instructions/closeDepositBurn.js +22 -0
- package/dist/types/instructions/closeRegisterTraits.d.ts +8 -0
- package/dist/types/instructions/closeRegisterTraits.js +14 -0
- package/dist/types/instructions/createCard.d.ts +18 -0
- package/dist/types/instructions/createCard.js +30 -0
- package/dist/types/instructions/createCollection.d.ts +21 -0
- package/dist/types/instructions/createCollection.js +39 -0
- package/dist/types/instructions/createPack.d.ts +24 -0
- package/dist/types/instructions/createPack.js +40 -0
- package/dist/types/instructions/createSingle.d.ts +24 -0
- package/dist/types/instructions/createSingle.js +40 -0
- package/dist/types/instructions/createStore.d.ts +15 -0
- package/dist/types/instructions/createStore.js +27 -0
- package/dist/types/instructions/createTokenLauncher.d.ts +27 -0
- package/dist/types/instructions/createTokenLauncher.js +48 -0
- package/dist/types/instructions/createZeroCard.d.ts +24 -0
- package/dist/types/instructions/createZeroCard.js +41 -0
- package/dist/types/instructions/deleteCard.d.ts +10 -0
- package/dist/types/instructions/deleteCard.js +16 -0
- package/dist/types/instructions/deletePack.d.ts +14 -0
- package/dist/types/instructions/deletePack.js +20 -0
- package/dist/types/instructions/deleteSingle.d.ts +12 -0
- package/dist/types/instructions/deleteSingle.js +18 -0
- package/dist/types/instructions/deleteTokenLauncher.d.ts +11 -0
- package/dist/types/instructions/deleteTokenLauncher.js +21 -0
- package/dist/types/instructions/depositBurn.d.ts +21 -0
- package/dist/types/instructions/depositBurn.js +26 -0
- package/dist/types/instructions/donateUser.d.ts +29 -0
- package/dist/types/instructions/donateUser.js +47 -0
- package/dist/types/instructions/feedPool.d.ts +20 -0
- package/dist/types/instructions/feedPool.js +32 -0
- package/dist/types/instructions/feedTraits.d.ts +14 -0
- package/dist/types/instructions/feedTraits.js +22 -0
- package/dist/types/instructions/feedTree.d.ts +20 -0
- package/dist/types/instructions/feedTree.js +33 -0
- package/dist/types/instructions/flagPack.d.ts +15 -0
- package/dist/types/instructions/flagPack.js +27 -0
- package/dist/types/instructions/flagSingle.d.ts +14 -0
- package/dist/types/instructions/flagSingle.js +25 -0
- package/dist/types/instructions/gatePay.d.ts +21 -0
- package/dist/types/instructions/gatePay.js +30 -0
- package/dist/types/instructions/index.d.ts +104 -0
- package/dist/types/instructions/index.js +52 -0
- package/dist/types/instructions/initialize.d.ts +14 -0
- package/dist/types/instructions/initialize.js +24 -0
- package/dist/types/instructions/openPack.d.ts +28 -0
- package/dist/types/instructions/openPack.js +42 -0
- package/dist/types/instructions/prepareCreator.d.ts +9 -0
- package/dist/types/instructions/prepareCreator.js +15 -0
- package/dist/types/instructions/preparePack.d.ts +16 -0
- package/dist/types/instructions/preparePack.js +26 -0
- package/dist/types/instructions/prepareTraits.d.ts +8 -0
- package/dist/types/instructions/prepareTraits.js +14 -0
- package/dist/types/instructions/printPack.d.ts +37 -0
- package/dist/types/instructions/printPack.js +51 -0
- package/dist/types/instructions/printSingle.d.ts +40 -0
- package/dist/types/instructions/printSingle.js +59 -0
- package/dist/types/instructions/recoverDepositBurn.d.ts +33 -0
- package/dist/types/instructions/recoverDepositBurn.js +39 -0
- package/dist/types/instructions/registerActivity.d.ts +13 -0
- package/dist/types/instructions/registerActivity.js +20 -0
- package/dist/types/instructions/registerCollector.d.ts +16 -0
- package/dist/types/instructions/registerCollector.js +35 -0
- package/dist/types/instructions/registerCreator.d.ts +14 -0
- package/dist/types/instructions/registerCreator.js +22 -0
- package/dist/types/instructions/registerGenericUser.d.ts +31 -0
- package/dist/types/instructions/registerGenericUser.js +53 -0
- package/dist/types/instructions/registerPackUploads.d.ts +13 -0
- package/dist/types/instructions/registerPackUploads.js +21 -0
- package/dist/types/instructions/registerTraits.d.ts +12 -0
- package/dist/types/instructions/registerTraits.js +20 -0
- package/dist/types/instructions/registerUser.d.ts +14 -0
- package/dist/types/instructions/registerUser.js +26 -0
- package/dist/types/instructions/storeLutFor.d.ts +13 -0
- package/dist/types/instructions/storeLutFor.js +21 -0
- package/dist/types/instructions/unwrapAndDestroy.d.ts +22 -0
- package/dist/types/instructions/unwrapAndDestroy.js +26 -0
- package/dist/types/instructions/updateCard.d.ts +16 -0
- package/dist/types/instructions/updateCard.js +29 -0
- package/dist/types/instructions/updatePack.d.ts +22 -0
- package/dist/types/instructions/updatePack.js +39 -0
- package/dist/types/instructions/updateSingle.d.ts +20 -0
- package/dist/types/instructions/updateSingle.js +35 -0
- package/dist/types/instructions/updateStore.d.ts +14 -0
- package/dist/types/instructions/updateStore.js +25 -0
- package/dist/types/instructions/withdrawFromStore.d.ts +7 -0
- package/dist/types/instructions/withdrawFromStore.js +13 -0
- package/dist/types/programId.d.ts +13 -0
- package/dist/types/programId.js +16 -0
- package/dist/types/types/AccountClass.d.ts +368 -0
- package/dist/types/types/AccountClass.js +720 -0
- package/dist/types/types/AccountHasher.d.ts +37 -0
- package/dist/types/types/AccountHasher.js +55 -0
- package/dist/types/types/ActionAfter.d.ts +82 -0
- package/dist/types/types/ActionAfter.js +146 -0
- package/dist/types/types/AllowedCurrencyArgs.d.ts +20 -0
- package/dist/types/types/AllowedCurrencyArgs.js +33 -0
- package/dist/types/types/AuthorityGateTypes.d.ts +30 -0
- package/dist/types/types/AuthorityGateTypes.js +70 -0
- package/dist/types/types/BurnCount.d.ts +21 -0
- package/dist/types/types/BurnCount.js +34 -0
- package/dist/types/types/BurnState.d.ts +30 -0
- package/dist/types/types/BurnState.js +70 -0
- package/dist/types/types/BurnTrack.d.ts +26 -0
- package/dist/types/types/BurnTrack.js +39 -0
- package/dist/types/types/BurnType.d.ts +43 -0
- package/dist/types/types/BurnType.js +95 -0
- package/dist/types/types/BurnTypeBurn.d.ts +17 -0
- package/dist/types/types/BurnTypeBurn.js +43 -0
- package/dist/types/types/BuyHistoryClass.d.ts +30 -0
- package/dist/types/types/BuyHistoryClass.js +70 -0
- package/dist/types/types/CardClass.d.ts +17 -0
- package/dist/types/types/CardClass.js +43 -0
- package/dist/types/types/CardState.d.ts +95 -0
- package/dist/types/types/CardState.js +195 -0
- package/dist/types/types/CardTrack.d.ts +31 -0
- package/dist/types/types/CardTrack.js +48 -0
- package/dist/types/types/Category.d.ts +30 -0
- package/dist/types/types/Category.js +43 -0
- package/dist/types/types/CnftData.d.ts +35 -0
- package/dist/types/types/CnftData.js +53 -0
- package/dist/types/types/CollectTrack.d.ts +26 -0
- package/dist/types/types/CollectTrack.js +39 -0
- package/dist/types/types/Collection.d.ts +26 -0
- package/dist/types/types/Collection.js +39 -0
- package/dist/types/types/CompactCnftData.d.ts +30 -0
- package/dist/types/types/CompactCnftData.js +47 -0
- package/dist/types/types/CoolTimePerAmountArgs.d.ts +30 -0
- package/dist/types/types/CoolTimePerAmountArgs.js +43 -0
- package/dist/types/types/Creator.d.ts +31 -0
- package/dist/types/types/Creator.js +44 -0
- package/dist/types/types/CreatorGateArgs.d.ts +21 -0
- package/dist/types/types/CreatorGateArgs.js +34 -0
- package/dist/types/types/CurrencyArtistProof.d.ts +36 -0
- package/dist/types/types/CurrencyArtistProof.js +54 -0
- package/dist/types/types/CurrencyType.d.ts +109 -0
- package/dist/types/types/CurrencyType.js +185 -0
- package/dist/types/types/DateTraitInit.d.ts +26 -0
- package/dist/types/types/DateTraitInit.js +39 -0
- package/dist/types/types/DateTraitInitMap.d.ts +31 -0
- package/dist/types/types/DateTraitInitMap.js +44 -0
- package/dist/types/types/Deposit.d.ts +37 -0
- package/dist/types/types/Deposit.js +55 -0
- package/dist/types/types/DepositFormat.d.ts +30 -0
- package/dist/types/types/DepositFormat.js +70 -0
- package/dist/types/types/DepositState.d.ts +30 -0
- package/dist/types/types/DepositState.js +70 -0
- package/dist/types/types/DepositSubtype.d.ts +30 -0
- package/dist/types/types/DepositSubtype.js +70 -0
- package/dist/types/types/DepositTrack.d.ts +26 -0
- package/dist/types/types/DepositTrack.js +42 -0
- package/dist/types/types/DepositTrackType.d.ts +43 -0
- package/dist/types/types/DepositTrackType.js +95 -0
- package/dist/types/types/DepositType.d.ts +90 -0
- package/dist/types/types/DepositType.js +151 -0
- package/dist/types/types/Earnings.d.ts +13 -0
- package/dist/types/types/Earnings.js +23 -0
- package/dist/types/types/EditionStoreType.d.ts +43 -0
- package/dist/types/types/EditionStoreType.js +95 -0
- package/dist/types/types/EncryptedPayload.d.ts +25 -0
- package/dist/types/types/EncryptedPayload.js +38 -0
- package/dist/types/types/ExtraParameter.d.ts +43 -0
- package/dist/types/types/ExtraParameter.js +83 -0
- package/dist/types/types/FakeBurnCount.d.ts +27 -0
- package/dist/types/types/FakeBurnCount.js +40 -0
- package/dist/types/types/FakeDeposit.d.ts +27 -0
- package/dist/types/types/FakeDeposit.js +40 -0
- package/dist/types/types/FakeTraitPair.d.ts +25 -0
- package/dist/types/types/FakeTraitPair.js +38 -0
- package/dist/types/types/FakeTraitValue.d.ts +26 -0
- package/dist/types/types/FakeTraitValue.js +39 -0
- package/dist/types/types/FakeVolumeTrack.d.ts +27 -0
- package/dist/types/types/FakeVolumeTrack.js +40 -0
- package/dist/types/types/FeeType.d.ts +43 -0
- package/dist/types/types/FeeType.js +95 -0
- package/dist/types/types/FeedingTraits.d.ts +21 -0
- package/dist/types/types/FeedingTraits.js +34 -0
- package/dist/types/types/Filter.d.ts +26 -0
- package/dist/types/types/Filter.js +39 -0
- package/dist/types/types/FilterType.d.ts +17 -0
- package/dist/types/types/FilterType.js +43 -0
- package/dist/types/types/GeneralStore.d.ts +17 -0
- package/dist/types/types/GeneralStore.js +43 -0
- package/dist/types/types/GenericStore.d.ts +26 -0
- package/dist/types/types/GenericStore.js +39 -0
- package/dist/types/types/GenericValue.d.ts +71 -0
- package/dist/types/types/GenericValue.js +123 -0
- package/dist/types/types/GlobalFee.d.ts +38 -0
- package/dist/types/types/GlobalFee.js +56 -0
- package/dist/types/types/GlobalState.d.ts +56 -0
- package/dist/types/types/GlobalState.js +120 -0
- package/dist/types/types/IndexDate.d.ts +40 -0
- package/dist/types/types/IndexDate.js +59 -0
- package/dist/types/types/IndexDates.d.ts +26 -0
- package/dist/types/types/IndexDates.js +39 -0
- package/dist/types/types/Item.d.ts +21 -0
- package/dist/types/types/Item.js +34 -0
- package/dist/types/types/ItemClass.d.ts +30 -0
- package/dist/types/types/ItemClass.js +70 -0
- package/dist/types/types/ItemState.d.ts +121 -0
- package/dist/types/types/ItemState.js +245 -0
- package/dist/types/types/ItemTrack.d.ts +32 -0
- package/dist/types/types/ItemTrack.js +49 -0
- package/dist/types/types/ListingPerWalletArgs.d.ts +20 -0
- package/dist/types/types/ListingPerWalletArgs.js +33 -0
- package/dist/types/types/MemeVaultProof.d.ts +26 -0
- package/dist/types/types/MemeVaultProof.js +39 -0
- package/dist/types/types/MetadataArgs.d.ts +100 -0
- package/dist/types/types/MetadataArgs.js +111 -0
- package/dist/types/types/NonFungibleTraitInit.d.ts +26 -0
- package/dist/types/types/NonFungibleTraitInit.js +39 -0
- package/dist/types/types/NonFungibleTraitInitMap.d.ts +32 -0
- package/dist/types/types/NonFungibleTraitInitMap.js +49 -0
- package/dist/types/types/OnlyBetweenTimesArgs.d.ts +31 -0
- package/dist/types/types/OnlyBetweenTimesArgs.js +48 -0
- package/dist/types/types/OnlyTheseDOWArgs.d.ts +20 -0
- package/dist/types/types/OnlyTheseDOWArgs.js +33 -0
- package/dist/types/types/PackConfig.d.ts +42 -0
- package/dist/types/types/PackConfig.js +61 -0
- package/dist/types/types/PackOpenHolderState.d.ts +43 -0
- package/dist/types/types/PackOpenHolderState.js +95 -0
- package/dist/types/types/PackRule.d.ts +30 -0
- package/dist/types/types/PackRule.js +58 -0
- package/dist/types/types/PackState.d.ts +43 -0
- package/dist/types/types/PackState.js +95 -0
- package/dist/types/types/PackType.d.ts +43 -0
- package/dist/types/types/PackType.js +95 -0
- package/dist/types/types/PaymentClass.d.ts +43 -0
- package/dist/types/types/PaymentClass.js +95 -0
- package/dist/types/types/PoolAccess.d.ts +30 -0
- package/dist/types/types/PoolAccess.js +70 -0
- package/dist/types/types/PoolState.d.ts +30 -0
- package/dist/types/types/PoolState.js +70 -0
- package/dist/types/types/PoolType.d.ts +30 -0
- package/dist/types/types/PoolType.js +70 -0
- package/dist/types/types/Popularity.d.ts +32 -0
- package/dist/types/types/Popularity.js +49 -0
- package/dist/types/types/PopularityState.d.ts +264 -0
- package/dist/types/types/PopularityState.js +520 -0
- package/dist/types/types/PreviousDonationRecord.d.ts +32 -0
- package/dist/types/types/PreviousDonationRecord.js +49 -0
- package/dist/types/types/Price.d.ts +27 -0
- package/dist/types/types/Price.js +40 -0
- package/dist/types/types/PriceRule.d.ts +86 -0
- package/dist/types/types/PriceRule.js +160 -0
- package/dist/types/types/RecoverDeposit.d.ts +21 -0
- package/dist/types/types/RecoverDeposit.js +34 -0
- package/dist/types/types/Rule.d.ts +82 -0
- package/dist/types/types/Rule.js +135 -0
- package/dist/types/types/SaleConfig.d.ts +41 -0
- package/dist/types/types/SaleConfig.js +60 -0
- package/dist/types/types/SaleTrack.d.ts +36 -0
- package/dist/types/types/SaleTrack.js +54 -0
- package/dist/types/types/SaleType.d.ts +56 -0
- package/dist/types/types/SaleType.js +120 -0
- package/dist/types/types/Seed.d.ts +20 -0
- package/dist/types/types/Seed.js +33 -0
- package/dist/types/types/SelectedCard.d.ts +25 -0
- package/dist/types/types/SelectedCard.js +38 -0
- package/dist/types/types/SelectedZeroCard.d.ts +25 -0
- package/dist/types/types/SelectedZeroCard.js +38 -0
- package/dist/types/types/SemiFungibleTraitInit.d.ts +26 -0
- package/dist/types/types/SemiFungibleTraitInit.js +39 -0
- package/dist/types/types/SemiFungibleTraitInitMap.d.ts +31 -0
- package/dist/types/types/SemiFungibleTraitInitMap.js +44 -0
- package/dist/types/types/ShortCreator.d.ts +26 -0
- package/dist/types/types/ShortCreator.js +39 -0
- package/dist/types/types/ShortMetadata.d.ts +57 -0
- package/dist/types/types/ShortMetadata.js +90 -0
- package/dist/types/types/ShortMetadataArgs.d.ts +47 -0
- package/dist/types/types/ShortMetadataArgs.js +67 -0
- package/dist/types/types/StoreConfig.d.ts +43 -0
- package/dist/types/types/StoreConfig.js +62 -0
- package/dist/types/types/StoreRule.d.ts +56 -0
- package/dist/types/types/StoreRule.js +97 -0
- package/dist/types/types/SuperCategory.d.ts +25 -0
- package/dist/types/types/SuperCategory.js +38 -0
- package/dist/types/types/TightCardMetadata.d.ts +53 -0
- package/dist/types/types/TightCardMetadata.js +74 -0
- package/dist/types/types/TimeRangeType.d.ts +43 -0
- package/dist/types/types/TimeRangeType.js +95 -0
- package/dist/types/types/TimedPerWalletArgs.d.ts +20 -0
- package/dist/types/types/TimedPerWalletArgs.js +33 -0
- package/dist/types/types/TokenMetadata.d.ts +30 -0
- package/dist/types/types/TokenMetadata.js +43 -0
- package/dist/types/types/TokenProgramVersion.d.ts +30 -0
- package/dist/types/types/TokenProgramVersion.js +70 -0
- package/dist/types/types/TokenStandard.d.ts +56 -0
- package/dist/types/types/TokenStandard.js +120 -0
- package/dist/types/types/TokenState.d.ts +30 -0
- package/dist/types/types/TokenState.js +70 -0
- package/dist/types/types/TokenType.d.ts +30 -0
- package/dist/types/types/TokenType.js +70 -0
- package/dist/types/types/TotalPerTimeArgs.d.ts +35 -0
- package/dist/types/types/TotalPerTimeArgs.js +53 -0
- package/dist/types/types/TotalPerTimeWalletArgs.d.ts +25 -0
- package/dist/types/types/TotalPerTimeWalletArgs.js +38 -0
- package/dist/types/types/TrackRegistry.d.ts +30 -0
- package/dist/types/types/TrackRegistry.js +70 -0
- package/dist/types/types/TraitInit.d.ts +87 -0
- package/dist/types/types/TraitInit.js +140 -0
- package/dist/types/types/TraitPass.d.ts +21 -0
- package/dist/types/types/TraitPass.js +34 -0
- package/dist/types/types/TraitPassType.d.ts +95 -0
- package/dist/types/types/TraitPassType.js +150 -0
- package/dist/types/types/TraitType.d.ts +107 -0
- package/dist/types/types/TraitType.js +171 -0
- package/dist/types/types/TraitValue.d.ts +31 -0
- package/dist/types/types/TraitValue.js +44 -0
- package/dist/types/types/UnlocksAfter.d.ts +69 -0
- package/dist/types/types/UnlocksAfter.js +121 -0
- package/dist/types/types/UnwrapMetadata.d.ts +72 -0
- package/dist/types/types/UnwrapMetadata.js +97 -0
- package/dist/types/types/UseMethod.d.ts +43 -0
- package/dist/types/types/UseMethod.js +95 -0
- package/dist/types/types/Uses.d.ts +32 -0
- package/dist/types/types/Uses.js +49 -0
- package/dist/types/types/VerifyCollectionMetadata.d.ts +46 -0
- package/dist/types/types/VerifyCollectionMetadata.js +66 -0
- package/dist/types/types/VolumeTrack.d.ts +26 -0
- package/dist/types/types/VolumeTrack.js +39 -0
- package/dist/types/types/WrappedSource.d.ts +37 -0
- package/dist/types/types/WrappedSource.js +55 -0
- package/dist/types/types/ZeroConfig.d.ts +35 -0
- package/dist/types/types/ZeroConfig.js +53 -0
- package/dist/types/types/index.d.ts +332 -0
- package/dist/types/types/index.js +166 -0
- package/dist/utility/Connection.d.ts +3 -0
- package/dist/utility/Connection.js +7 -0
- package/dist/utility/Holders.d.ts +8 -0
- package/dist/utility/Holders.js +8 -0
- package/dist/utility/PdaManager.d.ts +19 -0
- package/dist/utility/PdaManager.js +160 -0
- package/dist/utility/config.d.ts +11 -0
- package/dist/utility/config.js +20 -0
- package/dist/utility/utils.d.ts +13 -0
- package/dist/utility/utils.js +196 -0
- package/dist/utility/validation.d.ts +12 -0
- package/dist/utility/validation.js +149 -0
- package/package.json +1 -2
- package/src/index.ts +2 -3
- package/src/library/implementation/storeImplementation.ts +9 -2
- package/src/library/instructions/store/buySingleEdition.ts +1 -0
- package/tsconfig.json +23 -6
@@ -0,0 +1,53 @@
|
|
1
|
+
import * as borsh from "@coral-xyz/borsh";
|
2
|
+
export class ZeroConfig {
|
3
|
+
constructor(fields) {
|
4
|
+
this.bytes = fields.bytes;
|
5
|
+
this.chunks = fields.chunks;
|
6
|
+
this.chunkSize = fields.chunkSize;
|
7
|
+
this.supplyChunkBytes = fields.supplyChunkBytes;
|
8
|
+
}
|
9
|
+
static layout(property) {
|
10
|
+
return borsh.struct([
|
11
|
+
borsh.u8("bytes"),
|
12
|
+
borsh.array(borsh.u8(), 2, "chunks"),
|
13
|
+
borsh.u8("chunkSize"),
|
14
|
+
borsh.u8("supplyChunkBytes"),
|
15
|
+
], property);
|
16
|
+
}
|
17
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
18
|
+
static fromDecoded(obj) {
|
19
|
+
return new ZeroConfig({
|
20
|
+
bytes: obj.bytes,
|
21
|
+
chunks: obj.chunks,
|
22
|
+
chunkSize: obj.chunkSize,
|
23
|
+
supplyChunkBytes: obj.supplyChunkBytes,
|
24
|
+
});
|
25
|
+
}
|
26
|
+
static toEncodable(fields) {
|
27
|
+
return {
|
28
|
+
bytes: fields.bytes,
|
29
|
+
chunks: fields.chunks,
|
30
|
+
chunkSize: fields.chunkSize,
|
31
|
+
supplyChunkBytes: fields.supplyChunkBytes,
|
32
|
+
};
|
33
|
+
}
|
34
|
+
toJSON() {
|
35
|
+
return {
|
36
|
+
bytes: this.bytes,
|
37
|
+
chunks: this.chunks,
|
38
|
+
chunkSize: this.chunkSize,
|
39
|
+
supplyChunkBytes: this.supplyChunkBytes,
|
40
|
+
};
|
41
|
+
}
|
42
|
+
static fromJSON(obj) {
|
43
|
+
return new ZeroConfig({
|
44
|
+
bytes: obj.bytes,
|
45
|
+
chunks: obj.chunks,
|
46
|
+
chunkSize: obj.chunkSize,
|
47
|
+
supplyChunkBytes: obj.supplyChunkBytes,
|
48
|
+
});
|
49
|
+
}
|
50
|
+
toEncodable() {
|
51
|
+
return ZeroConfig.toEncodable(this);
|
52
|
+
}
|
53
|
+
}
|
@@ -0,0 +1,332 @@
|
|
1
|
+
import * as TraitPassType from "./TraitPassType";
|
2
|
+
import * as TraitType from "./TraitType";
|
3
|
+
import * as TraitInit from "./TraitInit";
|
4
|
+
import * as DepositType from "./DepositType";
|
5
|
+
import * as DepositTrackType from "./DepositTrackType";
|
6
|
+
import * as BurnState from "./BurnState";
|
7
|
+
import * as DepositState from "./DepositState";
|
8
|
+
import * as DepositSubtype from "./DepositSubtype";
|
9
|
+
import * as DepositFormat from "./DepositFormat";
|
10
|
+
import * as GenericValue from "./GenericValue";
|
11
|
+
import * as BuyHistoryClass from "./BuyHistoryClass";
|
12
|
+
import * as FeeType from "./FeeType";
|
13
|
+
import * as PackRule from "./PackRule";
|
14
|
+
import * as StoreRule from "./StoreRule";
|
15
|
+
import * as BurnTypeBurn from "./BurnTypeBurn";
|
16
|
+
import * as EditionStoreType from "./EditionStoreType";
|
17
|
+
import * as FilterType from "./FilterType";
|
18
|
+
import * as PopularityState from "./PopularityState";
|
19
|
+
import * as TrackRegistry from "./TrackRegistry";
|
20
|
+
import * as PackType from "./PackType";
|
21
|
+
import * as SaleType from "./SaleType";
|
22
|
+
import * as CurrencyType from "./CurrencyType";
|
23
|
+
import * as CardState from "./CardState";
|
24
|
+
import * as ItemState from "./ItemState";
|
25
|
+
import * as PackState from "./PackState";
|
26
|
+
import * as PackOpenHolderState from "./PackOpenHolderState";
|
27
|
+
import * as PriceRule from "./PriceRule";
|
28
|
+
import * as TimeRangeType from "./TimeRangeType";
|
29
|
+
import * as UnlocksAfter from "./UnlocksAfter";
|
30
|
+
import * as ActionAfter from "./ActionAfter";
|
31
|
+
import * as Rule from "./Rule";
|
32
|
+
import * as AuthorityGateTypes from "./AuthorityGateTypes";
|
33
|
+
import * as GeneralStore from "./GeneralStore";
|
34
|
+
import * as PoolType from "./PoolType";
|
35
|
+
import * as PoolState from "./PoolState";
|
36
|
+
import * as PoolAccess from "./PoolAccess";
|
37
|
+
import * as ExtraParameter from "./ExtraParameter";
|
38
|
+
import * as AccountClass from "./AccountClass";
|
39
|
+
import * as GlobalState from "./GlobalState";
|
40
|
+
import * as TokenType from "./TokenType";
|
41
|
+
import * as TokenState from "./TokenState";
|
42
|
+
import * as BurnType from "./BurnType";
|
43
|
+
import * as PaymentClass from "./PaymentClass";
|
44
|
+
import * as ItemClass from "./ItemClass";
|
45
|
+
import * as CardClass from "./CardClass";
|
46
|
+
import * as TokenProgramVersion from "./TokenProgramVersion";
|
47
|
+
import * as TokenStandard from "./TokenStandard";
|
48
|
+
import * as UseMethod from "./UseMethod";
|
49
|
+
export { CurrencyArtistProof } from "./CurrencyArtistProof";
|
50
|
+
export type { CurrencyArtistProofFields, CurrencyArtistProofJSON, } from "./CurrencyArtistProof";
|
51
|
+
export { TraitPass } from "./TraitPass";
|
52
|
+
export type { TraitPassFields, TraitPassJSON } from "./TraitPass";
|
53
|
+
export { TraitPassType };
|
54
|
+
export type TraitPassTypeKind = TraitPassType.SemiFungible | TraitPassType.Date | TraitPassType.NonFungible;
|
55
|
+
export type TraitPassTypeJSON = TraitPassType.SemiFungibleJSON | TraitPassType.DateJSON | TraitPassType.NonFungibleJSON;
|
56
|
+
export { TraitType };
|
57
|
+
export type TraitTypeKind = TraitType.SemiFungible | TraitType.Date | TraitType.NonFungible;
|
58
|
+
export type TraitTypeJSON = TraitType.SemiFungibleJSON | TraitType.DateJSON | TraitType.NonFungibleJSON;
|
59
|
+
export { FeedingTraits } from "./FeedingTraits";
|
60
|
+
export type { FeedingTraitsFields, FeedingTraitsJSON } from "./FeedingTraits";
|
61
|
+
export { TraitInit };
|
62
|
+
export type TraitInitKind = TraitInit.SemiFungible | TraitInit.Date | TraitInit.NonFungible;
|
63
|
+
export type TraitInitJSON = TraitInit.SemiFungibleJSON | TraitInit.DateJSON | TraitInit.NonFungibleJSON;
|
64
|
+
export { DateTraitInitMap } from "./DateTraitInitMap";
|
65
|
+
export type { DateTraitInitMapFields, DateTraitInitMapJSON, } from "./DateTraitInitMap";
|
66
|
+
export { DateTraitInit } from "./DateTraitInit";
|
67
|
+
export type { DateTraitInitFields, DateTraitInitJSON } from "./DateTraitInit";
|
68
|
+
export { NonFungibleTraitInitMap } from "./NonFungibleTraitInitMap";
|
69
|
+
export type { NonFungibleTraitInitMapFields, NonFungibleTraitInitMapJSON, } from "./NonFungibleTraitInitMap";
|
70
|
+
export { SemiFungibleTraitInitMap } from "./SemiFungibleTraitInitMap";
|
71
|
+
export type { SemiFungibleTraitInitMapFields, SemiFungibleTraitInitMapJSON, } from "./SemiFungibleTraitInitMap";
|
72
|
+
export { NonFungibleTraitInit } from "./NonFungibleTraitInit";
|
73
|
+
export type { NonFungibleTraitInitFields, NonFungibleTraitInitJSON, } from "./NonFungibleTraitInit";
|
74
|
+
export { SemiFungibleTraitInit } from "./SemiFungibleTraitInit";
|
75
|
+
export type { SemiFungibleTraitInitFields, SemiFungibleTraitInitJSON, } from "./SemiFungibleTraitInit";
|
76
|
+
export { TraitValue } from "./TraitValue";
|
77
|
+
export type { TraitValueFields, TraitValueJSON } from "./TraitValue";
|
78
|
+
export { TokenMetadata } from "./TokenMetadata";
|
79
|
+
export type { TokenMetadataFields, TokenMetadataJSON } from "./TokenMetadata";
|
80
|
+
export { StoreConfig } from "./StoreConfig";
|
81
|
+
export type { StoreConfigFields, StoreConfigJSON } from "./StoreConfig";
|
82
|
+
export { GlobalFee } from "./GlobalFee";
|
83
|
+
export type { GlobalFeeFields, GlobalFeeJSON } from "./GlobalFee";
|
84
|
+
export { ListingPerWalletArgs } from "./ListingPerWalletArgs";
|
85
|
+
export type { ListingPerWalletArgsFields, ListingPerWalletArgsJSON, } from "./ListingPerWalletArgs";
|
86
|
+
export { EncryptedPayload } from "./EncryptedPayload";
|
87
|
+
export type { EncryptedPayloadFields, EncryptedPayloadJSON, } from "./EncryptedPayload";
|
88
|
+
export { AllowedCurrencyArgs } from "./AllowedCurrencyArgs";
|
89
|
+
export type { AllowedCurrencyArgsFields, AllowedCurrencyArgsJSON, } from "./AllowedCurrencyArgs";
|
90
|
+
export { FakeBurnCount } from "./FakeBurnCount";
|
91
|
+
export type { FakeBurnCountFields, FakeBurnCountJSON } from "./FakeBurnCount";
|
92
|
+
export { BurnCount } from "./BurnCount";
|
93
|
+
export type { BurnCountFields, BurnCountJSON } from "./BurnCount";
|
94
|
+
export { Seed } from "./Seed";
|
95
|
+
export type { SeedFields, SeedJSON } from "./Seed";
|
96
|
+
export { AccountHasher } from "./AccountHasher";
|
97
|
+
export type { AccountHasherFields, AccountHasherJSON } from "./AccountHasher";
|
98
|
+
export { RecoverDeposit } from "./RecoverDeposit";
|
99
|
+
export type { RecoverDepositFields, RecoverDepositJSON } from "./RecoverDeposit";
|
100
|
+
export { PreviousDonationRecord } from "./PreviousDonationRecord";
|
101
|
+
export type { PreviousDonationRecordFields, PreviousDonationRecordJSON, } from "./PreviousDonationRecord";
|
102
|
+
export { CnftData } from "./CnftData";
|
103
|
+
export type { CnftDataFields, CnftDataJSON } from "./CnftData";
|
104
|
+
export { DepositType };
|
105
|
+
export type DepositTypeKind = DepositType.Creator | DepositType.PdaCreator | DepositType.Collection;
|
106
|
+
export type DepositTypeJSON = DepositType.CreatorJSON | DepositType.PdaCreatorJSON | DepositType.CollectionJSON;
|
107
|
+
export { CompactCnftData } from "./CompactCnftData";
|
108
|
+
export type { CompactCnftDataFields, CompactCnftDataJSON, } from "./CompactCnftData";
|
109
|
+
export { Deposit } from "./Deposit";
|
110
|
+
export type { DepositFields, DepositJSON } from "./Deposit";
|
111
|
+
export { DepositTrackType };
|
112
|
+
export type DepositTrackTypeKind = DepositTrackType.Creator | DepositTrackType.PdaCreator | DepositTrackType.Collection;
|
113
|
+
export type DepositTrackTypeJSON = DepositTrackType.CreatorJSON | DepositTrackType.PdaCreatorJSON | DepositTrackType.CollectionJSON;
|
114
|
+
export { DepositTrack } from "./DepositTrack";
|
115
|
+
export type { DepositTrackFields, DepositTrackJSON } from "./DepositTrack";
|
116
|
+
export { FakeDeposit } from "./FakeDeposit";
|
117
|
+
export type { FakeDepositFields, FakeDepositJSON } from "./FakeDeposit";
|
118
|
+
export { BurnState };
|
119
|
+
export type BurnStateKind = BurnState.NonPending | BurnState.Pending;
|
120
|
+
export type BurnStateJSON = BurnState.NonPendingJSON | BurnState.PendingJSON;
|
121
|
+
export { DepositState };
|
122
|
+
export type DepositStateKind = DepositState.Available | DepositState.Burning;
|
123
|
+
export type DepositStateJSON = DepositState.AvailableJSON | DepositState.BurningJSON;
|
124
|
+
export { DepositSubtype };
|
125
|
+
export type DepositSubtypeKind = DepositSubtype.None | DepositSubtype.Three;
|
126
|
+
export type DepositSubtypeJSON = DepositSubtype.NoneJSON | DepositSubtype.ThreeJSON;
|
127
|
+
export { DepositFormat };
|
128
|
+
export type DepositFormatKind = DepositFormat.Cnft | DepositFormat.Nft;
|
129
|
+
export type DepositFormatJSON = DepositFormat.CnftJSON | DepositFormat.NftJSON;
|
130
|
+
export { SelectedZeroCard } from "./SelectedZeroCard";
|
131
|
+
export type { SelectedZeroCardFields, SelectedZeroCardJSON, } from "./SelectedZeroCard";
|
132
|
+
export { SelectedCard } from "./SelectedCard";
|
133
|
+
export type { SelectedCardFields, SelectedCardJSON } from "./SelectedCard";
|
134
|
+
export { BurnTrack } from "./BurnTrack";
|
135
|
+
export type { BurnTrackFields, BurnTrackJSON } from "./BurnTrack";
|
136
|
+
export { MemeVaultProof } from "./MemeVaultProof";
|
137
|
+
export type { MemeVaultProofFields, MemeVaultProofJSON } from "./MemeVaultProof";
|
138
|
+
export { Item } from "./Item";
|
139
|
+
export type { ItemFields, ItemJSON } from "./Item";
|
140
|
+
export { ItemTrack } from "./ItemTrack";
|
141
|
+
export type { ItemTrackFields, ItemTrackJSON } from "./ItemTrack";
|
142
|
+
export { CardTrack } from "./CardTrack";
|
143
|
+
export type { CardTrackFields, CardTrackJSON } from "./CardTrack";
|
144
|
+
export { IndexDate } from "./IndexDate";
|
145
|
+
export type { IndexDateFields, IndexDateJSON } from "./IndexDate";
|
146
|
+
export { IndexDates } from "./IndexDates";
|
147
|
+
export type { IndexDatesFields, IndexDatesJSON } from "./IndexDates";
|
148
|
+
export { SaleTrack } from "./SaleTrack";
|
149
|
+
export type { SaleTrackFields, SaleTrackJSON } from "./SaleTrack";
|
150
|
+
export { CollectTrack } from "./CollectTrack";
|
151
|
+
export type { CollectTrackFields, CollectTrackJSON } from "./CollectTrack";
|
152
|
+
export { Filter } from "./Filter";
|
153
|
+
export type { FilterFields, FilterJSON } from "./Filter";
|
154
|
+
export { Category } from "./Category";
|
155
|
+
export type { CategoryFields, CategoryJSON } from "./Category";
|
156
|
+
export { SuperCategory } from "./SuperCategory";
|
157
|
+
export type { SuperCategoryFields, SuperCategoryJSON } from "./SuperCategory";
|
158
|
+
export { Earnings } from "./Earnings";
|
159
|
+
export type { EarningsFields, EarningsJSON } from "./Earnings";
|
160
|
+
export { Popularity } from "./Popularity";
|
161
|
+
export type { PopularityFields, PopularityJSON } from "./Popularity";
|
162
|
+
export { FakeTraitValue } from "./FakeTraitValue";
|
163
|
+
export type { FakeTraitValueFields, FakeTraitValueJSON } from "./FakeTraitValue";
|
164
|
+
export { FakeTraitPair } from "./FakeTraitPair";
|
165
|
+
export type { FakeTraitPairFields, FakeTraitPairJSON } from "./FakeTraitPair";
|
166
|
+
export { FakeVolumeTrack } from "./FakeVolumeTrack";
|
167
|
+
export type { FakeVolumeTrackFields, FakeVolumeTrackJSON, } from "./FakeVolumeTrack";
|
168
|
+
export { PackConfig } from "./PackConfig";
|
169
|
+
export type { PackConfigFields, PackConfigJSON } from "./PackConfig";
|
170
|
+
export { VolumeTrack } from "./VolumeTrack";
|
171
|
+
export type { VolumeTrackFields, VolumeTrackJSON } from "./VolumeTrack";
|
172
|
+
export { SaleConfig } from "./SaleConfig";
|
173
|
+
export type { SaleConfigFields, SaleConfigJSON } from "./SaleConfig";
|
174
|
+
export { ZeroConfig } from "./ZeroConfig";
|
175
|
+
export type { ZeroConfigFields, ZeroConfigJSON } from "./ZeroConfig";
|
176
|
+
export { Price } from "./Price";
|
177
|
+
export type { PriceFields, PriceJSON } from "./Price";
|
178
|
+
export { CoolTimePerAmountArgs } from "./CoolTimePerAmountArgs";
|
179
|
+
export type { CoolTimePerAmountArgsFields, CoolTimePerAmountArgsJSON, } from "./CoolTimePerAmountArgs";
|
180
|
+
export { TotalPerTimeArgs } from "./TotalPerTimeArgs";
|
181
|
+
export type { TotalPerTimeArgsFields, TotalPerTimeArgsJSON, } from "./TotalPerTimeArgs";
|
182
|
+
export { OnlyBetweenTimesArgs } from "./OnlyBetweenTimesArgs";
|
183
|
+
export type { OnlyBetweenTimesArgsFields, OnlyBetweenTimesArgsJSON, } from "./OnlyBetweenTimesArgs";
|
184
|
+
export { OnlyTheseDOWArgs } from "./OnlyTheseDOWArgs";
|
185
|
+
export type { OnlyTheseDOWArgsFields, OnlyTheseDOWArgsJSON, } from "./OnlyTheseDOWArgs";
|
186
|
+
export { CreatorGateArgs } from "./CreatorGateArgs";
|
187
|
+
export type { CreatorGateArgsFields, CreatorGateArgsJSON, } from "./CreatorGateArgs";
|
188
|
+
export { TotalPerTimeWalletArgs } from "./TotalPerTimeWalletArgs";
|
189
|
+
export type { TotalPerTimeWalletArgsFields, TotalPerTimeWalletArgsJSON, } from "./TotalPerTimeWalletArgs";
|
190
|
+
export { TimedPerWalletArgs } from "./TimedPerWalletArgs";
|
191
|
+
export type { TimedPerWalletArgsFields, TimedPerWalletArgsJSON, } from "./TimedPerWalletArgs";
|
192
|
+
export { WrappedSource } from "./WrappedSource";
|
193
|
+
export type { WrappedSourceFields, WrappedSourceJSON } from "./WrappedSource";
|
194
|
+
export { GenericValue };
|
195
|
+
export type GenericValueKind = GenericValue.None | GenericValue.Key | GenericValue.EightBytes;
|
196
|
+
export type GenericValueJSON = GenericValue.NoneJSON | GenericValue.KeyJSON | GenericValue.EightBytesJSON;
|
197
|
+
export { GenericStore } from "./GenericStore";
|
198
|
+
export type { GenericStoreFields, GenericStoreJSON } from "./GenericStore";
|
199
|
+
export { Uses } from "./Uses";
|
200
|
+
export type { UsesFields, UsesJSON } from "./Uses";
|
201
|
+
export { Collection } from "./Collection";
|
202
|
+
export type { CollectionFields, CollectionJSON } from "./Collection";
|
203
|
+
export { Creator } from "./Creator";
|
204
|
+
export type { CreatorFields, CreatorJSON } from "./Creator";
|
205
|
+
export { ShortCreator } from "./ShortCreator";
|
206
|
+
export type { ShortCreatorFields, ShortCreatorJSON } from "./ShortCreator";
|
207
|
+
export { VerifyCollectionMetadata } from "./VerifyCollectionMetadata";
|
208
|
+
export type { VerifyCollectionMetadataFields, VerifyCollectionMetadataJSON, } from "./VerifyCollectionMetadata";
|
209
|
+
export { TightCardMetadata } from "./TightCardMetadata";
|
210
|
+
export type { TightCardMetadataFields, TightCardMetadataJSON, } from "./TightCardMetadata";
|
211
|
+
export { ShortMetadata } from "./ShortMetadata";
|
212
|
+
export type { ShortMetadataFields, ShortMetadataJSON } from "./ShortMetadata";
|
213
|
+
export { UnwrapMetadata } from "./UnwrapMetadata";
|
214
|
+
export type { UnwrapMetadataFields, UnwrapMetadataJSON } from "./UnwrapMetadata";
|
215
|
+
export { MetadataArgs } from "./MetadataArgs";
|
216
|
+
export type { MetadataArgsFields, MetadataArgsJSON } from "./MetadataArgs";
|
217
|
+
export { ShortMetadataArgs } from "./ShortMetadataArgs";
|
218
|
+
export type { ShortMetadataArgsFields, ShortMetadataArgsJSON, } from "./ShortMetadataArgs";
|
219
|
+
export { BuyHistoryClass };
|
220
|
+
export type BuyHistoryClassKind = BuyHistoryClass.SingleBuyV1 | BuyHistoryClass.PackBuyV1;
|
221
|
+
export type BuyHistoryClassJSON = BuyHistoryClass.SingleBuyV1JSON | BuyHistoryClass.PackBuyV1JSON;
|
222
|
+
export { FeeType };
|
223
|
+
export type FeeTypeKind = FeeType.AllMints | FeeType.PricedMintsOnly | FeeType.SkipBurnMints;
|
224
|
+
export type FeeTypeJSON = FeeType.AllMintsJSON | FeeType.PricedMintsOnlyJSON | FeeType.SkipBurnMintsJSON;
|
225
|
+
export { PackRule };
|
226
|
+
export type PackRuleKind = PackRule.CoolDownToOpen;
|
227
|
+
export type PackRuleJSON = PackRule.CoolDownToOpenJSON;
|
228
|
+
export { StoreRule };
|
229
|
+
export type StoreRuleKind = StoreRule.ListingPerWallet | StoreRule.AllowedCurrency;
|
230
|
+
export type StoreRuleJSON = StoreRule.ListingPerWalletJSON | StoreRule.AllowedCurrencyJSON;
|
231
|
+
export { BurnTypeBurn };
|
232
|
+
export type BurnTypeBurnKind = BurnTypeBurn.CollectionBurn;
|
233
|
+
export type BurnTypeBurnJSON = BurnTypeBurn.CollectionBurnJSON;
|
234
|
+
export { EditionStoreType };
|
235
|
+
export type EditionStoreTypeKind = EditionStoreType.None | EditionStoreType.Name | EditionStoreType.Url;
|
236
|
+
export type EditionStoreTypeJSON = EditionStoreType.NoneJSON | EditionStoreType.NameJSON | EditionStoreType.UrlJSON;
|
237
|
+
export { FilterType };
|
238
|
+
export type FilterTypeKind = FilterType.None;
|
239
|
+
export type FilterTypeJSON = FilterType.NoneJSON;
|
240
|
+
export { PopularityState };
|
241
|
+
export type PopularityStateKind = PopularityState.New | PopularityState.None | PopularityState.First | PopularityState.Ten | PopularityState.TwentyFive | PopularityState.Hundred | PopularityState.Thousand | PopularityState.TenThousand | PopularityState.HundredThousand | PopularityState.Million | PopularityState.TenMillion | PopularityState.HundredMillion | PopularityState.Billion | PopularityState.TenBillion | PopularityState.HundrerBillion | PopularityState.Trillion | PopularityState.TenTrillion | PopularityState.HundredTrillion | PopularityState.Highest | PopularityState.Banned;
|
242
|
+
export type PopularityStateJSON = PopularityState.NewJSON | PopularityState.NoneJSON | PopularityState.FirstJSON | PopularityState.TenJSON | PopularityState.TwentyFiveJSON | PopularityState.HundredJSON | PopularityState.ThousandJSON | PopularityState.TenThousandJSON | PopularityState.HundredThousandJSON | PopularityState.MillionJSON | PopularityState.TenMillionJSON | PopularityState.HundredMillionJSON | PopularityState.BillionJSON | PopularityState.TenBillionJSON | PopularityState.HundrerBillionJSON | PopularityState.TrillionJSON | PopularityState.TenTrillionJSON | PopularityState.HundredTrillionJSON | PopularityState.HighestJSON | PopularityState.BannedJSON;
|
243
|
+
export { TrackRegistry };
|
244
|
+
export type TrackRegistryKind = TrackRegistry.NoTrack | TrackRegistry.Tracked;
|
245
|
+
export type TrackRegistryJSON = TrackRegistry.NoTrackJSON | TrackRegistry.TrackedJSON;
|
246
|
+
export { PackType };
|
247
|
+
export type PackTypeKind = PackType.RandomDirect | PackType.RandomPack | PackType.Bundle;
|
248
|
+
export type PackTypeJSON = PackType.RandomDirectJSON | PackType.RandomPackJSON | PackType.BundleJSON;
|
249
|
+
export { SaleType };
|
250
|
+
export type SaleTypeKind = SaleType.Normal | SaleType.NoMarketFee | SaleType.Partnership | SaleType.LocksInVault;
|
251
|
+
export type SaleTypeJSON = SaleType.NormalJSON | SaleType.NoMarketFeeJSON | SaleType.PartnershipJSON | SaleType.LocksInVaultJSON;
|
252
|
+
export { CurrencyType };
|
253
|
+
export type CurrencyTypeKind = CurrencyType.Native | CurrencyType.Spl | CurrencyType.Collection | CurrencyType.Creator | CurrencyType.None;
|
254
|
+
export type CurrencyTypeJSON = CurrencyType.NativeJSON | CurrencyType.SplJSON | CurrencyType.CollectionJSON | CurrencyType.CreatorJSON | CurrencyType.NoneJSON;
|
255
|
+
export { CardState };
|
256
|
+
export type CardStateKind = CardState.Active | CardState.Hidden | CardState.Inactive | CardState.Retired | CardState.SoldOut | CardState.None | CardState.NotReady;
|
257
|
+
export type CardStateJSON = CardState.ActiveJSON | CardState.HiddenJSON | CardState.InactiveJSON | CardState.RetiredJSON | CardState.SoldOutJSON | CardState.NoneJSON | CardState.NotReadyJSON;
|
258
|
+
export { ItemState };
|
259
|
+
export type ItemStateKind = ItemState.Active | ItemState.Hidden | ItemState.Inactive | ItemState.Retired | ItemState.SoldOut | ItemState.None | ItemState.NotReady | ItemState.NotReadyStarted | ItemState.Flagged;
|
260
|
+
export type ItemStateJSON = ItemState.ActiveJSON | ItemState.HiddenJSON | ItemState.InactiveJSON | ItemState.RetiredJSON | ItemState.SoldOutJSON | ItemState.NoneJSON | ItemState.NotReadyJSON | ItemState.NotReadyStartedJSON | ItemState.FlaggedJSON;
|
261
|
+
export { PackState };
|
262
|
+
export type PackStateKind = PackState.Closed | PackState.Opened | PackState.Unassigned;
|
263
|
+
export type PackStateJSON = PackState.ClosedJSON | PackState.OpenedJSON | PackState.UnassignedJSON;
|
264
|
+
export { PackOpenHolderState };
|
265
|
+
export type PackOpenHolderStateKind = PackOpenHolderState.Unclaimed | PackOpenHolderState.Claiming | PackOpenHolderState.Claimed;
|
266
|
+
export type PackOpenHolderStateJSON = PackOpenHolderState.UnclaimedJSON | PackOpenHolderState.ClaimingJSON | PackOpenHolderState.ClaimedJSON;
|
267
|
+
export { PriceRule };
|
268
|
+
export type PriceRuleKind = PriceRule.None | PriceRule.And | PriceRule.Or | PriceRule.BondingLinear;
|
269
|
+
export type PriceRuleJSON = PriceRule.NoneJSON | PriceRule.AndJSON | PriceRule.OrJSON | PriceRule.BondingLinearJSON;
|
270
|
+
export { TimeRangeType };
|
271
|
+
export type TimeRangeTypeKind = TimeRangeType.BetweenHours | TimeRangeType.BetweenDays | TimeRangeType.BetweenHoursNegate;
|
272
|
+
export type TimeRangeTypeJSON = TimeRangeType.BetweenHoursJSON | TimeRangeType.BetweenDaysJSON | TimeRangeType.BetweenHoursNegateJSON;
|
273
|
+
export { UnlocksAfter };
|
274
|
+
export type UnlocksAfterKind = UnlocksAfter.MintingOut | UnlocksAfter.Supply | UnlocksAfter.Hours;
|
275
|
+
export type UnlocksAfterJSON = UnlocksAfter.MintingOutJSON | UnlocksAfter.SupplyJSON | UnlocksAfter.HoursJSON;
|
276
|
+
export { ActionAfter };
|
277
|
+
export type ActionAfterKind = ActionAfter.MintingOut | ActionAfter.Supply | ActionAfter.Hours | ActionAfter.SellingOut;
|
278
|
+
export type ActionAfterJSON = ActionAfter.MintingOutJSON | ActionAfter.SupplyJSON | ActionAfter.HoursJSON | ActionAfter.SellingOutJSON;
|
279
|
+
export { Rule };
|
280
|
+
export type RuleKind = Rule.UnlocksAfter | Rule.UnwrapsAfter | Rule.WrappedSource;
|
281
|
+
export type RuleJSON = Rule.UnlocksAfterJSON | Rule.UnwrapsAfterJSON | Rule.WrappedSourceJSON;
|
282
|
+
export { AuthorityGateTypes };
|
283
|
+
export type AuthorityGateTypesKind = AuthorityGateTypes.IPGate | AuthorityGateTypes.BiometricsGate;
|
284
|
+
export type AuthorityGateTypesJSON = AuthorityGateTypes.IPGateJSON | AuthorityGateTypes.BiometricsGateJSON;
|
285
|
+
export { GeneralStore };
|
286
|
+
export type GeneralStoreKind = GeneralStore.None;
|
287
|
+
export type GeneralStoreJSON = GeneralStore.NoneJSON;
|
288
|
+
export { PoolType };
|
289
|
+
export type PoolTypeKind = PoolType.None | PoolType.Token;
|
290
|
+
export type PoolTypeJSON = PoolType.NoneJSON | PoolType.TokenJSON;
|
291
|
+
export { PoolState };
|
292
|
+
export type PoolStateKind = PoolState.Available | PoolState.Closed;
|
293
|
+
export type PoolStateJSON = PoolState.AvailableJSON | PoolState.ClosedJSON;
|
294
|
+
export { PoolAccess };
|
295
|
+
export type PoolAccessKind = PoolAccess.Cpi | PoolAccess.Public;
|
296
|
+
export type PoolAccessJSON = PoolAccess.CpiJSON | PoolAccess.PublicJSON;
|
297
|
+
export { ExtraParameter };
|
298
|
+
export type ExtraParameterKind = ExtraParameter.None | ExtraParameter.Revealer;
|
299
|
+
export type ExtraParameterJSON = ExtraParameter.NoneJSON | ExtraParameter.RevealerJSON;
|
300
|
+
export { AccountClass };
|
301
|
+
export type AccountClassKind = AccountClass.HolderV1 | AccountClass.StoreV1 | AccountClass.SingleV1 | AccountClass.PackV1 | AccountClass.CardV1 | AccountClass.PackReceiptV1 | AccountClass.PackContentV1 | AccountClass.PackOpenHolderV1 | AccountClass.BuyTrackV1 | AccountClass.SingleArchiveV1 | AccountClass.PackArchiveV1 | AccountClass.None | AccountClass.CreatorRegistryV1 | AccountClass.CollectorGlobalRegistryV1 | AccountClass.CollectorArtistRegistryV1 | AccountClass.PackTraitsV1 | AccountClass.PackUploadsV1 | AccountClass.ZeroOpenHolderV1 | AccountClass.BurnDepositV1 | AccountClass.GlobalBurnTrackV1 | AccountClass.ArtistBurnTrackV1 | AccountClass.SecureHolderV1 | AccountClass.RevealerForMeV1 | AccountClass.ThreeIdV1 | AccountClass.DonationRegistryV1 | AccountClass.PoolVaultV1 | AccountClass.GenericUserV1 | AccountClass.TokenManagerV1;
|
302
|
+
export type AccountClassJSON = AccountClass.HolderV1JSON | AccountClass.StoreV1JSON | AccountClass.SingleV1JSON | AccountClass.PackV1JSON | AccountClass.CardV1JSON | AccountClass.PackReceiptV1JSON | AccountClass.PackContentV1JSON | AccountClass.PackOpenHolderV1JSON | AccountClass.BuyTrackV1JSON | AccountClass.SingleArchiveV1JSON | AccountClass.PackArchiveV1JSON | AccountClass.NoneJSON | AccountClass.CreatorRegistryV1JSON | AccountClass.CollectorGlobalRegistryV1JSON | AccountClass.CollectorArtistRegistryV1JSON | AccountClass.PackTraitsV1JSON | AccountClass.PackUploadsV1JSON | AccountClass.ZeroOpenHolderV1JSON | AccountClass.BurnDepositV1JSON | AccountClass.GlobalBurnTrackV1JSON | AccountClass.ArtistBurnTrackV1JSON | AccountClass.SecureHolderV1JSON | AccountClass.RevealerForMeV1JSON | AccountClass.ThreeIdV1JSON | AccountClass.DonationRegistryV1JSON | AccountClass.PoolVaultV1JSON | AccountClass.GenericUserV1JSON | AccountClass.TokenManagerV1JSON;
|
303
|
+
export { GlobalState };
|
304
|
+
export type GlobalStateKind = GlobalState.HiddenBySystem | GlobalState.Public | GlobalState.HiddenByUser | GlobalState.FlaggedPirate;
|
305
|
+
export type GlobalStateJSON = GlobalState.HiddenBySystemJSON | GlobalState.PublicJSON | GlobalState.HiddenByUserJSON | GlobalState.FlaggedPirateJSON;
|
306
|
+
export { TokenType };
|
307
|
+
export type TokenTypeKind = TokenType.Basic | TokenType.OnlyUp;
|
308
|
+
export type TokenTypeJSON = TokenType.BasicJSON | TokenType.OnlyUpJSON;
|
309
|
+
export { TokenState };
|
310
|
+
export type TokenStateKind = TokenState.New | TokenState.Active;
|
311
|
+
export type TokenStateJSON = TokenState.NewJSON | TokenState.ActiveJSON;
|
312
|
+
export { BurnType };
|
313
|
+
export type BurnTypeKind = BurnType.None | BurnType.InTX | BurnType.Progressed;
|
314
|
+
export type BurnTypeJSON = BurnType.NoneJSON | BurnType.InTXJSON | BurnType.ProgressedJSON;
|
315
|
+
export { PaymentClass };
|
316
|
+
export type PaymentClassKind = PaymentClass.PaymentV1 | PaymentClass.BurnPaymentV1 | PaymentClass.GatePaymentV1;
|
317
|
+
export type PaymentClassJSON = PaymentClass.PaymentV1JSON | PaymentClass.BurnPaymentV1JSON | PaymentClass.GatePaymentV1JSON;
|
318
|
+
export { ItemClass };
|
319
|
+
export type ItemClassKind = ItemClass.Single | ItemClass.Pack;
|
320
|
+
export type ItemClassJSON = ItemClass.SingleJSON | ItemClass.PackJSON;
|
321
|
+
export { CardClass };
|
322
|
+
export type CardClassKind = CardClass.Normal;
|
323
|
+
export type CardClassJSON = CardClass.NormalJSON;
|
324
|
+
export { TokenProgramVersion };
|
325
|
+
export type TokenProgramVersionKind = TokenProgramVersion.Original | TokenProgramVersion.Token2022;
|
326
|
+
export type TokenProgramVersionJSON = TokenProgramVersion.OriginalJSON | TokenProgramVersion.Token2022JSON;
|
327
|
+
export { TokenStandard };
|
328
|
+
export type TokenStandardKind = TokenStandard.NonFungible | TokenStandard.FungibleAsset | TokenStandard.Fungible | TokenStandard.NonFungibleEdition;
|
329
|
+
export type TokenStandardJSON = TokenStandard.NonFungibleJSON | TokenStandard.FungibleAssetJSON | TokenStandard.FungibleJSON | TokenStandard.NonFungibleEditionJSON;
|
330
|
+
export { UseMethod };
|
331
|
+
export type UseMethodKind = UseMethod.Burn | UseMethod.Multiple | UseMethod.Single;
|
332
|
+
export type UseMethodJSON = UseMethod.BurnJSON | UseMethod.MultipleJSON | UseMethod.SingleJSON;
|
@@ -0,0 +1,166 @@
|
|
1
|
+
import * as TraitPassType from "./TraitPassType";
|
2
|
+
import * as TraitType from "./TraitType";
|
3
|
+
import * as TraitInit from "./TraitInit";
|
4
|
+
import * as DepositType from "./DepositType";
|
5
|
+
import * as DepositTrackType from "./DepositTrackType";
|
6
|
+
import * as BurnState from "./BurnState";
|
7
|
+
import * as DepositState from "./DepositState";
|
8
|
+
import * as DepositSubtype from "./DepositSubtype";
|
9
|
+
import * as DepositFormat from "./DepositFormat";
|
10
|
+
import * as GenericValue from "./GenericValue";
|
11
|
+
import * as BuyHistoryClass from "./BuyHistoryClass";
|
12
|
+
import * as FeeType from "./FeeType";
|
13
|
+
import * as PackRule from "./PackRule";
|
14
|
+
import * as StoreRule from "./StoreRule";
|
15
|
+
import * as BurnTypeBurn from "./BurnTypeBurn";
|
16
|
+
import * as EditionStoreType from "./EditionStoreType";
|
17
|
+
import * as FilterType from "./FilterType";
|
18
|
+
import * as PopularityState from "./PopularityState";
|
19
|
+
import * as TrackRegistry from "./TrackRegistry";
|
20
|
+
import * as PackType from "./PackType";
|
21
|
+
import * as SaleType from "./SaleType";
|
22
|
+
import * as CurrencyType from "./CurrencyType";
|
23
|
+
import * as CardState from "./CardState";
|
24
|
+
import * as ItemState from "./ItemState";
|
25
|
+
import * as PackState from "./PackState";
|
26
|
+
import * as PackOpenHolderState from "./PackOpenHolderState";
|
27
|
+
import * as PriceRule from "./PriceRule";
|
28
|
+
import * as TimeRangeType from "./TimeRangeType";
|
29
|
+
import * as UnlocksAfter from "./UnlocksAfter";
|
30
|
+
import * as ActionAfter from "./ActionAfter";
|
31
|
+
import * as Rule from "./Rule";
|
32
|
+
import * as AuthorityGateTypes from "./AuthorityGateTypes";
|
33
|
+
import * as GeneralStore from "./GeneralStore";
|
34
|
+
import * as PoolType from "./PoolType";
|
35
|
+
import * as PoolState from "./PoolState";
|
36
|
+
import * as PoolAccess from "./PoolAccess";
|
37
|
+
import * as ExtraParameter from "./ExtraParameter";
|
38
|
+
import * as AccountClass from "./AccountClass";
|
39
|
+
import * as GlobalState from "./GlobalState";
|
40
|
+
import * as TokenType from "./TokenType";
|
41
|
+
import * as TokenState from "./TokenState";
|
42
|
+
import * as BurnType from "./BurnType";
|
43
|
+
import * as PaymentClass from "./PaymentClass";
|
44
|
+
import * as ItemClass from "./ItemClass";
|
45
|
+
import * as CardClass from "./CardClass";
|
46
|
+
import * as TokenProgramVersion from "./TokenProgramVersion";
|
47
|
+
import * as TokenStandard from "./TokenStandard";
|
48
|
+
import * as UseMethod from "./UseMethod";
|
49
|
+
export { CurrencyArtistProof } from "./CurrencyArtistProof";
|
50
|
+
export { TraitPass } from "./TraitPass";
|
51
|
+
export { TraitPassType };
|
52
|
+
export { TraitType };
|
53
|
+
export { FeedingTraits } from "./FeedingTraits";
|
54
|
+
export { TraitInit };
|
55
|
+
export { DateTraitInitMap } from "./DateTraitInitMap";
|
56
|
+
export { DateTraitInit } from "./DateTraitInit";
|
57
|
+
export { NonFungibleTraitInitMap } from "./NonFungibleTraitInitMap";
|
58
|
+
export { SemiFungibleTraitInitMap } from "./SemiFungibleTraitInitMap";
|
59
|
+
export { NonFungibleTraitInit } from "./NonFungibleTraitInit";
|
60
|
+
export { SemiFungibleTraitInit } from "./SemiFungibleTraitInit";
|
61
|
+
export { TraitValue } from "./TraitValue";
|
62
|
+
export { TokenMetadata } from "./TokenMetadata";
|
63
|
+
export { StoreConfig } from "./StoreConfig";
|
64
|
+
export { GlobalFee } from "./GlobalFee";
|
65
|
+
export { ListingPerWalletArgs } from "./ListingPerWalletArgs";
|
66
|
+
export { EncryptedPayload } from "./EncryptedPayload";
|
67
|
+
export { AllowedCurrencyArgs } from "./AllowedCurrencyArgs";
|
68
|
+
export { FakeBurnCount } from "./FakeBurnCount";
|
69
|
+
export { BurnCount } from "./BurnCount";
|
70
|
+
export { Seed } from "./Seed";
|
71
|
+
export { AccountHasher } from "./AccountHasher";
|
72
|
+
export { RecoverDeposit } from "./RecoverDeposit";
|
73
|
+
export { PreviousDonationRecord } from "./PreviousDonationRecord";
|
74
|
+
export { CnftData } from "./CnftData";
|
75
|
+
export { DepositType };
|
76
|
+
export { CompactCnftData } from "./CompactCnftData";
|
77
|
+
export { Deposit } from "./Deposit";
|
78
|
+
export { DepositTrackType };
|
79
|
+
export { DepositTrack } from "./DepositTrack";
|
80
|
+
export { FakeDeposit } from "./FakeDeposit";
|
81
|
+
export { BurnState };
|
82
|
+
export { DepositState };
|
83
|
+
export { DepositSubtype };
|
84
|
+
export { DepositFormat };
|
85
|
+
export { SelectedZeroCard } from "./SelectedZeroCard";
|
86
|
+
export { SelectedCard } from "./SelectedCard";
|
87
|
+
export { BurnTrack } from "./BurnTrack";
|
88
|
+
export { MemeVaultProof } from "./MemeVaultProof";
|
89
|
+
export { Item } from "./Item";
|
90
|
+
export { ItemTrack } from "./ItemTrack";
|
91
|
+
export { CardTrack } from "./CardTrack";
|
92
|
+
export { IndexDate } from "./IndexDate";
|
93
|
+
export { IndexDates } from "./IndexDates";
|
94
|
+
export { SaleTrack } from "./SaleTrack";
|
95
|
+
export { CollectTrack } from "./CollectTrack";
|
96
|
+
export { Filter } from "./Filter";
|
97
|
+
export { Category } from "./Category";
|
98
|
+
export { SuperCategory } from "./SuperCategory";
|
99
|
+
export { Earnings } from "./Earnings";
|
100
|
+
export { Popularity } from "./Popularity";
|
101
|
+
export { FakeTraitValue } from "./FakeTraitValue";
|
102
|
+
export { FakeTraitPair } from "./FakeTraitPair";
|
103
|
+
export { FakeVolumeTrack } from "./FakeVolumeTrack";
|
104
|
+
export { PackConfig } from "./PackConfig";
|
105
|
+
export { VolumeTrack } from "./VolumeTrack";
|
106
|
+
export { SaleConfig } from "./SaleConfig";
|
107
|
+
export { ZeroConfig } from "./ZeroConfig";
|
108
|
+
export { Price } from "./Price";
|
109
|
+
export { CoolTimePerAmountArgs } from "./CoolTimePerAmountArgs";
|
110
|
+
export { TotalPerTimeArgs } from "./TotalPerTimeArgs";
|
111
|
+
export { OnlyBetweenTimesArgs } from "./OnlyBetweenTimesArgs";
|
112
|
+
export { OnlyTheseDOWArgs } from "./OnlyTheseDOWArgs";
|
113
|
+
export { CreatorGateArgs } from "./CreatorGateArgs";
|
114
|
+
export { TotalPerTimeWalletArgs } from "./TotalPerTimeWalletArgs";
|
115
|
+
export { TimedPerWalletArgs } from "./TimedPerWalletArgs";
|
116
|
+
export { WrappedSource } from "./WrappedSource";
|
117
|
+
export { GenericValue };
|
118
|
+
export { GenericStore } from "./GenericStore";
|
119
|
+
export { Uses } from "./Uses";
|
120
|
+
export { Collection } from "./Collection";
|
121
|
+
export { Creator } from "./Creator";
|
122
|
+
export { ShortCreator } from "./ShortCreator";
|
123
|
+
export { VerifyCollectionMetadata } from "./VerifyCollectionMetadata";
|
124
|
+
export { TightCardMetadata } from "./TightCardMetadata";
|
125
|
+
export { ShortMetadata } from "./ShortMetadata";
|
126
|
+
export { UnwrapMetadata } from "./UnwrapMetadata";
|
127
|
+
export { MetadataArgs } from "./MetadataArgs";
|
128
|
+
export { ShortMetadataArgs } from "./ShortMetadataArgs";
|
129
|
+
export { BuyHistoryClass };
|
130
|
+
export { FeeType };
|
131
|
+
export { PackRule };
|
132
|
+
export { StoreRule };
|
133
|
+
export { BurnTypeBurn };
|
134
|
+
export { EditionStoreType };
|
135
|
+
export { FilterType };
|
136
|
+
export { PopularityState };
|
137
|
+
export { TrackRegistry };
|
138
|
+
export { PackType };
|
139
|
+
export { SaleType };
|
140
|
+
export { CurrencyType };
|
141
|
+
export { CardState };
|
142
|
+
export { ItemState };
|
143
|
+
export { PackState };
|
144
|
+
export { PackOpenHolderState };
|
145
|
+
export { PriceRule };
|
146
|
+
export { TimeRangeType };
|
147
|
+
export { UnlocksAfter };
|
148
|
+
export { ActionAfter };
|
149
|
+
export { Rule };
|
150
|
+
export { AuthorityGateTypes };
|
151
|
+
export { GeneralStore };
|
152
|
+
export { PoolType };
|
153
|
+
export { PoolState };
|
154
|
+
export { PoolAccess };
|
155
|
+
export { ExtraParameter };
|
156
|
+
export { AccountClass };
|
157
|
+
export { GlobalState };
|
158
|
+
export { TokenType };
|
159
|
+
export { TokenState };
|
160
|
+
export { BurnType };
|
161
|
+
export { PaymentClass };
|
162
|
+
export { ItemClass };
|
163
|
+
export { CardClass };
|
164
|
+
export { TokenProgramVersion };
|
165
|
+
export { TokenStandard };
|
166
|
+
export { UseMethod };
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { PublicKey } from "@solana/web3.js";
|
2
|
+
export declare const METADATA_PREFIX = "metadata";
|
3
|
+
export declare function holderPDA({ creator, slot }: any): any;
|
4
|
+
export declare function holderAccountPDA({ creator, slot }: any): any;
|
5
|
+
export declare function storePDA({ storeId, creator, holder }: any): any;
|
6
|
+
export declare function creatorAuthorityPDA({ creator, store }: any): any;
|
7
|
+
export declare function itemAccountPDA({ creator, store, identifier }: any): any;
|
8
|
+
export declare function itemReserveListPDA({ item }: any): any;
|
9
|
+
export declare const toPublicKey: (key: string | PublicKey | boolean) => any;
|
10
|
+
export declare const getMetadataPDA: (mint: any) => Promise<any>;
|
11
|
+
export declare const getEditionPDA: (mint: any, full: any) => Promise<any>;
|
12
|
+
export declare const collectionAuthorityRecord: ({ mint, new_authority, }: any) => Promise<any>;
|
13
|
+
export declare const creatorRegistryPDA: ({ user, currency, store }: any) => any;
|
14
|
+
export declare const userActivityPDA: ({ user, store }: any) => Promise<any>;
|
15
|
+
export declare const collectorArtistRegistryPDA: ({ user, artist, currency, store, }: any) => Promise<any>;
|
16
|
+
export declare const collectorGlobalRegistryPDA: ({ user, currency, store }: any) => any;
|
17
|
+
export declare const buyPaymentPDA: ({ owner, itemAccount }: any) => any;
|
18
|
+
export declare const treeAuthority: ({ tree }: any) => any;
|
19
|
+
export declare const getATAPDA: ({ owner, mint }: any) => Promise<any>;
|