3land_sdk 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- 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 +1 -1
- package/src/library/implementation/storeImplementation.ts +1 -0
- package/src/library/instructions/store/buySingleEdition.ts +1 -0
- package/tsconfig.json +23 -6
@@ -0,0 +1,308 @@
|
|
1
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
8
|
+
});
|
9
|
+
};
|
10
|
+
import { BN } from "bn.js";
|
11
|
+
import { Store } from "../Store";
|
12
|
+
import { Keypair, PublicKey, SendTransactionError } from "@solana/web3.js";
|
13
|
+
import { Creator, CurrencyType, FeeType, PriceRule, SaleType, } from "../../types/types";
|
14
|
+
import { Wallet } from "@project-serum/anchor";
|
15
|
+
import * as fs2 from "fs";
|
16
|
+
import path from "path";
|
17
|
+
import { bs58 } from "@project-serum/anchor/dist/cjs/utils/bytes";
|
18
|
+
function initializeSDKAndWallet(options) {
|
19
|
+
const sdk = new Store();
|
20
|
+
let walletKeypair;
|
21
|
+
if (options.privateKey) {
|
22
|
+
if (typeof options.privateKey === "string") {
|
23
|
+
// Decode base58 string to Uint8Array
|
24
|
+
try {
|
25
|
+
const decoded = bs58.decode(options.privateKey);
|
26
|
+
walletKeypair = Keypair.fromSecretKey(decoded);
|
27
|
+
}
|
28
|
+
catch (error) {
|
29
|
+
throw new Error(`Invalid base58 private key: ${error}`);
|
30
|
+
}
|
31
|
+
}
|
32
|
+
else if (Array.isArray(options.privateKey)) {
|
33
|
+
// Handle array of numbers
|
34
|
+
walletKeypair = Keypair.fromSecretKey(Uint8Array.from(options.privateKey));
|
35
|
+
}
|
36
|
+
else {
|
37
|
+
// Handle Uint8Array directly
|
38
|
+
walletKeypair = Keypair.fromSecretKey(options.privateKey);
|
39
|
+
}
|
40
|
+
}
|
41
|
+
else if (options.walletPath) {
|
42
|
+
// Existing file-based initialization
|
43
|
+
const secretKey = JSON.parse(fs2.readFileSync(options.walletPath, "utf-8"));
|
44
|
+
walletKeypair = Keypair.fromSecretKey(Uint8Array.from(secretKey));
|
45
|
+
}
|
46
|
+
else {
|
47
|
+
throw new Error("Either walletPath or privateKey must be provided");
|
48
|
+
}
|
49
|
+
const payer = new Wallet(walletKeypair);
|
50
|
+
return { sdk, walletKeypair, payer };
|
51
|
+
}
|
52
|
+
function createStoreImp(options, storeSetup) {
|
53
|
+
return __awaiter(this, void 0, void 0, function* () {
|
54
|
+
const { sdk, walletKeypair, payer } = initializeSDKAndWallet(options);
|
55
|
+
try {
|
56
|
+
const storeConfig = {
|
57
|
+
fee: new BN(1000000),
|
58
|
+
feePercentage: storeSetup.storeFee,
|
59
|
+
feeType: new FeeType.AllMints(),
|
60
|
+
trust: payer.publicKey,
|
61
|
+
rules: [],
|
62
|
+
toJSON: function () {
|
63
|
+
throw new Error("Function not implemented.");
|
64
|
+
},
|
65
|
+
toEncodable: function () {
|
66
|
+
throw new Error("Function not implemented.");
|
67
|
+
},
|
68
|
+
};
|
69
|
+
const createStoreTxId = yield sdk.createStore(walletKeypair, storeSetup.storeName, storeConfig);
|
70
|
+
return {
|
71
|
+
transactionId: createStoreTxId,
|
72
|
+
payerPublicKey: payer.publicKey.toString(),
|
73
|
+
};
|
74
|
+
}
|
75
|
+
catch (error) {
|
76
|
+
handleError(error);
|
77
|
+
throw error;
|
78
|
+
}
|
79
|
+
});
|
80
|
+
}
|
81
|
+
function createCollectionImp(options, collectionOpts) {
|
82
|
+
return __awaiter(this, void 0, void 0, function* () {
|
83
|
+
const { sdk, walletKeypair, payer } = initializeSDKAndWallet(options);
|
84
|
+
const collectionDetails = { __kind: "V1", size: 0 };
|
85
|
+
const creator = new Creator({
|
86
|
+
address: payer.publicKey,
|
87
|
+
verified: false,
|
88
|
+
share: 100,
|
89
|
+
});
|
90
|
+
const metadata = {
|
91
|
+
symbol: collectionOpts.collectionSymbol, //max 10 chars
|
92
|
+
name: collectionOpts.collectionName, //max 32 chars
|
93
|
+
uri: "",
|
94
|
+
sellerFeeBasisPoints: new BN(5),
|
95
|
+
creators: [creator],
|
96
|
+
collection: null,
|
97
|
+
uses: null,
|
98
|
+
};
|
99
|
+
const imageBuffer = fs2.readFileSync(path.join(process.cwd(), "assets", "ds.jpeg")).buffer;
|
100
|
+
const coverBuffer = fs2.readFileSync(path.join(process.cwd(), "assets", "3land_rebrand.gif")).buffer;
|
101
|
+
const optionsCollection = {
|
102
|
+
symbol: metadata.symbol,
|
103
|
+
metadata: {
|
104
|
+
name: metadata.name,
|
105
|
+
description: collectionOpts.collectionDescription,
|
106
|
+
files: {
|
107
|
+
file: {
|
108
|
+
arrayBuffer() {
|
109
|
+
return imageBuffer;
|
110
|
+
},
|
111
|
+
type: "image/gif",
|
112
|
+
},
|
113
|
+
cover: {
|
114
|
+
arrayBuffer() {
|
115
|
+
return coverBuffer;
|
116
|
+
},
|
117
|
+
type: "image/gif",
|
118
|
+
},
|
119
|
+
},
|
120
|
+
},
|
121
|
+
creators: metadata.creators,
|
122
|
+
traits: [],
|
123
|
+
sellerFeeBasisPoints: metadata.sellerFeeBasisPoints,
|
124
|
+
};
|
125
|
+
try {
|
126
|
+
const collectionTx = yield sdk.createCollection(walletKeypair, collectionDetails, metadata, {
|
127
|
+
options: optionsCollection,
|
128
|
+
});
|
129
|
+
console.log("create collection tx: ", collectionTx);
|
130
|
+
return collectionTx;
|
131
|
+
}
|
132
|
+
catch (error) {
|
133
|
+
handleError(error);
|
134
|
+
return { success: false, error: error };
|
135
|
+
}
|
136
|
+
});
|
137
|
+
}
|
138
|
+
function createSingleImp(options, storeAccount, collectionAccount, createOptions) {
|
139
|
+
return __awaiter(this, void 0, void 0, function* () {
|
140
|
+
const { sdk, walletKeypair, payer } = initializeSDKAndWallet(options);
|
141
|
+
try {
|
142
|
+
const creator = new Creator({
|
143
|
+
address: payer.publicKey,
|
144
|
+
verified: false,
|
145
|
+
share: 100,
|
146
|
+
});
|
147
|
+
const metadata = {
|
148
|
+
name: createOptions.itemName,
|
149
|
+
uri: "",
|
150
|
+
uriType: 1,
|
151
|
+
sellerFeeBasisPoints: createOptions.sellerFee,
|
152
|
+
collection: new PublicKey(collectionAccount),
|
153
|
+
creators: [creator],
|
154
|
+
toJSON: function () {
|
155
|
+
throw new Error("Function not implemented.");
|
156
|
+
},
|
157
|
+
toEncodable: function () {
|
158
|
+
throw new Error("Function not implemented.");
|
159
|
+
},
|
160
|
+
};
|
161
|
+
/*
|
162
|
+
For MP4
|
163
|
+
const videoBuffer = await fs2.promises.readFile(
|
164
|
+
path.join(process.cwd(), "assets", "video.mp4")
|
165
|
+
);
|
166
|
+
|
167
|
+
For MP3
|
168
|
+
const audioBuffer = await fs2.promises.readFile(
|
169
|
+
path.join(process.cwd(), "assets", "audio.mp3")
|
170
|
+
);
|
171
|
+
|
172
|
+
For WebP
|
173
|
+
const webpBuffer = await fs2.promises.readFile(
|
174
|
+
path.join(process.cwd(), "assets", "image.webp")
|
175
|
+
);
|
176
|
+
|
177
|
+
For GLB
|
178
|
+
const glbBuffer = await fs2.promises.readFile(
|
179
|
+
path.join(process.cwd(), "assets", "model.glb")
|
180
|
+
);
|
181
|
+
*/
|
182
|
+
let options;
|
183
|
+
if (createOptions.mainImageUrl) {
|
184
|
+
// Create base metadata files object
|
185
|
+
let baseMetadataFiles = {
|
186
|
+
file: {
|
187
|
+
url: createOptions.mainImageUrl,
|
188
|
+
},
|
189
|
+
};
|
190
|
+
// Add cover if present
|
191
|
+
if (createOptions.coverImageUrl) {
|
192
|
+
baseMetadataFiles.cover = {
|
193
|
+
url: createOptions.coverImageUrl,
|
194
|
+
};
|
195
|
+
}
|
196
|
+
options = {
|
197
|
+
symbol: createOptions.itemSymbol,
|
198
|
+
metadata: {
|
199
|
+
name: metadata.name,
|
200
|
+
description: createOptions.itemDescription,
|
201
|
+
files: baseMetadataFiles,
|
202
|
+
},
|
203
|
+
creators: metadata.creators,
|
204
|
+
traits: createOptions.traits,
|
205
|
+
sellerFeeBasisPoints: metadata.sellerFeeBasisPoints,
|
206
|
+
};
|
207
|
+
}
|
208
|
+
else {
|
209
|
+
const imageBuffer = yield fs2.promises.readFile(path.join(process.cwd(), "assets", "og.png"));
|
210
|
+
if (!imageBuffer || imageBuffer.byteLength === 0) {
|
211
|
+
throw new Error("Failed to read main image file");
|
212
|
+
}
|
213
|
+
const coverBuffer = yield fs2.promises.readFile(path.join(process.cwd(), "assets", "niicl.gif"));
|
214
|
+
if (!coverBuffer) {
|
215
|
+
throw new Error("Failed to read cover file");
|
216
|
+
}
|
217
|
+
options = {
|
218
|
+
symbol: createOptions.itemSymbol,
|
219
|
+
metadata: {
|
220
|
+
name: metadata.name,
|
221
|
+
description: createOptions.itemDescription,
|
222
|
+
files: {
|
223
|
+
file: {
|
224
|
+
arrayBuffer: () => imageBuffer,
|
225
|
+
type: "image/png",
|
226
|
+
name: "og.png",
|
227
|
+
size: imageBuffer.length,
|
228
|
+
},
|
229
|
+
cover: {
|
230
|
+
arrayBuffer: () => coverBuffer,
|
231
|
+
type: "image/gif",
|
232
|
+
name: "niicl.gif",
|
233
|
+
size: coverBuffer.length,
|
234
|
+
},
|
235
|
+
},
|
236
|
+
},
|
237
|
+
creators: metadata.creators,
|
238
|
+
traits: createOptions.traits,
|
239
|
+
sellerFeeBasisPoints: metadata.sellerFeeBasisPoints,
|
240
|
+
};
|
241
|
+
}
|
242
|
+
console.log("cover options: ", options);
|
243
|
+
const saleConfig = {
|
244
|
+
prices: [
|
245
|
+
{
|
246
|
+
amount: new BN(createOptions.price),
|
247
|
+
priceType: new CurrencyType.Native(),
|
248
|
+
toJSON: function () {
|
249
|
+
throw new Error("Function not implemented.");
|
250
|
+
},
|
251
|
+
toEncodable: function () {
|
252
|
+
throw new Error("Function not implemented.");
|
253
|
+
},
|
254
|
+
},
|
255
|
+
],
|
256
|
+
priceType: new PriceRule.None(),
|
257
|
+
rules: [],
|
258
|
+
sendToVault: 0,
|
259
|
+
saleType: new SaleType.Normal(),
|
260
|
+
toJSON: function () {
|
261
|
+
throw new Error("Function not implemented.");
|
262
|
+
},
|
263
|
+
toEncodable: function () {
|
264
|
+
throw new Error("Function not implemented.");
|
265
|
+
},
|
266
|
+
};
|
267
|
+
const createSingleEditionTxId = yield sdk.createSingleEdition(walletKeypair, new PublicKey(storeAccount), 100, metadata, saleConfig, [1, 0, 0], [1, 0], 0, 12345, new PublicKey(collectionAccount), {
|
268
|
+
options: options,
|
269
|
+
});
|
270
|
+
return {
|
271
|
+
transactionId: createSingleEditionTxId,
|
272
|
+
payerPublicKey: payer.publicKey.toString(),
|
273
|
+
};
|
274
|
+
}
|
275
|
+
catch (error) {
|
276
|
+
handleError(error);
|
277
|
+
throw error;
|
278
|
+
}
|
279
|
+
});
|
280
|
+
}
|
281
|
+
function buySingleImp(options, item) {
|
282
|
+
return __awaiter(this, void 0, void 0, function* () {
|
283
|
+
const { sdk, walletKeypair, payer } = initializeSDKAndWallet(options);
|
284
|
+
try {
|
285
|
+
const owner = payer;
|
286
|
+
const buySingleEditionTxId = yield sdk.buySingleEdition(walletKeypair, [0, 0, 0, 0, 0, 0], new PublicKey(item));
|
287
|
+
console.log("** buy single tx: ", buySingleEditionTxId);
|
288
|
+
return {
|
289
|
+
transactionId: buySingleEditionTxId,
|
290
|
+
ownerPublicKey: owner.publicKey.toString(),
|
291
|
+
};
|
292
|
+
}
|
293
|
+
catch (error) {
|
294
|
+
handleError(error);
|
295
|
+
throw error;
|
296
|
+
}
|
297
|
+
});
|
298
|
+
}
|
299
|
+
function handleError(error) {
|
300
|
+
if (error instanceof SendTransactionError) {
|
301
|
+
console.error("Transaction failed. Error message:", error.message);
|
302
|
+
console.error("Transaction logs:", error.logs);
|
303
|
+
}
|
304
|
+
else {
|
305
|
+
console.error("An unexpected error occurred:", error);
|
306
|
+
}
|
307
|
+
}
|
308
|
+
export { createStoreImp, createCollectionImp, createSingleImp, buySingleImp, handleError, };
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { Connection, PublicKey, TransactionInstruction } from "@solana/web3.js";
|
2
|
+
export declare let lutAccount: any;
|
3
|
+
export declare let merkleTree: any;
|
4
|
+
export declare let merkleOptions: {
|
5
|
+
merkleTree: any;
|
6
|
+
lutAccount: any;
|
7
|
+
mainnet: {
|
8
|
+
merkleTree: string;
|
9
|
+
lutAccount: string;
|
10
|
+
};
|
11
|
+
devnet: {
|
12
|
+
merkleTree: string;
|
13
|
+
lutAccount: string;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
export declare function buySingleEditionInstruction(paymentAccount: PublicKey, itemAccount: PublicKey, packAccount: PublicKey, burnDeposit: PublicKey, poolVault: PublicKey, holderAccount: PublicKey, owner: PublicKey, payer: PublicKey, distributionBumps: number[], data: any, storeAccount: PublicKey, globalStoreAccount: PublicKey, identifier: number, extraAccounts: any[], creator: PublicKey, collectionAddress: PublicKey, connectionInstance: Connection): Promise<TransactionInstruction[]>;
|
@@ -0,0 +1,161 @@
|
|
1
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
8
|
+
});
|
9
|
+
};
|
10
|
+
import { PublicKey, SystemProgram, } from "@solana/web3.js";
|
11
|
+
import { PROGRAM_ID, BUBBLEGUM_PROGRAM_ID, SPL_NOOP_PROGRAM_ID, TOKEN_METADATA_PROGRAM_ID, SPL_ACCOUNT_COMPRESSION_PROGRAM_ID, PROGRAM_CNFT, } from "../../../types/programId";
|
12
|
+
import { buyPay, printSingle } from "../../../types/instructions";
|
13
|
+
import { creatorAuthorityPDA, getEditionPDA, getMetadataPDA, itemAccountPDA, storePDA, toPublicKey, collectionAuthorityRecord, } from "../../../utility/PdaManager";
|
14
|
+
import { bytesToU32, cyrb53 } from "../../../utility/utils";
|
15
|
+
import { BN } from "bn.js";
|
16
|
+
import { ExtraParameter } from "../../../types/types";
|
17
|
+
import { BorshCoder } from "@project-serum/anchor";
|
18
|
+
import { idl } from "./idl";
|
19
|
+
export let lutAccount = toPublicKey("EJbrXVgac2wEL2H7FJr38vD7LQpEujWZiSPHSYZ3htCa");
|
20
|
+
export let merkleTree = toPublicKey("4GQ32bJ6F6hGnASo836rVbpxWRaeGzj3xkP3pmHnRwiz");
|
21
|
+
export let merkleOptions = {
|
22
|
+
merkleTree,
|
23
|
+
lutAccount,
|
24
|
+
mainnet: {
|
25
|
+
merkleTree: "Ccw1HJ6U4uVHbmXWogUGA3YCtwQEoeb5ta9zF3o1QJBM",
|
26
|
+
lutAccount: "5keha7sPVfoK1A7kpBUaAox11xHBCremixsUmQ1ZDAiG",
|
27
|
+
},
|
28
|
+
devnet: {
|
29
|
+
merkleTree: "2t66TFv7rV69puPqPjU7T9wCwmCGRPnSJy7mbcrrZ5KU",
|
30
|
+
lutAccount: "Bpp4MKTVrtr1RajivpbMrEbqbYu8KEFbt1LzW8xAJqkE",
|
31
|
+
},
|
32
|
+
};
|
33
|
+
const logWrapper = SPL_NOOP_PROGRAM_ID;
|
34
|
+
const bubblegumProgram = BUBBLEGUM_PROGRAM_ID;
|
35
|
+
const tokenMetadataProgram = TOKEN_METADATA_PROGRAM_ID;
|
36
|
+
const compressionProgram = SPL_ACCOUNT_COMPRESSION_PROGRAM_ID;
|
37
|
+
let connection;
|
38
|
+
export function buySingleEditionInstruction(paymentAccount, itemAccount, packAccount, burnDeposit, poolVault, holderAccount, owner, payer, distributionBumps, data, storeAccount, globalStoreAccount, identifier, extraAccounts, creator, collectionAddress, connectionInstance) {
|
39
|
+
return __awaiter(this, void 0, void 0, function* () {
|
40
|
+
var _a, _b, _c;
|
41
|
+
const systemProgram = SystemProgram.programId;
|
42
|
+
connection = connectionInstance;
|
43
|
+
const endpoint = connection.rpcEndpoint.toLocaleLowerCase();
|
44
|
+
const pay = buyPay({ distributionBumps }, {
|
45
|
+
paymentAccount,
|
46
|
+
itemAccount,
|
47
|
+
packAccount,
|
48
|
+
burnDeposit,
|
49
|
+
poolVault,
|
50
|
+
holderAccount,
|
51
|
+
owner,
|
52
|
+
payer,
|
53
|
+
systemProgram,
|
54
|
+
}, extraAccounts, PROGRAM_ID);
|
55
|
+
let itemCreator = creator;
|
56
|
+
const currency = toPublicKey(((_a = data === null || data === void 0 ? void 0 : data.track) === null || _a === void 0 ? void 0 : _a.currency) || PROGRAM_ID);
|
57
|
+
const bubblegumSigner = toPublicKey("4ewWZC5gT6TGpm5LZNDs9wVonfUT2q5PP5sc9kVbwMAK");
|
58
|
+
const useGlobal = false;
|
59
|
+
const merkle = useGlobal
|
60
|
+
? merkleOptions === null || merkleOptions === void 0 ? void 0 : merkleOptions.merkleTree
|
61
|
+
: endpoint.includes("mainnet")
|
62
|
+
? toPublicKey((_b = merkleOptions === null || merkleOptions === void 0 ? void 0 : merkleOptions.mainnet) === null || _b === void 0 ? void 0 : _b.merkleTree)
|
63
|
+
: toPublicKey((_c = merkleOptions === null || merkleOptions === void 0 ? void 0 : merkleOptions.devnet) === null || _c === void 0 ? void 0 : _c.merkleTree);
|
64
|
+
const [treeAuthority, _bump] = PublicKey.findProgramAddressSync([merkle.toBuffer()], BUBBLEGUM_PROGRAM_ID);
|
65
|
+
const seeds = [Buffer.from("tree"), merkle.toBuffer()];
|
66
|
+
if (useGlobal) {
|
67
|
+
seeds.pop();
|
68
|
+
}
|
69
|
+
const [merkleManager, treeBump] = PublicKey.findProgramAddressSync(seeds, PROGRAM_CNFT);
|
70
|
+
const collectionMint = collectionAddress;
|
71
|
+
const [creatorAuthority, creatorAuthBump] = yield creatorAuthorityPDA({
|
72
|
+
creator: itemCreator,
|
73
|
+
store: storeAccount,
|
74
|
+
});
|
75
|
+
let [collectionAuthorityRecordPda] = yield collectionAuthorityRecord({
|
76
|
+
mint: collectionMint,
|
77
|
+
new_authority: creatorAuthority,
|
78
|
+
});
|
79
|
+
const collectionMetadata = yield getMetadataPDA(collectionMint);
|
80
|
+
const [editionAccount] = yield getEditionPDA(collectionMint, false);
|
81
|
+
const joint_bytes = [...itemCreator.toBytes(), ...currency.toBytes()];
|
82
|
+
const proof = {
|
83
|
+
proofHash: new BN(cyrb53(joint_bytes, 1)),
|
84
|
+
amount: new BN(1000000),
|
85
|
+
currencyVerifier: new BN(bytesToU32(currency.toBytes().slice(0, 4))),
|
86
|
+
artistVerifier: new BN(bytesToU32(itemCreator.toBytes().slice(0, 4))),
|
87
|
+
};
|
88
|
+
if (!data.storeBump) {
|
89
|
+
const storedata = yield connection.getAccountInfo(toPublicKey(globalStoreAccount));
|
90
|
+
if (!storedata) {
|
91
|
+
throw new Error("-- No Store data store bump");
|
92
|
+
}
|
93
|
+
const [_, storeBump] = yield storePDA({
|
94
|
+
storeId: 1,
|
95
|
+
creator: itemCreator,
|
96
|
+
holder: holderAccount,
|
97
|
+
});
|
98
|
+
data.storeBump = storeBump;
|
99
|
+
}
|
100
|
+
if (!data.itemBump) {
|
101
|
+
// const storedata = await connection.getAccountInfo(itemAccount);
|
102
|
+
// if (!storedata) {
|
103
|
+
// throw new Error("-- No Store data item bump");
|
104
|
+
// }
|
105
|
+
// const tipo = "Single";
|
106
|
+
// const tipofn = "itemAccountPDA";
|
107
|
+
const identifierdt = new BN(identifier);
|
108
|
+
const [_, itemBump] = yield itemAccountPDA({
|
109
|
+
creator: itemCreator,
|
110
|
+
store: storeAccount,
|
111
|
+
identifier: identifierdt,
|
112
|
+
});
|
113
|
+
data.itemBump = itemBump;
|
114
|
+
}
|
115
|
+
if (!data)
|
116
|
+
data = {};
|
117
|
+
if (!(data === null || data === void 0 ? void 0 : data.pre))
|
118
|
+
data.pre = [];
|
119
|
+
if (!(data === null || data === void 0 ? void 0 : data.post))
|
120
|
+
data.post = [];
|
121
|
+
const coder = new BorshCoder(idl);
|
122
|
+
const storedata = yield connection.getAccountInfo(toPublicKey(storeAccount));
|
123
|
+
if (!storedata) {
|
124
|
+
throw new Error("no store data in print single");
|
125
|
+
}
|
126
|
+
const store_decoded = coder.accounts.decode("Store", storedata.data);
|
127
|
+
const [_, storeBump] = yield storePDA(Object.assign({}, store_decoded));
|
128
|
+
data.storeBump = storeBump;
|
129
|
+
const single = printSingle({
|
130
|
+
proof,
|
131
|
+
storeBump: data.storeBump,
|
132
|
+
creatorAuthBump,
|
133
|
+
itemBump: data.itemBump,
|
134
|
+
treeBump,
|
135
|
+
extra: new ExtraParameter.None(),
|
136
|
+
}, {
|
137
|
+
owner,
|
138
|
+
itemAccount,
|
139
|
+
treeAuthority,
|
140
|
+
storeAccount,
|
141
|
+
creatorAuthority,
|
142
|
+
paymentAccount,
|
143
|
+
merkleTree: merkle,
|
144
|
+
merkleManager,
|
145
|
+
collectionAuthorityRecordPda,
|
146
|
+
editionAccount,
|
147
|
+
collectionMetadata,
|
148
|
+
collectionMint,
|
149
|
+
bubblegumSigner,
|
150
|
+
buytrackAccount: PROGRAM_CNFT,
|
151
|
+
revealForMe: PROGRAM_CNFT,
|
152
|
+
payer,
|
153
|
+
logWrapper,
|
154
|
+
bubblegumProgram,
|
155
|
+
compressionProgram,
|
156
|
+
tokenMetadataProgram,
|
157
|
+
systemProgram,
|
158
|
+
}, PROGRAM_ID);
|
159
|
+
return [pay, single];
|
160
|
+
});
|
161
|
+
}
|
@@ -0,0 +1,3 @@
|
|
1
|
+
import { PublicKey, TransactionInstruction } from "@solana/web3.js";
|
2
|
+
import { SaleConfig, ShortMetadataArgs } from "../../../types/types";
|
3
|
+
export declare function createSingleEditionInstruction(storeAccount: PublicKey, itemAccount: PublicKey, creatorAuthority: PublicKey, itemReserveList: PublicKey, creator: PublicKey, payer: PublicKey, supply: number, shortMetadata: ShortMetadataArgs, saleConfig: SaleConfig, identifier: number, category: number[], superCategory: number[], eventCategory: number, hashTraits: number): TransactionInstruction;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { PublicKey } from "@solana/web3.js";
|
2
|
+
import { PROGRAM_ID } from "../../../types/programId";
|
3
|
+
import { createSingle } from "../../../types/instructions";
|
4
|
+
import BN from "bn.js";
|
5
|
+
export function createSingleEditionInstruction(storeAccount, itemAccount, creatorAuthority, itemReserveList, creator, payer, supply, shortMetadata, saleConfig, identifier, category, superCategory, eventCategory, hashTraits) {
|
6
|
+
return createSingle({
|
7
|
+
supply: new BN(supply),
|
8
|
+
shortMetadata,
|
9
|
+
saleConfig,
|
10
|
+
identifier: new BN(identifier),
|
11
|
+
category,
|
12
|
+
superCategory,
|
13
|
+
eventCategory,
|
14
|
+
hashTraits: new BN(hashTraits),
|
15
|
+
}, {
|
16
|
+
storeAccount,
|
17
|
+
itemAccount,
|
18
|
+
creatorAuthority,
|
19
|
+
itemReserveList,
|
20
|
+
creator,
|
21
|
+
payer,
|
22
|
+
systemProgram: PublicKey.default,
|
23
|
+
}, PROGRAM_ID);
|
24
|
+
}
|
@@ -0,0 +1,3 @@
|
|
1
|
+
import { PublicKey, TransactionInstruction } from "@solana/web3.js";
|
2
|
+
import { StoreConfig } from "../../../types/types";
|
3
|
+
export declare function createStoreInstruction(holderAccount: PublicKey, storeAccount: PublicKey, creator: PublicKey, name: string, storeConfig: StoreConfig, storeId: number): TransactionInstruction;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { PublicKey } from "@solana/web3.js";
|
2
|
+
import { PROGRAM_ID } from "../../../types/programId";
|
3
|
+
import { createStore } from "../../../types/instructions";
|
4
|
+
export function createStoreInstruction(holderAccount, storeAccount, creator, name, storeConfig, storeId) {
|
5
|
+
return createStore({ name, storeConfig, storeId }, { holderAccount, storeAccount, creator, systemProgram: PublicKey.default }, PROGRAM_ID);
|
6
|
+
}
|