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,72 @@
|
|
1
|
+
import BN from "bn.js";
|
2
|
+
import * as types from "../types";
|
3
|
+
export interface UnwrapMetadataFields {
|
4
|
+
wrappedAmount: BN;
|
5
|
+
decimals: number;
|
6
|
+
traitHash: BN;
|
7
|
+
name: string;
|
8
|
+
arweave: string;
|
9
|
+
edition: number;
|
10
|
+
leafIndex: number;
|
11
|
+
cardIndex: number | null;
|
12
|
+
royalty: number;
|
13
|
+
creators: Array<types.ShortCreatorFields>;
|
14
|
+
bumps: Array<number>;
|
15
|
+
}
|
16
|
+
export interface UnwrapMetadataJSON {
|
17
|
+
wrappedAmount: string;
|
18
|
+
decimals: number;
|
19
|
+
traitHash: string;
|
20
|
+
name: string;
|
21
|
+
arweave: string;
|
22
|
+
edition: number;
|
23
|
+
leafIndex: number;
|
24
|
+
cardIndex: number | null;
|
25
|
+
royalty: number;
|
26
|
+
creators: Array<types.ShortCreatorJSON>;
|
27
|
+
bumps: Array<number>;
|
28
|
+
}
|
29
|
+
export declare class UnwrapMetadata {
|
30
|
+
readonly wrappedAmount: BN;
|
31
|
+
readonly decimals: number;
|
32
|
+
readonly traitHash: BN;
|
33
|
+
readonly name: string;
|
34
|
+
readonly arweave: string;
|
35
|
+
readonly edition: number;
|
36
|
+
readonly leafIndex: number;
|
37
|
+
readonly cardIndex: number | null;
|
38
|
+
readonly royalty: number;
|
39
|
+
readonly creators: Array<types.ShortCreator>;
|
40
|
+
readonly bumps: Array<number>;
|
41
|
+
constructor(fields: UnwrapMetadataFields);
|
42
|
+
static layout(property?: string): any;
|
43
|
+
static fromDecoded(obj: any): UnwrapMetadata;
|
44
|
+
static toEncodable(fields: UnwrapMetadataFields): {
|
45
|
+
wrappedAmount: BN;
|
46
|
+
decimals: number;
|
47
|
+
traitHash: BN;
|
48
|
+
name: string;
|
49
|
+
arweave: string;
|
50
|
+
edition: number;
|
51
|
+
leafIndex: number;
|
52
|
+
cardIndex: number | null;
|
53
|
+
royalty: number;
|
54
|
+
creators: any[];
|
55
|
+
bumps: number[];
|
56
|
+
};
|
57
|
+
toJSON(): UnwrapMetadataJSON;
|
58
|
+
static fromJSON(obj: UnwrapMetadataJSON): UnwrapMetadata;
|
59
|
+
toEncodable(): {
|
60
|
+
wrappedAmount: BN;
|
61
|
+
decimals: number;
|
62
|
+
traitHash: BN;
|
63
|
+
name: string;
|
64
|
+
arweave: string;
|
65
|
+
edition: number;
|
66
|
+
leafIndex: number;
|
67
|
+
cardIndex: number | null;
|
68
|
+
royalty: number;
|
69
|
+
creators: any[];
|
70
|
+
bumps: number[];
|
71
|
+
};
|
72
|
+
}
|
@@ -0,0 +1,97 @@
|
|
1
|
+
import BN from "bn.js"; // eslint-disable-line @typescript-eslint/no-unused-vars
|
2
|
+
import * as types from "../types"; // eslint-disable-line @typescript-eslint/no-unused-vars
|
3
|
+
import * as borsh from "@coral-xyz/borsh";
|
4
|
+
export class UnwrapMetadata {
|
5
|
+
constructor(fields) {
|
6
|
+
this.wrappedAmount = fields.wrappedAmount;
|
7
|
+
this.decimals = fields.decimals;
|
8
|
+
this.traitHash = fields.traitHash;
|
9
|
+
this.name = fields.name;
|
10
|
+
this.arweave = fields.arweave;
|
11
|
+
this.edition = fields.edition;
|
12
|
+
this.leafIndex = fields.leafIndex;
|
13
|
+
this.cardIndex = fields.cardIndex;
|
14
|
+
this.royalty = fields.royalty;
|
15
|
+
this.creators = fields.creators.map((item) => new types.ShortCreator(Object.assign({}, item)));
|
16
|
+
this.bumps = fields.bumps;
|
17
|
+
}
|
18
|
+
static layout(property) {
|
19
|
+
return borsh.struct([
|
20
|
+
borsh.u64("wrappedAmount"),
|
21
|
+
borsh.u8("decimals"),
|
22
|
+
borsh.u64("traitHash"),
|
23
|
+
borsh.str("name"),
|
24
|
+
borsh.str("arweave"),
|
25
|
+
borsh.u32("edition"),
|
26
|
+
borsh.u32("leafIndex"),
|
27
|
+
borsh.option(borsh.u32(), "cardIndex"),
|
28
|
+
borsh.u16("royalty"),
|
29
|
+
borsh.vec(types.ShortCreator.layout(), "creators"),
|
30
|
+
borsh.array(borsh.u8(), 2, "bumps"),
|
31
|
+
], property);
|
32
|
+
}
|
33
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
34
|
+
static fromDecoded(obj) {
|
35
|
+
return new UnwrapMetadata({
|
36
|
+
wrappedAmount: obj.wrappedAmount,
|
37
|
+
decimals: obj.decimals,
|
38
|
+
traitHash: obj.traitHash,
|
39
|
+
name: obj.name,
|
40
|
+
arweave: obj.arweave,
|
41
|
+
edition: obj.edition,
|
42
|
+
leafIndex: obj.leafIndex,
|
43
|
+
cardIndex: obj.cardIndex,
|
44
|
+
royalty: obj.royalty,
|
45
|
+
creators: obj.creators.map((item /* eslint-disable-line @typescript-eslint/no-explicit-any */) => types.ShortCreator.fromDecoded(item)),
|
46
|
+
bumps: obj.bumps,
|
47
|
+
});
|
48
|
+
}
|
49
|
+
static toEncodable(fields) {
|
50
|
+
return {
|
51
|
+
wrappedAmount: fields.wrappedAmount,
|
52
|
+
decimals: fields.decimals,
|
53
|
+
traitHash: fields.traitHash,
|
54
|
+
name: fields.name,
|
55
|
+
arweave: fields.arweave,
|
56
|
+
edition: fields.edition,
|
57
|
+
leafIndex: fields.leafIndex,
|
58
|
+
cardIndex: fields.cardIndex,
|
59
|
+
royalty: fields.royalty,
|
60
|
+
creators: fields.creators.map((item) => types.ShortCreator.toEncodable(item)),
|
61
|
+
bumps: fields.bumps,
|
62
|
+
};
|
63
|
+
}
|
64
|
+
toJSON() {
|
65
|
+
return {
|
66
|
+
wrappedAmount: this.wrappedAmount.toString(),
|
67
|
+
decimals: this.decimals,
|
68
|
+
traitHash: this.traitHash.toString(),
|
69
|
+
name: this.name,
|
70
|
+
arweave: this.arweave,
|
71
|
+
edition: this.edition,
|
72
|
+
leafIndex: this.leafIndex,
|
73
|
+
cardIndex: this.cardIndex,
|
74
|
+
royalty: this.royalty,
|
75
|
+
creators: this.creators.map((item) => item.toJSON()),
|
76
|
+
bumps: this.bumps,
|
77
|
+
};
|
78
|
+
}
|
79
|
+
static fromJSON(obj) {
|
80
|
+
return new UnwrapMetadata({
|
81
|
+
wrappedAmount: new BN(obj.wrappedAmount),
|
82
|
+
decimals: obj.decimals,
|
83
|
+
traitHash: new BN(obj.traitHash),
|
84
|
+
name: obj.name,
|
85
|
+
arweave: obj.arweave,
|
86
|
+
edition: obj.edition,
|
87
|
+
leafIndex: obj.leafIndex,
|
88
|
+
cardIndex: obj.cardIndex,
|
89
|
+
royalty: obj.royalty,
|
90
|
+
creators: obj.creators.map((item) => types.ShortCreator.fromJSON(item)),
|
91
|
+
bumps: obj.bumps,
|
92
|
+
});
|
93
|
+
}
|
94
|
+
toEncodable() {
|
95
|
+
return UnwrapMetadata.toEncodable(this);
|
96
|
+
}
|
97
|
+
}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
import * as types from "../types";
|
2
|
+
export interface BurnJSON {
|
3
|
+
kind: "Burn";
|
4
|
+
}
|
5
|
+
export declare class Burn {
|
6
|
+
static readonly discriminator = 0;
|
7
|
+
static readonly kind = "Burn";
|
8
|
+
readonly discriminator = 0;
|
9
|
+
readonly kind = "Burn";
|
10
|
+
toJSON(): BurnJSON;
|
11
|
+
toEncodable(): {
|
12
|
+
Burn: {};
|
13
|
+
};
|
14
|
+
}
|
15
|
+
export interface MultipleJSON {
|
16
|
+
kind: "Multiple";
|
17
|
+
}
|
18
|
+
export declare class Multiple {
|
19
|
+
static readonly discriminator = 1;
|
20
|
+
static readonly kind = "Multiple";
|
21
|
+
readonly discriminator = 1;
|
22
|
+
readonly kind = "Multiple";
|
23
|
+
toJSON(): MultipleJSON;
|
24
|
+
toEncodable(): {
|
25
|
+
Multiple: {};
|
26
|
+
};
|
27
|
+
}
|
28
|
+
export interface SingleJSON {
|
29
|
+
kind: "Single";
|
30
|
+
}
|
31
|
+
export declare class Single {
|
32
|
+
static readonly discriminator = 2;
|
33
|
+
static readonly kind = "Single";
|
34
|
+
readonly discriminator = 2;
|
35
|
+
readonly kind = "Single";
|
36
|
+
toJSON(): SingleJSON;
|
37
|
+
toEncodable(): {
|
38
|
+
Single: {};
|
39
|
+
};
|
40
|
+
}
|
41
|
+
export declare function fromDecoded(obj: any): types.UseMethodKind;
|
42
|
+
export declare function fromJSON(obj: types.UseMethodJSON): types.UseMethodKind;
|
43
|
+
export declare function layout(property?: string): any;
|
@@ -0,0 +1,95 @@
|
|
1
|
+
import * as borsh from "@coral-xyz/borsh";
|
2
|
+
export class Burn {
|
3
|
+
constructor() {
|
4
|
+
this.discriminator = 0;
|
5
|
+
this.kind = "Burn";
|
6
|
+
}
|
7
|
+
toJSON() {
|
8
|
+
return {
|
9
|
+
kind: "Burn",
|
10
|
+
};
|
11
|
+
}
|
12
|
+
toEncodable() {
|
13
|
+
return {
|
14
|
+
Burn: {},
|
15
|
+
};
|
16
|
+
}
|
17
|
+
}
|
18
|
+
Burn.discriminator = 0;
|
19
|
+
Burn.kind = "Burn";
|
20
|
+
export class Multiple {
|
21
|
+
constructor() {
|
22
|
+
this.discriminator = 1;
|
23
|
+
this.kind = "Multiple";
|
24
|
+
}
|
25
|
+
toJSON() {
|
26
|
+
return {
|
27
|
+
kind: "Multiple",
|
28
|
+
};
|
29
|
+
}
|
30
|
+
toEncodable() {
|
31
|
+
return {
|
32
|
+
Multiple: {},
|
33
|
+
};
|
34
|
+
}
|
35
|
+
}
|
36
|
+
Multiple.discriminator = 1;
|
37
|
+
Multiple.kind = "Multiple";
|
38
|
+
export class Single {
|
39
|
+
constructor() {
|
40
|
+
this.discriminator = 2;
|
41
|
+
this.kind = "Single";
|
42
|
+
}
|
43
|
+
toJSON() {
|
44
|
+
return {
|
45
|
+
kind: "Single",
|
46
|
+
};
|
47
|
+
}
|
48
|
+
toEncodable() {
|
49
|
+
return {
|
50
|
+
Single: {},
|
51
|
+
};
|
52
|
+
}
|
53
|
+
}
|
54
|
+
Single.discriminator = 2;
|
55
|
+
Single.kind = "Single";
|
56
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
57
|
+
export function fromDecoded(obj) {
|
58
|
+
if (typeof obj !== "object") {
|
59
|
+
throw new Error("Invalid enum object");
|
60
|
+
}
|
61
|
+
if ("Burn" in obj) {
|
62
|
+
return new Burn();
|
63
|
+
}
|
64
|
+
if ("Multiple" in obj) {
|
65
|
+
return new Multiple();
|
66
|
+
}
|
67
|
+
if ("Single" in obj) {
|
68
|
+
return new Single();
|
69
|
+
}
|
70
|
+
throw new Error("Invalid enum object");
|
71
|
+
}
|
72
|
+
export function fromJSON(obj) {
|
73
|
+
switch (obj.kind) {
|
74
|
+
case "Burn": {
|
75
|
+
return new Burn();
|
76
|
+
}
|
77
|
+
case "Multiple": {
|
78
|
+
return new Multiple();
|
79
|
+
}
|
80
|
+
case "Single": {
|
81
|
+
return new Single();
|
82
|
+
}
|
83
|
+
}
|
84
|
+
}
|
85
|
+
export function layout(property) {
|
86
|
+
const ret = borsh.rustEnum([
|
87
|
+
borsh.struct([], "Burn"),
|
88
|
+
borsh.struct([], "Multiple"),
|
89
|
+
borsh.struct([], "Single"),
|
90
|
+
]);
|
91
|
+
if (property !== undefined) {
|
92
|
+
return ret.replicate(property);
|
93
|
+
}
|
94
|
+
return ret;
|
95
|
+
}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import BN from "bn.js";
|
2
|
+
import * as types from "../types";
|
3
|
+
export interface UsesFields {
|
4
|
+
useMethod: types.UseMethodKind;
|
5
|
+
remaining: BN;
|
6
|
+
total: BN;
|
7
|
+
}
|
8
|
+
export interface UsesJSON {
|
9
|
+
useMethod: types.UseMethodJSON;
|
10
|
+
remaining: string;
|
11
|
+
total: string;
|
12
|
+
}
|
13
|
+
export declare class Uses {
|
14
|
+
readonly useMethod: types.UseMethodKind;
|
15
|
+
readonly remaining: BN;
|
16
|
+
readonly total: BN;
|
17
|
+
constructor(fields: UsesFields);
|
18
|
+
static layout(property?: string): any;
|
19
|
+
static fromDecoded(obj: any): Uses;
|
20
|
+
static toEncodable(fields: UsesFields): {
|
21
|
+
useMethod: any;
|
22
|
+
remaining: BN;
|
23
|
+
total: BN;
|
24
|
+
};
|
25
|
+
toJSON(): UsesJSON;
|
26
|
+
static fromJSON(obj: UsesJSON): Uses;
|
27
|
+
toEncodable(): {
|
28
|
+
useMethod: any;
|
29
|
+
remaining: BN;
|
30
|
+
total: BN;
|
31
|
+
};
|
32
|
+
}
|
@@ -0,0 +1,49 @@
|
|
1
|
+
import BN from "bn.js"; // eslint-disable-line @typescript-eslint/no-unused-vars
|
2
|
+
import * as types from "../types"; // eslint-disable-line @typescript-eslint/no-unused-vars
|
3
|
+
import * as borsh from "@coral-xyz/borsh";
|
4
|
+
export class Uses {
|
5
|
+
constructor(fields) {
|
6
|
+
this.useMethod = fields.useMethod;
|
7
|
+
this.remaining = fields.remaining;
|
8
|
+
this.total = fields.total;
|
9
|
+
}
|
10
|
+
static layout(property) {
|
11
|
+
return borsh.struct([
|
12
|
+
types.UseMethod.layout("useMethod"),
|
13
|
+
borsh.u64("remaining"),
|
14
|
+
borsh.u64("total"),
|
15
|
+
], property);
|
16
|
+
}
|
17
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
18
|
+
static fromDecoded(obj) {
|
19
|
+
return new Uses({
|
20
|
+
useMethod: types.UseMethod.fromDecoded(obj.useMethod),
|
21
|
+
remaining: obj.remaining,
|
22
|
+
total: obj.total,
|
23
|
+
});
|
24
|
+
}
|
25
|
+
static toEncodable(fields) {
|
26
|
+
return {
|
27
|
+
useMethod: fields.useMethod.toEncodable(),
|
28
|
+
remaining: fields.remaining,
|
29
|
+
total: fields.total,
|
30
|
+
};
|
31
|
+
}
|
32
|
+
toJSON() {
|
33
|
+
return {
|
34
|
+
useMethod: this.useMethod.toJSON(),
|
35
|
+
remaining: this.remaining.toString(),
|
36
|
+
total: this.total.toString(),
|
37
|
+
};
|
38
|
+
}
|
39
|
+
static fromJSON(obj) {
|
40
|
+
return new Uses({
|
41
|
+
useMethod: types.UseMethod.fromJSON(obj.useMethod),
|
42
|
+
remaining: new BN(obj.remaining),
|
43
|
+
total: new BN(obj.total),
|
44
|
+
});
|
45
|
+
}
|
46
|
+
toEncodable() {
|
47
|
+
return Uses.toEncodable(this);
|
48
|
+
}
|
49
|
+
}
|
@@ -0,0 +1,46 @@
|
|
1
|
+
import * as types from "../types";
|
2
|
+
export interface VerifyCollectionMetadataFields {
|
3
|
+
name: string;
|
4
|
+
symbol: string;
|
5
|
+
uri: string;
|
6
|
+
royalty: number;
|
7
|
+
collection: number;
|
8
|
+
creators: Array<types.CreatorFields>;
|
9
|
+
}
|
10
|
+
export interface VerifyCollectionMetadataJSON {
|
11
|
+
name: string;
|
12
|
+
symbol: string;
|
13
|
+
uri: string;
|
14
|
+
royalty: number;
|
15
|
+
collection: number;
|
16
|
+
creators: Array<types.CreatorJSON>;
|
17
|
+
}
|
18
|
+
export declare class VerifyCollectionMetadata {
|
19
|
+
readonly name: string;
|
20
|
+
readonly symbol: string;
|
21
|
+
readonly uri: string;
|
22
|
+
readonly royalty: number;
|
23
|
+
readonly collection: number;
|
24
|
+
readonly creators: Array<types.Creator>;
|
25
|
+
constructor(fields: VerifyCollectionMetadataFields);
|
26
|
+
static layout(property?: string): any;
|
27
|
+
static fromDecoded(obj: any): VerifyCollectionMetadata;
|
28
|
+
static toEncodable(fields: VerifyCollectionMetadataFields): {
|
29
|
+
name: string;
|
30
|
+
symbol: string;
|
31
|
+
uri: string;
|
32
|
+
royalty: number;
|
33
|
+
collection: number;
|
34
|
+
creators: any[];
|
35
|
+
};
|
36
|
+
toJSON(): VerifyCollectionMetadataJSON;
|
37
|
+
static fromJSON(obj: VerifyCollectionMetadataJSON): VerifyCollectionMetadata;
|
38
|
+
toEncodable(): {
|
39
|
+
name: string;
|
40
|
+
symbol: string;
|
41
|
+
uri: string;
|
42
|
+
royalty: number;
|
43
|
+
collection: number;
|
44
|
+
creators: any[];
|
45
|
+
};
|
46
|
+
}
|
@@ -0,0 +1,66 @@
|
|
1
|
+
import * as types from "../types"; // eslint-disable-line @typescript-eslint/no-unused-vars
|
2
|
+
import * as borsh from "@coral-xyz/borsh";
|
3
|
+
export class VerifyCollectionMetadata {
|
4
|
+
constructor(fields) {
|
5
|
+
this.name = fields.name;
|
6
|
+
this.symbol = fields.symbol;
|
7
|
+
this.uri = fields.uri;
|
8
|
+
this.royalty = fields.royalty;
|
9
|
+
this.collection = fields.collection;
|
10
|
+
this.creators = fields.creators.map((item) => new types.Creator(Object.assign({}, item)));
|
11
|
+
}
|
12
|
+
static layout(property) {
|
13
|
+
return borsh.struct([
|
14
|
+
borsh.str("name"),
|
15
|
+
borsh.str("symbol"),
|
16
|
+
borsh.str("uri"),
|
17
|
+
borsh.u16("royalty"),
|
18
|
+
borsh.u8("collection"),
|
19
|
+
borsh.vec(types.Creator.layout(), "creators"),
|
20
|
+
], property);
|
21
|
+
}
|
22
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
23
|
+
static fromDecoded(obj) {
|
24
|
+
return new VerifyCollectionMetadata({
|
25
|
+
name: obj.name,
|
26
|
+
symbol: obj.symbol,
|
27
|
+
uri: obj.uri,
|
28
|
+
royalty: obj.royalty,
|
29
|
+
collection: obj.collection,
|
30
|
+
creators: obj.creators.map((item /* eslint-disable-line @typescript-eslint/no-explicit-any */) => types.Creator.fromDecoded(item)),
|
31
|
+
});
|
32
|
+
}
|
33
|
+
static toEncodable(fields) {
|
34
|
+
return {
|
35
|
+
name: fields.name,
|
36
|
+
symbol: fields.symbol,
|
37
|
+
uri: fields.uri,
|
38
|
+
royalty: fields.royalty,
|
39
|
+
collection: fields.collection,
|
40
|
+
creators: fields.creators.map((item) => types.Creator.toEncodable(item)),
|
41
|
+
};
|
42
|
+
}
|
43
|
+
toJSON() {
|
44
|
+
return {
|
45
|
+
name: this.name,
|
46
|
+
symbol: this.symbol,
|
47
|
+
uri: this.uri,
|
48
|
+
royalty: this.royalty,
|
49
|
+
collection: this.collection,
|
50
|
+
creators: this.creators.map((item) => item.toJSON()),
|
51
|
+
};
|
52
|
+
}
|
53
|
+
static fromJSON(obj) {
|
54
|
+
return new VerifyCollectionMetadata({
|
55
|
+
name: obj.name,
|
56
|
+
symbol: obj.symbol,
|
57
|
+
uri: obj.uri,
|
58
|
+
royalty: obj.royalty,
|
59
|
+
collection: obj.collection,
|
60
|
+
creators: obj.creators.map((item) => types.Creator.fromJSON(item)),
|
61
|
+
});
|
62
|
+
}
|
63
|
+
toEncodable() {
|
64
|
+
return VerifyCollectionMetadata.toEncodable(this);
|
65
|
+
}
|
66
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import BN from "bn.js";
|
2
|
+
export interface VolumeTrackFields {
|
3
|
+
amount: BN;
|
4
|
+
pieces: BN;
|
5
|
+
}
|
6
|
+
export interface VolumeTrackJSON {
|
7
|
+
amount: string;
|
8
|
+
pieces: string;
|
9
|
+
}
|
10
|
+
export declare class VolumeTrack {
|
11
|
+
readonly amount: BN;
|
12
|
+
readonly pieces: BN;
|
13
|
+
constructor(fields: VolumeTrackFields);
|
14
|
+
static layout(property?: string): any;
|
15
|
+
static fromDecoded(obj: any): VolumeTrack;
|
16
|
+
static toEncodable(fields: VolumeTrackFields): {
|
17
|
+
amount: BN;
|
18
|
+
pieces: BN;
|
19
|
+
};
|
20
|
+
toJSON(): VolumeTrackJSON;
|
21
|
+
static fromJSON(obj: VolumeTrackJSON): VolumeTrack;
|
22
|
+
toEncodable(): {
|
23
|
+
amount: BN;
|
24
|
+
pieces: BN;
|
25
|
+
};
|
26
|
+
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import BN from "bn.js"; // eslint-disable-line @typescript-eslint/no-unused-vars
|
2
|
+
import * as borsh from "@coral-xyz/borsh";
|
3
|
+
export class VolumeTrack {
|
4
|
+
constructor(fields) {
|
5
|
+
this.amount = fields.amount;
|
6
|
+
this.pieces = fields.pieces;
|
7
|
+
}
|
8
|
+
static layout(property) {
|
9
|
+
return borsh.struct([borsh.u64("amount"), borsh.u64("pieces")], property);
|
10
|
+
}
|
11
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
12
|
+
static fromDecoded(obj) {
|
13
|
+
return new VolumeTrack({
|
14
|
+
amount: obj.amount,
|
15
|
+
pieces: obj.pieces,
|
16
|
+
});
|
17
|
+
}
|
18
|
+
static toEncodable(fields) {
|
19
|
+
return {
|
20
|
+
amount: fields.amount,
|
21
|
+
pieces: fields.pieces,
|
22
|
+
};
|
23
|
+
}
|
24
|
+
toJSON() {
|
25
|
+
return {
|
26
|
+
amount: this.amount.toString(),
|
27
|
+
pieces: this.pieces.toString(),
|
28
|
+
};
|
29
|
+
}
|
30
|
+
static fromJSON(obj) {
|
31
|
+
return new VolumeTrack({
|
32
|
+
amount: new BN(obj.amount),
|
33
|
+
pieces: new BN(obj.pieces),
|
34
|
+
});
|
35
|
+
}
|
36
|
+
toEncodable() {
|
37
|
+
return VolumeTrack.toEncodable(this);
|
38
|
+
}
|
39
|
+
}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
import { PublicKey } from "@solana/web3.js";
|
2
|
+
import BN from "bn.js";
|
3
|
+
export interface WrappedSourceFields {
|
4
|
+
pool: PublicKey;
|
5
|
+
amount: BN;
|
6
|
+
distribution: number;
|
7
|
+
track: number;
|
8
|
+
}
|
9
|
+
export interface WrappedSourceJSON {
|
10
|
+
pool: string;
|
11
|
+
amount: string;
|
12
|
+
distribution: number;
|
13
|
+
track: number;
|
14
|
+
}
|
15
|
+
export declare class WrappedSource {
|
16
|
+
readonly pool: PublicKey;
|
17
|
+
readonly amount: BN;
|
18
|
+
readonly distribution: number;
|
19
|
+
readonly track: number;
|
20
|
+
constructor(fields: WrappedSourceFields);
|
21
|
+
static layout(property?: string): any;
|
22
|
+
static fromDecoded(obj: any): WrappedSource;
|
23
|
+
static toEncodable(fields: WrappedSourceFields): {
|
24
|
+
pool: PublicKey;
|
25
|
+
amount: BN;
|
26
|
+
distribution: number;
|
27
|
+
track: number;
|
28
|
+
};
|
29
|
+
toJSON(): WrappedSourceJSON;
|
30
|
+
static fromJSON(obj: WrappedSourceJSON): WrappedSource;
|
31
|
+
toEncodable(): {
|
32
|
+
pool: PublicKey;
|
33
|
+
amount: BN;
|
34
|
+
distribution: number;
|
35
|
+
track: number;
|
36
|
+
};
|
37
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
import { PublicKey } from "@solana/web3.js"; // eslint-disable-line @typescript-eslint/no-unused-vars
|
2
|
+
import BN from "bn.js"; // eslint-disable-line @typescript-eslint/no-unused-vars
|
3
|
+
import * as borsh from "@coral-xyz/borsh";
|
4
|
+
export class WrappedSource {
|
5
|
+
constructor(fields) {
|
6
|
+
this.pool = fields.pool;
|
7
|
+
this.amount = fields.amount;
|
8
|
+
this.distribution = fields.distribution;
|
9
|
+
this.track = fields.track;
|
10
|
+
}
|
11
|
+
static layout(property) {
|
12
|
+
return borsh.struct([
|
13
|
+
borsh.publicKey("pool"),
|
14
|
+
borsh.u64("amount"),
|
15
|
+
borsh.u16("distribution"),
|
16
|
+
borsh.u8("track"),
|
17
|
+
], property);
|
18
|
+
}
|
19
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
20
|
+
static fromDecoded(obj) {
|
21
|
+
return new WrappedSource({
|
22
|
+
pool: obj.pool,
|
23
|
+
amount: obj.amount,
|
24
|
+
distribution: obj.distribution,
|
25
|
+
track: obj.track,
|
26
|
+
});
|
27
|
+
}
|
28
|
+
static toEncodable(fields) {
|
29
|
+
return {
|
30
|
+
pool: fields.pool,
|
31
|
+
amount: fields.amount,
|
32
|
+
distribution: fields.distribution,
|
33
|
+
track: fields.track,
|
34
|
+
};
|
35
|
+
}
|
36
|
+
toJSON() {
|
37
|
+
return {
|
38
|
+
pool: this.pool.toString(),
|
39
|
+
amount: this.amount.toString(),
|
40
|
+
distribution: this.distribution,
|
41
|
+
track: this.track,
|
42
|
+
};
|
43
|
+
}
|
44
|
+
static fromJSON(obj) {
|
45
|
+
return new WrappedSource({
|
46
|
+
pool: new PublicKey(obj.pool),
|
47
|
+
amount: new BN(obj.amount),
|
48
|
+
distribution: obj.distribution,
|
49
|
+
track: obj.track,
|
50
|
+
});
|
51
|
+
}
|
52
|
+
toEncodable() {
|
53
|
+
return WrappedSource.toEncodable(this);
|
54
|
+
}
|
55
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
export interface ZeroConfigFields {
|
2
|
+
bytes: number;
|
3
|
+
chunks: Array<number>;
|
4
|
+
chunkSize: number;
|
5
|
+
supplyChunkBytes: number;
|
6
|
+
}
|
7
|
+
export interface ZeroConfigJSON {
|
8
|
+
bytes: number;
|
9
|
+
chunks: Array<number>;
|
10
|
+
chunkSize: number;
|
11
|
+
supplyChunkBytes: number;
|
12
|
+
}
|
13
|
+
export declare class ZeroConfig {
|
14
|
+
readonly bytes: number;
|
15
|
+
readonly chunks: Array<number>;
|
16
|
+
readonly chunkSize: number;
|
17
|
+
readonly supplyChunkBytes: number;
|
18
|
+
constructor(fields: ZeroConfigFields);
|
19
|
+
static layout(property?: string): any;
|
20
|
+
static fromDecoded(obj: any): ZeroConfig;
|
21
|
+
static toEncodable(fields: ZeroConfigFields): {
|
22
|
+
bytes: number;
|
23
|
+
chunks: number[];
|
24
|
+
chunkSize: number;
|
25
|
+
supplyChunkBytes: number;
|
26
|
+
};
|
27
|
+
toJSON(): ZeroConfigJSON;
|
28
|
+
static fromJSON(obj: ZeroConfigJSON): ZeroConfig;
|
29
|
+
toEncodable(): {
|
30
|
+
bytes: number;
|
31
|
+
chunks: number[];
|
32
|
+
chunkSize: number;
|
33
|
+
supplyChunkBytes: number;
|
34
|
+
};
|
35
|
+
}
|