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,49 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
exports.layout = void 0;
|
27
|
+
exports.feedTraits = feedTraits;
|
28
|
+
const web3_js_1 = require("@solana/web3.js"); // eslint-disable-line @typescript-eslint/no-unused-vars
|
29
|
+
const borsh = __importStar(require("@coral-xyz/borsh")); // eslint-disable-line @typescript-eslint/no-unused-vars
|
30
|
+
const types = __importStar(require("../types")); // eslint-disable-line @typescript-eslint/no-unused-vars
|
31
|
+
const programId_1 = require("../programId");
|
32
|
+
exports.layout = borsh.struct([types.FeedingTraits.layout("traits")]);
|
33
|
+
function feedTraits(args, accounts, programId = programId_1.PROGRAM_ID) {
|
34
|
+
const keys = [
|
35
|
+
{ pubkey: accounts.packAccount, isSigner: false, isWritable: true },
|
36
|
+
{ pubkey: accounts.packTraits, isSigner: false, isWritable: true },
|
37
|
+
{ pubkey: accounts.packTraitsRegistry, isSigner: false, isWritable: true },
|
38
|
+
{ pubkey: accounts.payer, isSigner: true, isWritable: true },
|
39
|
+
{ pubkey: accounts.systemProgram, isSigner: false, isWritable: false },
|
40
|
+
];
|
41
|
+
const identifier = Buffer.from([105, 113, 240, 80, 105, 198, 78, 164]);
|
42
|
+
const buffer = Buffer.alloc(1000);
|
43
|
+
const len = exports.layout.encode({
|
44
|
+
traits: types.FeedingTraits.toEncodable(args.traits),
|
45
|
+
}, buffer);
|
46
|
+
const data = Buffer.concat([identifier, buffer]).slice(0, 8 + len);
|
47
|
+
const ix = new web3_js_1.TransactionInstruction({ keys, programId, data });
|
48
|
+
return ix;
|
49
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { TransactionInstruction, PublicKey } from "@solana/web3.js";
|
2
|
+
export interface FeedTreeArgs {
|
3
|
+
managerBump: number;
|
4
|
+
maxDepth: number;
|
5
|
+
maxBufferSize: number;
|
6
|
+
public: boolean | null;
|
7
|
+
}
|
8
|
+
export interface FeedTreeAccounts {
|
9
|
+
merkleAccount: PublicKey;
|
10
|
+
merkleManager: PublicKey;
|
11
|
+
lutAccount: PublicKey;
|
12
|
+
treeAuthority: PublicKey;
|
13
|
+
logWrapper: PublicKey;
|
14
|
+
bubblegumProgram: PublicKey;
|
15
|
+
compressionProgram: PublicKey;
|
16
|
+
payer: PublicKey;
|
17
|
+
systemProgram: PublicKey;
|
18
|
+
}
|
19
|
+
export declare const layout: any;
|
20
|
+
export declare function feedTree(args: FeedTreeArgs, accounts: FeedTreeAccounts, programId?: PublicKey): TransactionInstruction;
|
@@ -0,0 +1,60 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
exports.layout = void 0;
|
27
|
+
exports.feedTree = feedTree;
|
28
|
+
const web3_js_1 = require("@solana/web3.js"); // eslint-disable-line @typescript-eslint/no-unused-vars
|
29
|
+
const borsh = __importStar(require("@coral-xyz/borsh")); // eslint-disable-line @typescript-eslint/no-unused-vars
|
30
|
+
const programId_1 = require("../programId");
|
31
|
+
exports.layout = borsh.struct([
|
32
|
+
borsh.u8("managerBump"),
|
33
|
+
borsh.u32("maxDepth"),
|
34
|
+
borsh.u32("maxBufferSize"),
|
35
|
+
borsh.option(borsh.bool(), "public"),
|
36
|
+
]);
|
37
|
+
function feedTree(args, accounts, programId = programId_1.PROGRAM_ID) {
|
38
|
+
const keys = [
|
39
|
+
{ pubkey: accounts.merkleAccount, isSigner: false, isWritable: true },
|
40
|
+
{ pubkey: accounts.merkleManager, isSigner: false, isWritable: true },
|
41
|
+
{ pubkey: accounts.lutAccount, isSigner: false, isWritable: false },
|
42
|
+
{ pubkey: accounts.treeAuthority, isSigner: false, isWritable: true },
|
43
|
+
{ pubkey: accounts.logWrapper, isSigner: false, isWritable: false },
|
44
|
+
{ pubkey: accounts.bubblegumProgram, isSigner: false, isWritable: false },
|
45
|
+
{ pubkey: accounts.compressionProgram, isSigner: false, isWritable: false },
|
46
|
+
{ pubkey: accounts.payer, isSigner: true, isWritable: true },
|
47
|
+
{ pubkey: accounts.systemProgram, isSigner: false, isWritable: false },
|
48
|
+
];
|
49
|
+
const identifier = Buffer.from([51, 38, 94, 153, 131, 98, 81, 20]);
|
50
|
+
const buffer = Buffer.alloc(1000);
|
51
|
+
const len = exports.layout.encode({
|
52
|
+
managerBump: args.managerBump,
|
53
|
+
maxDepth: args.maxDepth,
|
54
|
+
maxBufferSize: args.maxBufferSize,
|
55
|
+
public: args.public,
|
56
|
+
}, buffer);
|
57
|
+
const data = Buffer.concat([identifier, buffer]).slice(0, 8 + len);
|
58
|
+
const ix = new web3_js_1.TransactionInstruction({ keys, programId, data });
|
59
|
+
return ix;
|
60
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { TransactionInstruction, PublicKey } from "@solana/web3.js";
|
2
|
+
import * as types from "../types";
|
3
|
+
export interface FlagPackArgs {
|
4
|
+
globalState: types.GlobalStateKind | null;
|
5
|
+
state: types.ItemStateKind | null;
|
6
|
+
serverless: number | null;
|
7
|
+
}
|
8
|
+
export interface FlagPackAccounts {
|
9
|
+
storeAccount: PublicKey;
|
10
|
+
packAccount: PublicKey;
|
11
|
+
creator: PublicKey;
|
12
|
+
systemProgram: PublicKey;
|
13
|
+
}
|
14
|
+
export declare const layout: any;
|
15
|
+
export declare function flagPack(args: FlagPackArgs, accounts: FlagPackAccounts, programId?: PublicKey): TransactionInstruction;
|
@@ -0,0 +1,54 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
exports.layout = void 0;
|
27
|
+
exports.flagPack = flagPack;
|
28
|
+
const web3_js_1 = require("@solana/web3.js"); // eslint-disable-line @typescript-eslint/no-unused-vars
|
29
|
+
const borsh = __importStar(require("@coral-xyz/borsh")); // eslint-disable-line @typescript-eslint/no-unused-vars
|
30
|
+
const types = __importStar(require("../types")); // eslint-disable-line @typescript-eslint/no-unused-vars
|
31
|
+
const programId_1 = require("../programId");
|
32
|
+
exports.layout = borsh.struct([
|
33
|
+
borsh.option(types.GlobalState.layout(), "globalState"),
|
34
|
+
borsh.option(types.ItemState.layout(), "state"),
|
35
|
+
borsh.option(borsh.u8(), "serverless"),
|
36
|
+
]);
|
37
|
+
function flagPack(args, accounts, programId = programId_1.PROGRAM_ID) {
|
38
|
+
const keys = [
|
39
|
+
{ pubkey: accounts.storeAccount, isSigner: false, isWritable: true },
|
40
|
+
{ pubkey: accounts.packAccount, isSigner: false, isWritable: true },
|
41
|
+
{ pubkey: accounts.creator, isSigner: true, isWritable: true },
|
42
|
+
{ pubkey: accounts.systemProgram, isSigner: false, isWritable: false },
|
43
|
+
];
|
44
|
+
const identifier = Buffer.from([239, 234, 126, 90, 79, 52, 91, 71]);
|
45
|
+
const buffer = Buffer.alloc(1000);
|
46
|
+
const len = exports.layout.encode({
|
47
|
+
globalState: (args.globalState && args.globalState.toEncodable()) || null,
|
48
|
+
state: (args.state && args.state.toEncodable()) || null,
|
49
|
+
serverless: args.serverless,
|
50
|
+
}, buffer);
|
51
|
+
const data = Buffer.concat([identifier, buffer]).slice(0, 8 + len);
|
52
|
+
const ix = new web3_js_1.TransactionInstruction({ keys, programId, data });
|
53
|
+
return ix;
|
54
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { TransactionInstruction, PublicKey } from "@solana/web3.js";
|
2
|
+
import * as types from "../types";
|
3
|
+
export interface FlagSingleArgs {
|
4
|
+
globalState: types.GlobalStateKind;
|
5
|
+
state: types.ItemStateKind;
|
6
|
+
}
|
7
|
+
export interface FlagSingleAccounts {
|
8
|
+
storeAccount: PublicKey;
|
9
|
+
itemAccount: PublicKey;
|
10
|
+
creator: PublicKey;
|
11
|
+
systemProgram: PublicKey;
|
12
|
+
}
|
13
|
+
export declare const layout: any;
|
14
|
+
export declare function flagSingle(args: FlagSingleArgs, accounts: FlagSingleAccounts, programId?: PublicKey): TransactionInstruction;
|
@@ -0,0 +1,52 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
exports.layout = void 0;
|
27
|
+
exports.flagSingle = flagSingle;
|
28
|
+
const web3_js_1 = require("@solana/web3.js"); // eslint-disable-line @typescript-eslint/no-unused-vars
|
29
|
+
const borsh = __importStar(require("@coral-xyz/borsh")); // eslint-disable-line @typescript-eslint/no-unused-vars
|
30
|
+
const types = __importStar(require("../types")); // eslint-disable-line @typescript-eslint/no-unused-vars
|
31
|
+
const programId_1 = require("../programId");
|
32
|
+
exports.layout = borsh.struct([
|
33
|
+
types.GlobalState.layout("globalState"),
|
34
|
+
types.ItemState.layout("state"),
|
35
|
+
]);
|
36
|
+
function flagSingle(args, accounts, programId = programId_1.PROGRAM_ID) {
|
37
|
+
const keys = [
|
38
|
+
{ pubkey: accounts.storeAccount, isSigner: false, isWritable: false },
|
39
|
+
{ pubkey: accounts.itemAccount, isSigner: false, isWritable: true },
|
40
|
+
{ pubkey: accounts.creator, isSigner: true, isWritable: true },
|
41
|
+
{ pubkey: accounts.systemProgram, isSigner: false, isWritable: false },
|
42
|
+
];
|
43
|
+
const identifier = Buffer.from([8, 218, 103, 215, 236, 37, 163, 190]);
|
44
|
+
const buffer = Buffer.alloc(1000);
|
45
|
+
const len = exports.layout.encode({
|
46
|
+
globalState: args.globalState.toEncodable(),
|
47
|
+
state: args.state.toEncodable(),
|
48
|
+
}, buffer);
|
49
|
+
const data = Buffer.concat([identifier, buffer]).slice(0, 8 + len);
|
50
|
+
const ix = new web3_js_1.TransactionInstruction({ keys, programId, data });
|
51
|
+
return ix;
|
52
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { TransactionInstruction, PublicKey } from "@solana/web3.js";
|
2
|
+
import * as types from "../types";
|
3
|
+
export interface GatePayArgs {
|
4
|
+
index: number;
|
5
|
+
metadata: types.MetadataArgsFields;
|
6
|
+
}
|
7
|
+
export interface GatePayAccounts {
|
8
|
+
paymentAccount: PublicKey;
|
9
|
+
itemAccount: PublicKey;
|
10
|
+
packAccount: PublicKey;
|
11
|
+
holderAccount: PublicKey;
|
12
|
+
/** CHECK */
|
13
|
+
merkleTree: PublicKey;
|
14
|
+
/** CHECK */
|
15
|
+
owner: PublicKey;
|
16
|
+
payer: PublicKey;
|
17
|
+
bubblegumProgram: PublicKey;
|
18
|
+
systemProgram: PublicKey;
|
19
|
+
}
|
20
|
+
export declare const layout: any;
|
21
|
+
export declare function gatePay(args: GatePayArgs, accounts: GatePayAccounts, programId?: PublicKey): TransactionInstruction;
|
@@ -0,0 +1,57 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
exports.layout = void 0;
|
27
|
+
exports.gatePay = gatePay;
|
28
|
+
const web3_js_1 = require("@solana/web3.js"); // eslint-disable-line @typescript-eslint/no-unused-vars
|
29
|
+
const borsh = __importStar(require("@coral-xyz/borsh")); // eslint-disable-line @typescript-eslint/no-unused-vars
|
30
|
+
const types = __importStar(require("../types")); // eslint-disable-line @typescript-eslint/no-unused-vars
|
31
|
+
const programId_1 = require("../programId");
|
32
|
+
exports.layout = borsh.struct([
|
33
|
+
borsh.u32("index"),
|
34
|
+
types.MetadataArgs.layout("metadata"),
|
35
|
+
]);
|
36
|
+
function gatePay(args, accounts, programId = programId_1.PROGRAM_ID) {
|
37
|
+
const keys = [
|
38
|
+
{ pubkey: accounts.paymentAccount, isSigner: false, isWritable: true },
|
39
|
+
{ pubkey: accounts.itemAccount, isSigner: false, isWritable: false },
|
40
|
+
{ pubkey: accounts.packAccount, isSigner: false, isWritable: false },
|
41
|
+
{ pubkey: accounts.holderAccount, isSigner: false, isWritable: false },
|
42
|
+
{ pubkey: accounts.merkleTree, isSigner: false, isWritable: false },
|
43
|
+
{ pubkey: accounts.owner, isSigner: false, isWritable: false },
|
44
|
+
{ pubkey: accounts.payer, isSigner: true, isWritable: true },
|
45
|
+
{ pubkey: accounts.bubblegumProgram, isSigner: false, isWritable: false },
|
46
|
+
{ pubkey: accounts.systemProgram, isSigner: false, isWritable: false },
|
47
|
+
];
|
48
|
+
const identifier = Buffer.from([10, 221, 234, 101, 181, 180, 75, 191]);
|
49
|
+
const buffer = Buffer.alloc(1000);
|
50
|
+
const len = exports.layout.encode({
|
51
|
+
index: args.index,
|
52
|
+
metadata: types.MetadataArgs.toEncodable(args.metadata),
|
53
|
+
}, buffer);
|
54
|
+
const data = Buffer.concat([identifier, buffer]).slice(0, 8 + len);
|
55
|
+
const ix = new web3_js_1.TransactionInstruction({ keys, programId, data });
|
56
|
+
return ix;
|
57
|
+
}
|
@@ -0,0 +1,104 @@
|
|
1
|
+
export { initialize } from "./initialize";
|
2
|
+
export type { InitializeArgs, InitializeAccounts } from "./initialize";
|
3
|
+
export { createCollection } from "./createCollection";
|
4
|
+
export type { CreateCollectionArgs, CreateCollectionAccounts, } from "./createCollection";
|
5
|
+
export { deleteTokenLauncher } from "./deleteTokenLauncher";
|
6
|
+
export type { DeleteTokenLauncherAccounts } from "./deleteTokenLauncher";
|
7
|
+
export { buyToken } from "./buyToken";
|
8
|
+
export type { BuyTokenArgs, BuyTokenAccounts } from "./buyToken";
|
9
|
+
export { createTokenLauncher } from "./createTokenLauncher";
|
10
|
+
export type { CreateTokenLauncherArgs, CreateTokenLauncherAccounts, } from "./createTokenLauncher";
|
11
|
+
export { registerGenericUser } from "./registerGenericUser";
|
12
|
+
export type { RegisterGenericUserArgs, RegisterGenericUserAccounts, } from "./registerGenericUser";
|
13
|
+
export { registerUser } from "./registerUser";
|
14
|
+
export type { RegisterUserArgs, RegisterUserAccounts } from "./registerUser";
|
15
|
+
export { createStore } from "./createStore";
|
16
|
+
export type { CreateStoreArgs, CreateStoreAccounts } from "./createStore";
|
17
|
+
export { updatePack } from "./updatePack";
|
18
|
+
export type { UpdatePackArgs, UpdatePackAccounts } from "./updatePack";
|
19
|
+
export { updateStore } from "./updateStore";
|
20
|
+
export type { UpdateStoreArgs, UpdateStoreAccounts } from "./updateStore";
|
21
|
+
export { prepareCreator } from "./prepareCreator";
|
22
|
+
export type { PrepareCreatorAccounts } from "./prepareCreator";
|
23
|
+
export { prepareTraits } from "./prepareTraits";
|
24
|
+
export type { PrepareTraitsAccounts } from "./prepareTraits";
|
25
|
+
export { preparePack } from "./preparePack";
|
26
|
+
export type { PreparePackArgs, PreparePackAccounts } from "./preparePack";
|
27
|
+
export { createPack } from "./createPack";
|
28
|
+
export type { CreatePackArgs, CreatePackAccounts } from "./createPack";
|
29
|
+
export { flagPack } from "./flagPack";
|
30
|
+
export type { FlagPackArgs, FlagPackAccounts } from "./flagPack";
|
31
|
+
export { flagSingle } from "./flagSingle";
|
32
|
+
export type { FlagSingleArgs, FlagSingleAccounts } from "./flagSingle";
|
33
|
+
export { updateSingle } from "./updateSingle";
|
34
|
+
export type { UpdateSingleArgs, UpdateSingleAccounts } from "./updateSingle";
|
35
|
+
export { updateCard } from "./updateCard";
|
36
|
+
export type { UpdateCardArgs, UpdateCardAccounts } from "./updateCard";
|
37
|
+
export { createCard } from "./createCard";
|
38
|
+
export type { CreateCardArgs, CreateCardAccounts } from "./createCard";
|
39
|
+
export { storeLutFor } from "./storeLutFor";
|
40
|
+
export type { StoreLutForArgs, StoreLutForAccounts } from "./storeLutFor";
|
41
|
+
export { assignPackDelegate } from "./assignPackDelegate";
|
42
|
+
export type { AssignPackDelegateAccounts } from "./assignPackDelegate";
|
43
|
+
export { createZeroCard } from "./createZeroCard";
|
44
|
+
export type { CreateZeroCardArgs, CreateZeroCardAccounts, } from "./createZeroCard";
|
45
|
+
export { createSingle } from "./createSingle";
|
46
|
+
export type { CreateSingleArgs, CreateSingleAccounts } from "./createSingle";
|
47
|
+
export { deleteSingle } from "./deleteSingle";
|
48
|
+
export type { DeleteSingleAccounts } from "./deleteSingle";
|
49
|
+
export { archiveItem } from "./archiveItem";
|
50
|
+
export type { ArchiveItemArgs, ArchiveItemAccounts } from "./archiveItem";
|
51
|
+
export { buyPack } from "./buyPack";
|
52
|
+
export type { BuyPackArgs, BuyPackAccounts } from "./buyPack";
|
53
|
+
export { gatePay } from "./gatePay";
|
54
|
+
export type { GatePayArgs, GatePayAccounts } from "./gatePay";
|
55
|
+
export { closeDepositBurn } from "./closeDepositBurn";
|
56
|
+
export type { CloseDepositBurnArgs, CloseDepositBurnAccounts, } from "./closeDepositBurn";
|
57
|
+
export { unwrapAndDestroy } from "./unwrapAndDestroy";
|
58
|
+
export type { UnwrapAndDestroyArgs, UnwrapAndDestroyAccounts, } from "./unwrapAndDestroy";
|
59
|
+
export { buyPay } from "./buyPay";
|
60
|
+
export type { BuyPayArgs, BuyPayAccounts } from "./buyPay";
|
61
|
+
export { addBurn } from "./addBurn";
|
62
|
+
export type { AddBurnArgs, AddBurnAccounts } from "./addBurn";
|
63
|
+
export { burnPay } from "./burnPay";
|
64
|
+
export type { BurnPayArgs, BurnPayAccounts } from "./burnPay";
|
65
|
+
export { openPack } from "./openPack";
|
66
|
+
export type { OpenPackArgs, OpenPackAccounts } from "./openPack";
|
67
|
+
export { deletePack } from "./deletePack";
|
68
|
+
export type { DeletePackAccounts } from "./deletePack";
|
69
|
+
export { deleteCard } from "./deleteCard";
|
70
|
+
export type { DeleteCardAccounts } from "./deleteCard";
|
71
|
+
export { claimZeroCard } from "./claimZeroCard";
|
72
|
+
export type { ClaimZeroCardArgs, ClaimZeroCardAccounts } from "./claimZeroCard";
|
73
|
+
export { withdrawFromStore } from "./withdrawFromStore";
|
74
|
+
export type { WithdrawFromStoreAccounts } from "./withdrawFromStore";
|
75
|
+
export { registerTraits } from "./registerTraits";
|
76
|
+
export type { RegisterTraitsArgs, RegisterTraitsAccounts, } from "./registerTraits";
|
77
|
+
export { closeRegisterTraits } from "./closeRegisterTraits";
|
78
|
+
export type { CloseRegisterTraitsAccounts } from "./closeRegisterTraits";
|
79
|
+
export { feedTraits } from "./feedTraits";
|
80
|
+
export type { FeedTraitsArgs, FeedTraitsAccounts } from "./feedTraits";
|
81
|
+
export { registerCreator } from "./registerCreator";
|
82
|
+
export type { RegisterCreatorArgs, RegisterCreatorAccounts, } from "./registerCreator";
|
83
|
+
export { feedPool } from "./feedPool";
|
84
|
+
export type { FeedPoolArgs, FeedPoolAccounts } from "./feedPool";
|
85
|
+
export { donateUser } from "./donateUser";
|
86
|
+
export type { DonateUserArgs, DonateUserAccounts } from "./donateUser";
|
87
|
+
export { registerCollector } from "./registerCollector";
|
88
|
+
export type { RegisterCollectorArgs, RegisterCollectorAccounts, } from "./registerCollector";
|
89
|
+
export { registerActivity } from "./registerActivity";
|
90
|
+
export type { RegisterActivityArgs, RegisterActivityAccounts, } from "./registerActivity";
|
91
|
+
export { registerPackUploads } from "./registerPackUploads";
|
92
|
+
export type { RegisterPackUploadsArgs, RegisterPackUploadsAccounts, } from "./registerPackUploads";
|
93
|
+
export { printPack } from "./printPack";
|
94
|
+
export type { PrintPackArgs, PrintPackAccounts } from "./printPack";
|
95
|
+
export { recoverDepositBurn } from "./recoverDepositBurn";
|
96
|
+
export type { RecoverDepositBurnArgs, RecoverDepositBurnAccounts, } from "./recoverDepositBurn";
|
97
|
+
export { adjustDepositBurn } from "./adjustDepositBurn";
|
98
|
+
export type { AdjustDepositBurnAccounts } from "./adjustDepositBurn";
|
99
|
+
export { depositBurn } from "./depositBurn";
|
100
|
+
export type { DepositBurnArgs, DepositBurnAccounts } from "./depositBurn";
|
101
|
+
export { printSingle } from "./printSingle";
|
102
|
+
export type { PrintSingleArgs, PrintSingleAccounts } from "./printSingle";
|
103
|
+
export { feedTree } from "./feedTree";
|
104
|
+
export type { FeedTreeArgs, FeedTreeAccounts } from "./feedTree";
|
@@ -0,0 +1,108 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.depositBurn = exports.adjustDepositBurn = exports.recoverDepositBurn = exports.printPack = exports.registerPackUploads = exports.registerActivity = exports.registerCollector = exports.donateUser = exports.feedPool = exports.registerCreator = exports.feedTraits = exports.closeRegisterTraits = exports.registerTraits = exports.withdrawFromStore = exports.claimZeroCard = exports.deleteCard = exports.deletePack = exports.openPack = exports.burnPay = exports.addBurn = exports.buyPay = exports.unwrapAndDestroy = exports.closeDepositBurn = exports.gatePay = exports.buyPack = exports.archiveItem = exports.deleteSingle = exports.createSingle = exports.createZeroCard = exports.assignPackDelegate = exports.storeLutFor = exports.createCard = exports.updateCard = exports.updateSingle = exports.flagSingle = exports.flagPack = exports.createPack = exports.preparePack = exports.prepareTraits = exports.prepareCreator = exports.updateStore = exports.updatePack = exports.createStore = exports.registerUser = exports.registerGenericUser = exports.createTokenLauncher = exports.buyToken = exports.deleteTokenLauncher = exports.createCollection = exports.initialize = void 0;
|
4
|
+
exports.feedTree = exports.printSingle = void 0;
|
5
|
+
var initialize_1 = require("./initialize");
|
6
|
+
Object.defineProperty(exports, "initialize", { enumerable: true, get: function () { return initialize_1.initialize; } });
|
7
|
+
var createCollection_1 = require("./createCollection");
|
8
|
+
Object.defineProperty(exports, "createCollection", { enumerable: true, get: function () { return createCollection_1.createCollection; } });
|
9
|
+
var deleteTokenLauncher_1 = require("./deleteTokenLauncher");
|
10
|
+
Object.defineProperty(exports, "deleteTokenLauncher", { enumerable: true, get: function () { return deleteTokenLauncher_1.deleteTokenLauncher; } });
|
11
|
+
var buyToken_1 = require("./buyToken");
|
12
|
+
Object.defineProperty(exports, "buyToken", { enumerable: true, get: function () { return buyToken_1.buyToken; } });
|
13
|
+
var createTokenLauncher_1 = require("./createTokenLauncher");
|
14
|
+
Object.defineProperty(exports, "createTokenLauncher", { enumerable: true, get: function () { return createTokenLauncher_1.createTokenLauncher; } });
|
15
|
+
var registerGenericUser_1 = require("./registerGenericUser");
|
16
|
+
Object.defineProperty(exports, "registerGenericUser", { enumerable: true, get: function () { return registerGenericUser_1.registerGenericUser; } });
|
17
|
+
var registerUser_1 = require("./registerUser");
|
18
|
+
Object.defineProperty(exports, "registerUser", { enumerable: true, get: function () { return registerUser_1.registerUser; } });
|
19
|
+
var createStore_1 = require("./createStore");
|
20
|
+
Object.defineProperty(exports, "createStore", { enumerable: true, get: function () { return createStore_1.createStore; } });
|
21
|
+
var updatePack_1 = require("./updatePack");
|
22
|
+
Object.defineProperty(exports, "updatePack", { enumerable: true, get: function () { return updatePack_1.updatePack; } });
|
23
|
+
var updateStore_1 = require("./updateStore");
|
24
|
+
Object.defineProperty(exports, "updateStore", { enumerable: true, get: function () { return updateStore_1.updateStore; } });
|
25
|
+
var prepareCreator_1 = require("./prepareCreator");
|
26
|
+
Object.defineProperty(exports, "prepareCreator", { enumerable: true, get: function () { return prepareCreator_1.prepareCreator; } });
|
27
|
+
var prepareTraits_1 = require("./prepareTraits");
|
28
|
+
Object.defineProperty(exports, "prepareTraits", { enumerable: true, get: function () { return prepareTraits_1.prepareTraits; } });
|
29
|
+
var preparePack_1 = require("./preparePack");
|
30
|
+
Object.defineProperty(exports, "preparePack", { enumerable: true, get: function () { return preparePack_1.preparePack; } });
|
31
|
+
var createPack_1 = require("./createPack");
|
32
|
+
Object.defineProperty(exports, "createPack", { enumerable: true, get: function () { return createPack_1.createPack; } });
|
33
|
+
var flagPack_1 = require("./flagPack");
|
34
|
+
Object.defineProperty(exports, "flagPack", { enumerable: true, get: function () { return flagPack_1.flagPack; } });
|
35
|
+
var flagSingle_1 = require("./flagSingle");
|
36
|
+
Object.defineProperty(exports, "flagSingle", { enumerable: true, get: function () { return flagSingle_1.flagSingle; } });
|
37
|
+
var updateSingle_1 = require("./updateSingle");
|
38
|
+
Object.defineProperty(exports, "updateSingle", { enumerable: true, get: function () { return updateSingle_1.updateSingle; } });
|
39
|
+
var updateCard_1 = require("./updateCard");
|
40
|
+
Object.defineProperty(exports, "updateCard", { enumerable: true, get: function () { return updateCard_1.updateCard; } });
|
41
|
+
var createCard_1 = require("./createCard");
|
42
|
+
Object.defineProperty(exports, "createCard", { enumerable: true, get: function () { return createCard_1.createCard; } });
|
43
|
+
var storeLutFor_1 = require("./storeLutFor");
|
44
|
+
Object.defineProperty(exports, "storeLutFor", { enumerable: true, get: function () { return storeLutFor_1.storeLutFor; } });
|
45
|
+
var assignPackDelegate_1 = require("./assignPackDelegate");
|
46
|
+
Object.defineProperty(exports, "assignPackDelegate", { enumerable: true, get: function () { return assignPackDelegate_1.assignPackDelegate; } });
|
47
|
+
var createZeroCard_1 = require("./createZeroCard");
|
48
|
+
Object.defineProperty(exports, "createZeroCard", { enumerable: true, get: function () { return createZeroCard_1.createZeroCard; } });
|
49
|
+
var createSingle_1 = require("./createSingle");
|
50
|
+
Object.defineProperty(exports, "createSingle", { enumerable: true, get: function () { return createSingle_1.createSingle; } });
|
51
|
+
var deleteSingle_1 = require("./deleteSingle");
|
52
|
+
Object.defineProperty(exports, "deleteSingle", { enumerable: true, get: function () { return deleteSingle_1.deleteSingle; } });
|
53
|
+
var archiveItem_1 = require("./archiveItem");
|
54
|
+
Object.defineProperty(exports, "archiveItem", { enumerable: true, get: function () { return archiveItem_1.archiveItem; } });
|
55
|
+
var buyPack_1 = require("./buyPack");
|
56
|
+
Object.defineProperty(exports, "buyPack", { enumerable: true, get: function () { return buyPack_1.buyPack; } });
|
57
|
+
var gatePay_1 = require("./gatePay");
|
58
|
+
Object.defineProperty(exports, "gatePay", { enumerable: true, get: function () { return gatePay_1.gatePay; } });
|
59
|
+
var closeDepositBurn_1 = require("./closeDepositBurn");
|
60
|
+
Object.defineProperty(exports, "closeDepositBurn", { enumerable: true, get: function () { return closeDepositBurn_1.closeDepositBurn; } });
|
61
|
+
var unwrapAndDestroy_1 = require("./unwrapAndDestroy");
|
62
|
+
Object.defineProperty(exports, "unwrapAndDestroy", { enumerable: true, get: function () { return unwrapAndDestroy_1.unwrapAndDestroy; } });
|
63
|
+
var buyPay_1 = require("./buyPay");
|
64
|
+
Object.defineProperty(exports, "buyPay", { enumerable: true, get: function () { return buyPay_1.buyPay; } });
|
65
|
+
var addBurn_1 = require("./addBurn");
|
66
|
+
Object.defineProperty(exports, "addBurn", { enumerable: true, get: function () { return addBurn_1.addBurn; } });
|
67
|
+
var burnPay_1 = require("./burnPay");
|
68
|
+
Object.defineProperty(exports, "burnPay", { enumerable: true, get: function () { return burnPay_1.burnPay; } });
|
69
|
+
var openPack_1 = require("./openPack");
|
70
|
+
Object.defineProperty(exports, "openPack", { enumerable: true, get: function () { return openPack_1.openPack; } });
|
71
|
+
var deletePack_1 = require("./deletePack");
|
72
|
+
Object.defineProperty(exports, "deletePack", { enumerable: true, get: function () { return deletePack_1.deletePack; } });
|
73
|
+
var deleteCard_1 = require("./deleteCard");
|
74
|
+
Object.defineProperty(exports, "deleteCard", { enumerable: true, get: function () { return deleteCard_1.deleteCard; } });
|
75
|
+
var claimZeroCard_1 = require("./claimZeroCard");
|
76
|
+
Object.defineProperty(exports, "claimZeroCard", { enumerable: true, get: function () { return claimZeroCard_1.claimZeroCard; } });
|
77
|
+
var withdrawFromStore_1 = require("./withdrawFromStore");
|
78
|
+
Object.defineProperty(exports, "withdrawFromStore", { enumerable: true, get: function () { return withdrawFromStore_1.withdrawFromStore; } });
|
79
|
+
var registerTraits_1 = require("./registerTraits");
|
80
|
+
Object.defineProperty(exports, "registerTraits", { enumerable: true, get: function () { return registerTraits_1.registerTraits; } });
|
81
|
+
var closeRegisterTraits_1 = require("./closeRegisterTraits");
|
82
|
+
Object.defineProperty(exports, "closeRegisterTraits", { enumerable: true, get: function () { return closeRegisterTraits_1.closeRegisterTraits; } });
|
83
|
+
var feedTraits_1 = require("./feedTraits");
|
84
|
+
Object.defineProperty(exports, "feedTraits", { enumerable: true, get: function () { return feedTraits_1.feedTraits; } });
|
85
|
+
var registerCreator_1 = require("./registerCreator");
|
86
|
+
Object.defineProperty(exports, "registerCreator", { enumerable: true, get: function () { return registerCreator_1.registerCreator; } });
|
87
|
+
var feedPool_1 = require("./feedPool");
|
88
|
+
Object.defineProperty(exports, "feedPool", { enumerable: true, get: function () { return feedPool_1.feedPool; } });
|
89
|
+
var donateUser_1 = require("./donateUser");
|
90
|
+
Object.defineProperty(exports, "donateUser", { enumerable: true, get: function () { return donateUser_1.donateUser; } });
|
91
|
+
var registerCollector_1 = require("./registerCollector");
|
92
|
+
Object.defineProperty(exports, "registerCollector", { enumerable: true, get: function () { return registerCollector_1.registerCollector; } });
|
93
|
+
var registerActivity_1 = require("./registerActivity");
|
94
|
+
Object.defineProperty(exports, "registerActivity", { enumerable: true, get: function () { return registerActivity_1.registerActivity; } });
|
95
|
+
var registerPackUploads_1 = require("./registerPackUploads");
|
96
|
+
Object.defineProperty(exports, "registerPackUploads", { enumerable: true, get: function () { return registerPackUploads_1.registerPackUploads; } });
|
97
|
+
var printPack_1 = require("./printPack");
|
98
|
+
Object.defineProperty(exports, "printPack", { enumerable: true, get: function () { return printPack_1.printPack; } });
|
99
|
+
var recoverDepositBurn_1 = require("./recoverDepositBurn");
|
100
|
+
Object.defineProperty(exports, "recoverDepositBurn", { enumerable: true, get: function () { return recoverDepositBurn_1.recoverDepositBurn; } });
|
101
|
+
var adjustDepositBurn_1 = require("./adjustDepositBurn");
|
102
|
+
Object.defineProperty(exports, "adjustDepositBurn", { enumerable: true, get: function () { return adjustDepositBurn_1.adjustDepositBurn; } });
|
103
|
+
var depositBurn_1 = require("./depositBurn");
|
104
|
+
Object.defineProperty(exports, "depositBurn", { enumerable: true, get: function () { return depositBurn_1.depositBurn; } });
|
105
|
+
var printSingle_1 = require("./printSingle");
|
106
|
+
Object.defineProperty(exports, "printSingle", { enumerable: true, get: function () { return printSingle_1.printSingle; } });
|
107
|
+
var feedTree_1 = require("./feedTree");
|
108
|
+
Object.defineProperty(exports, "feedTree", { enumerable: true, get: function () { return feedTree_1.feedTree; } });
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { TransactionInstruction, PublicKey } from "@solana/web3.js";
|
2
|
+
import BN from "bn.js";
|
3
|
+
import * as types from "../types";
|
4
|
+
export interface InitializeArgs {
|
5
|
+
slot: BN;
|
6
|
+
globalFee: types.GlobalFeeFields | null;
|
7
|
+
}
|
8
|
+
export interface InitializeAccounts {
|
9
|
+
holderAccount: PublicKey;
|
10
|
+
creator: PublicKey;
|
11
|
+
systemProgram: PublicKey;
|
12
|
+
}
|
13
|
+
export declare const layout: any;
|
14
|
+
export declare function initialize(args: InitializeArgs, accounts: InitializeAccounts, programId?: PublicKey): TransactionInstruction;
|
@@ -0,0 +1,51 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
exports.layout = void 0;
|
27
|
+
exports.initialize = initialize;
|
28
|
+
const web3_js_1 = require("@solana/web3.js"); // eslint-disable-line @typescript-eslint/no-unused-vars
|
29
|
+
const borsh = __importStar(require("@coral-xyz/borsh")); // eslint-disable-line @typescript-eslint/no-unused-vars
|
30
|
+
const types = __importStar(require("../types")); // eslint-disable-line @typescript-eslint/no-unused-vars
|
31
|
+
const programId_1 = require("../programId");
|
32
|
+
exports.layout = borsh.struct([
|
33
|
+
borsh.u64("slot"),
|
34
|
+
borsh.option(types.GlobalFee.layout(), "globalFee"),
|
35
|
+
]);
|
36
|
+
function initialize(args, accounts, programId = programId_1.PROGRAM_ID) {
|
37
|
+
const keys = [
|
38
|
+
{ pubkey: accounts.holderAccount, isSigner: false, isWritable: true },
|
39
|
+
{ pubkey: accounts.creator, isSigner: true, isWritable: true },
|
40
|
+
{ pubkey: accounts.systemProgram, isSigner: false, isWritable: false },
|
41
|
+
];
|
42
|
+
const identifier = Buffer.from([175, 175, 109, 31, 13, 152, 155, 237]);
|
43
|
+
const buffer = Buffer.alloc(1000);
|
44
|
+
const len = exports.layout.encode({
|
45
|
+
slot: args.slot,
|
46
|
+
globalFee: (args.globalFee && types.GlobalFee.toEncodable(args.globalFee)) || null,
|
47
|
+
}, buffer);
|
48
|
+
const data = Buffer.concat([identifier, buffer]).slice(0, 8 + len);
|
49
|
+
const ix = new web3_js_1.TransactionInstruction({ keys, programId, data });
|
50
|
+
return ix;
|
51
|
+
}
|