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 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,74 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
9
|
+
});
|
10
|
+
};
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
const storeImplementation_1 = require("./library/implementation/storeImplementation");
|
13
|
+
function main() {
|
14
|
+
return __awaiter(this, void 0, void 0, function* () {
|
15
|
+
// const options: StoreInitOptions = {
|
16
|
+
// walletPath: "", //route to keypair.json generated from the solana cli
|
17
|
+
// };
|
18
|
+
const optionsWithBase58 = {
|
19
|
+
privateKey: "2ixmpz6W9aAE7HDqCJYy1tsqQcAHhkuP54jTPGnTyqvYHJearwT16DzmkkaQLARB9TshZvoS3WE5dQg183wryVCC", //your private key
|
20
|
+
};
|
21
|
+
const storeSetup = {
|
22
|
+
storeName: "Super cool store",
|
23
|
+
storeFee: 5,
|
24
|
+
};
|
25
|
+
const collectionOpts = {
|
26
|
+
collectionName: "Super awesome Collection",
|
27
|
+
collectionSymbol: "SAC",
|
28
|
+
collectionDescription: "This is a collection for the cool guys",
|
29
|
+
};
|
30
|
+
const createItemOptions = {
|
31
|
+
itemName: "supercoolitem7",
|
32
|
+
sellerFee: 500,
|
33
|
+
itemSymbol: "SCI7",
|
34
|
+
itemDescription: "implementing link imgs",
|
35
|
+
traits: [
|
36
|
+
{ trait_type: "type", value: "cool" },
|
37
|
+
{ trait_type: "creator", value: "me" },
|
38
|
+
],
|
39
|
+
price: 100000000, //100000000 == 0.1 sol
|
40
|
+
mainImageUrl: "https://arweave.net/FMkKYYsheEImBfejYaPPoJbI3CxJxunwvErD9VYzxOY?ext=jpeg",
|
41
|
+
};
|
42
|
+
try {
|
43
|
+
//image url: https://arweave.net/FMkKYYsheEImBfejYaPPoJbI3CxJxunwvErD9VYzxOY?ext=jpeg
|
44
|
+
//image aI: https://oaidalleapiprodscus.blob.core.windows.net/private/org-gqKriRsgW5z3sjYXrQv0vXPk/user-dhUswyb2oCg8NHc1yhPldLys/img-vX5am1Oagbimd9uSWnrSlUPb.png?st=2024-12-29T02%3A12%3A51Z&se=2024-12-29T04%3A12%3A51Z&sp=r&sv=2024-08-04&sr=b&rscd=inline&rsct=image/png&skoid=d505667d-d6c1-4a0a-bac7-5c84a87759f8&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2024-12-28T21%3A04%3A53Z&ske=2024-12-29T21%3A04%3A53Z&sks=b&skv=2024-08-04&sig=ltGieu7AXXJUhIF7hyTPXmnnFVKTu5BwmifIB3kLqAY%3D
|
45
|
+
// Create store
|
46
|
+
//const storeResult = await createStoreTest(optionsWithBase58, storeSetup);
|
47
|
+
//console.log("Store created. Transaction ID:", storeResult.transactionId);
|
48
|
+
const landStoreMainnet = "AmQNs2kgw4LvS9sm6yE9JJ4Hs3JpVu65eyx9pxMG2xA";
|
49
|
+
const landStoreDevnet = "GyPCu89S63P9NcCQAtuSJesiefhhgpGWrNVJs4bF2cSK";
|
50
|
+
// Create Collection
|
51
|
+
// const collection = await createCollectionImp(
|
52
|
+
// optionsWithBase58,
|
53
|
+
// collectionOpts
|
54
|
+
// );
|
55
|
+
// console.log("collection mint: ", collection);
|
56
|
+
// Create single edition
|
57
|
+
// const storeAccount = "3MwBR619SgJ35ek7vDLxxE5QvBaNq1fmmEZSXKW2X3Lf"; //"P1c4bboejX24NbY3vMw8EncKVmvcGEryznWLs4PGp9j"; //current store created for testing
|
58
|
+
const collectionAccount = "Fpm8XgXEuNxxjmqUQuqEFkGusiSsKM6astUGPs5U9x6v"; //"2rQq34FJG1613i7H8cDfxuGCtEjJmFAUNbAPJqK699oD";
|
59
|
+
const singleEditionResult = yield (0, storeImplementation_1.createSingleImp)(optionsWithBase58, landStoreDevnet, collectionAccount, createItemOptions);
|
60
|
+
console.log("Single edition created. Transaction ID:", singleEditionResult.transactionId);
|
61
|
+
// Buy single edition
|
62
|
+
// const itemAccount = "8iUHPXuZWQdSGTV9X8hPdUgxSLfdXX7YjZYMck2TALBc"; //"7BhKXmc5obiwn5hhrUhErVBrAT7TErYcTpRYE8ggfjKV"; //current item created for testing
|
63
|
+
// const buyResult = await buySingleTest(options, itemAccount);
|
64
|
+
// console.log(
|
65
|
+
// "Single edition purchased. Transaction ID:",
|
66
|
+
// buyResult.transactionId
|
67
|
+
// );
|
68
|
+
}
|
69
|
+
catch (error) {
|
70
|
+
(0, storeImplementation_1.handleError)(error);
|
71
|
+
}
|
72
|
+
});
|
73
|
+
}
|
74
|
+
main();
|
@@ -0,0 +1,76 @@
|
|
1
|
+
import { Keypair, PublicKey } from "@solana/web3.js";
|
2
|
+
interface IrysTransaction {
|
3
|
+
upload(): Promise<any>;
|
4
|
+
}
|
5
|
+
interface IrysFile {
|
6
|
+
type: string;
|
7
|
+
name: string;
|
8
|
+
nonce?: string;
|
9
|
+
arrayBuffer(): Promise<ArrayBuffer>;
|
10
|
+
is_metadata?: boolean;
|
11
|
+
status?: string;
|
12
|
+
arweave?: string;
|
13
|
+
data?: any;
|
14
|
+
payload?: boolean;
|
15
|
+
transaction?: string | IrysTransaction;
|
16
|
+
irys?: {
|
17
|
+
id: string;
|
18
|
+
size: number;
|
19
|
+
url: string;
|
20
|
+
extension: string | null;
|
21
|
+
nonce: string;
|
22
|
+
transaction: IrysTransaction;
|
23
|
+
irys_wallet: string;
|
24
|
+
price: number;
|
25
|
+
slippage_fee: number;
|
26
|
+
};
|
27
|
+
}
|
28
|
+
export interface UploadOptions {
|
29
|
+
uuid: string;
|
30
|
+
signature: any;
|
31
|
+
}
|
32
|
+
interface RegisterOptions {
|
33
|
+
files: IrysFile[];
|
34
|
+
uuid: string;
|
35
|
+
}
|
36
|
+
interface FundingInstructionsOptions {
|
37
|
+
files: any;
|
38
|
+
payer: string | PublicKey | boolean;
|
39
|
+
}
|
40
|
+
export declare class IrysHelper {
|
41
|
+
private irys;
|
42
|
+
private wallet;
|
43
|
+
private owner;
|
44
|
+
private files_bridge;
|
45
|
+
constructor();
|
46
|
+
private ensureInitialized;
|
47
|
+
verifyBalance(id: any): Promise<any>;
|
48
|
+
getBalance(): Promise<import("bignumber.js").BigNumber>;
|
49
|
+
bundle(file: IrysFile, is_metadata?: boolean): Promise<IrysFile>;
|
50
|
+
getFileExtension(file: IrysFile): string | null;
|
51
|
+
private parseTransaction;
|
52
|
+
getFundingInstructions({ files, payer }: FundingInstructionsOptions): Promise<{
|
53
|
+
instructions: import("@solana/web3.js").TransactionInstruction[];
|
54
|
+
bytes: number;
|
55
|
+
price: any;
|
56
|
+
} | undefined>;
|
57
|
+
generateWallet(): Promise<Keypair>;
|
58
|
+
getWallet(): Promise<Keypair>;
|
59
|
+
private arweaveToID;
|
60
|
+
uploadFiles({ uuid, signature }: UploadOptions): Promise<{
|
61
|
+
errors: string[];
|
62
|
+
succeeds: string[];
|
63
|
+
}>;
|
64
|
+
clean(): Promise<void>;
|
65
|
+
registerFiles({ files, uuid }: RegisterOptions): Promise<number>;
|
66
|
+
sync(address: string): Promise<boolean>;
|
67
|
+
init(address: string, options: {
|
68
|
+
arweave_rpc?: string;
|
69
|
+
rpc?: string;
|
70
|
+
}): Promise<boolean>;
|
71
|
+
}
|
72
|
+
export declare const init: (address: string, options: {
|
73
|
+
arweave_rpc?: string;
|
74
|
+
rpc?: string;
|
75
|
+
}) => Promise<IrysHelper | null>;
|
76
|
+
export {};
|
@@ -0,0 +1,347 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
9
|
+
});
|
10
|
+
};
|
11
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
12
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
13
|
+
};
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
15
|
+
exports.init = exports.IrysHelper = void 0;
|
16
|
+
const sdk_1 = require("@irys/sdk");
|
17
|
+
const utils_1 = require("../../utility/utils");
|
18
|
+
const PdaManager_1 = require("../../utility/PdaManager");
|
19
|
+
const crypto_1 = __importDefault(require("crypto"));
|
20
|
+
const web3_js_1 = require("@solana/web3.js");
|
21
|
+
const tweetnacl_1 = __importDefault(require("tweetnacl"));
|
22
|
+
class IrysHelper {
|
23
|
+
constructor() {
|
24
|
+
this.files_bridge = {};
|
25
|
+
}
|
26
|
+
// private irys?: WebIrys;
|
27
|
+
// private wallet?: Keypair;
|
28
|
+
// private owner?: string;
|
29
|
+
ensureInitialized() {
|
30
|
+
if (!this.irys || !this.wallet || !this.owner) {
|
31
|
+
throw new Error("IrysHelper not properly initialized. Call init() first.");
|
32
|
+
}
|
33
|
+
}
|
34
|
+
// async verifyBalance(id: any): Promise<boolean> {
|
35
|
+
// this.ensureInitialized();
|
36
|
+
// try {
|
37
|
+
// const fundtx = await this.irys.fund(id);
|
38
|
+
// return !!fundtx;
|
39
|
+
// } catch (e) {
|
40
|
+
// console.log("CANNOT VERIFY FUND", e);
|
41
|
+
// }
|
42
|
+
// return false;
|
43
|
+
// }
|
44
|
+
// async getBalance(): Promise<any> {
|
45
|
+
// this.ensureInitialized();
|
46
|
+
// return this.irys.getLoadedBalance();
|
47
|
+
// }
|
48
|
+
verifyBalance(id) {
|
49
|
+
return __awaiter(this, void 0, void 0, function* () {
|
50
|
+
try {
|
51
|
+
const submited = yield this.irys.funder.submitTransaction(id);
|
52
|
+
return submited;
|
53
|
+
}
|
54
|
+
catch (e) {
|
55
|
+
console.log("CANNOT VERIFY FUND", e);
|
56
|
+
}
|
57
|
+
return false;
|
58
|
+
});
|
59
|
+
}
|
60
|
+
getBalance() {
|
61
|
+
return __awaiter(this, void 0, void 0, function* () {
|
62
|
+
return this.irys.getLoadedBalance();
|
63
|
+
});
|
64
|
+
}
|
65
|
+
bundle(file_1) {
|
66
|
+
return __awaiter(this, arguments, void 0, function* (file, is_metadata = false) {
|
67
|
+
console.log("BUNDLE: ", file);
|
68
|
+
console.log("BUNDLE method: ", file.arrayBuffer());
|
69
|
+
this.ensureInitialized();
|
70
|
+
try {
|
71
|
+
const { type, name } = file;
|
72
|
+
const nonce = file.nonce || crypto_1.default.randomBytes(32).toString("base64").slice(0, 32);
|
73
|
+
const tags = [{ name: "Content-Type", value: type }];
|
74
|
+
const irys_wallet = this.irys.address;
|
75
|
+
const arrayBuffer = yield file.arrayBuffer();
|
76
|
+
console.log("main image buffer 2: ", arrayBuffer);
|
77
|
+
const buffer = Buffer.from(arrayBuffer);
|
78
|
+
console.log("main image buffer 3: ", arrayBuffer);
|
79
|
+
let transaction = this.irys.createTransaction(buffer, {
|
80
|
+
anchor: nonce,
|
81
|
+
tags,
|
82
|
+
});
|
83
|
+
console.log("TRANSACTION: ", transaction);
|
84
|
+
const { size } = transaction;
|
85
|
+
const price = yield this.irys.getPrice(transaction.size);
|
86
|
+
const slippage_fee = Math.round(price.div(6).toNumber());
|
87
|
+
yield transaction.sign();
|
88
|
+
const extension = this.getFileExtension(file);
|
89
|
+
const id = transaction === null || transaction === void 0 ? void 0 : transaction.id;
|
90
|
+
if (!id)
|
91
|
+
throw "No id";
|
92
|
+
const url = "https://arweave.net/" +
|
93
|
+
id +
|
94
|
+
(extension && !file.is_metadata && !is_metadata
|
95
|
+
? "?ext=" + extension
|
96
|
+
: "");
|
97
|
+
file.payload = false;
|
98
|
+
file.irys = {
|
99
|
+
id,
|
100
|
+
size,
|
101
|
+
url,
|
102
|
+
extension,
|
103
|
+
nonce,
|
104
|
+
transaction,
|
105
|
+
irys_wallet,
|
106
|
+
price: price.toNumber(),
|
107
|
+
slippage_fee,
|
108
|
+
};
|
109
|
+
return file;
|
110
|
+
}
|
111
|
+
catch (e) {
|
112
|
+
console.log("ERRORE", e);
|
113
|
+
throw new Error("error in bundle Irys");
|
114
|
+
}
|
115
|
+
});
|
116
|
+
}
|
117
|
+
getFileExtension(file) {
|
118
|
+
if (!file) {
|
119
|
+
return null;
|
120
|
+
}
|
121
|
+
// Try to get extension from filename
|
122
|
+
if (file.name) {
|
123
|
+
const parts = file.name.split(".");
|
124
|
+
if (parts.length > 1) {
|
125
|
+
const extension = parts.pop(); // Get last part
|
126
|
+
if (extension) {
|
127
|
+
return extension;
|
128
|
+
}
|
129
|
+
}
|
130
|
+
}
|
131
|
+
// Fallback to MIME type
|
132
|
+
if (file.type) {
|
133
|
+
const parts = file.type.split("/");
|
134
|
+
if (parts.length > 1) {
|
135
|
+
return parts[1];
|
136
|
+
}
|
137
|
+
}
|
138
|
+
return null;
|
139
|
+
}
|
140
|
+
parseTransaction(transactionStr) {
|
141
|
+
try {
|
142
|
+
const parsed = JSON.parse(transactionStr);
|
143
|
+
return Array.isArray(parsed) ? parsed[0] : null;
|
144
|
+
}
|
145
|
+
catch (e) {
|
146
|
+
console.log("Error parsing transaction:", e);
|
147
|
+
return null;
|
148
|
+
}
|
149
|
+
}
|
150
|
+
getFundingInstructions(_a) {
|
151
|
+
return __awaiter(this, arguments, void 0, function* ({ files, payer }) {
|
152
|
+
this.ensureInitialized();
|
153
|
+
if (!payer)
|
154
|
+
payer = this.owner;
|
155
|
+
let bytes = 0;
|
156
|
+
let price = false;
|
157
|
+
if (!files)
|
158
|
+
return;
|
159
|
+
for (const file of files) {
|
160
|
+
if (!file.irys) {
|
161
|
+
throw new Error("File not properly bundled");
|
162
|
+
}
|
163
|
+
const files_price = yield this.irys.getPrice(file.irys.size);
|
164
|
+
if (!price) {
|
165
|
+
price = files_price;
|
166
|
+
}
|
167
|
+
else {
|
168
|
+
price = price.plus(files_price);
|
169
|
+
}
|
170
|
+
bytes += file.irys.size;
|
171
|
+
file.irys.price = price.toNumber();
|
172
|
+
}
|
173
|
+
const irys_address = yield this.irys.utils.getBundlerAddress("solana");
|
174
|
+
const slippage_fee = Math.round(price.div(6).toNumber());
|
175
|
+
price = price.plus(slippage_fee);
|
176
|
+
const from_user_to_manager = web3_js_1.SystemProgram.transfer({
|
177
|
+
fromPubkey: (0, PdaManager_1.toPublicKey)(payer),
|
178
|
+
toPubkey: this.wallet.publicKey,
|
179
|
+
lamports: price,
|
180
|
+
});
|
181
|
+
const from_manager_to_irys = web3_js_1.SystemProgram.transfer({
|
182
|
+
fromPubkey: this.wallet.publicKey,
|
183
|
+
toPubkey: (0, PdaManager_1.toPublicKey)(irys_address),
|
184
|
+
lamports: price,
|
185
|
+
});
|
186
|
+
return {
|
187
|
+
instructions: [from_user_to_manager, from_manager_to_irys],
|
188
|
+
bytes,
|
189
|
+
price: price.toNumber(),
|
190
|
+
};
|
191
|
+
});
|
192
|
+
}
|
193
|
+
generateWallet() {
|
194
|
+
return __awaiter(this, void 0, void 0, function* () {
|
195
|
+
return web3_js_1.Keypair.generate();
|
196
|
+
});
|
197
|
+
}
|
198
|
+
getWallet() {
|
199
|
+
return __awaiter(this, void 0, void 0, function* () {
|
200
|
+
return this.wallet;
|
201
|
+
});
|
202
|
+
}
|
203
|
+
arweaveToID(x) {
|
204
|
+
return "irys-preupload-" + x;
|
205
|
+
}
|
206
|
+
uploadFiles(_a) {
|
207
|
+
return __awaiter(this, arguments, void 0, function* ({ uuid, signature }) {
|
208
|
+
this.ensureInitialized();
|
209
|
+
yield this.irys.ready();
|
210
|
+
const files = [];
|
211
|
+
for (const file in this.files_bridge) {
|
212
|
+
files.push(this.files_bridge[file]);
|
213
|
+
}
|
214
|
+
yield this.verifyBalance(signature);
|
215
|
+
const errors = [];
|
216
|
+
const succeeds = [];
|
217
|
+
for (const _file of files) {
|
218
|
+
if (!_file.irys) {
|
219
|
+
continue;
|
220
|
+
}
|
221
|
+
if (_file.status == "uploaded" && _file.arweave) {
|
222
|
+
succeeds.push(_file.arweave);
|
223
|
+
continue;
|
224
|
+
}
|
225
|
+
const blob = this.files_bridge[this.arweaveToID(_file.irys.id)];
|
226
|
+
if (!blob) {
|
227
|
+
errors.push(_file.irys.id);
|
228
|
+
continue;
|
229
|
+
}
|
230
|
+
blob.nonce = _file.irys.nonce;
|
231
|
+
const bundled = yield this.bundle(blob);
|
232
|
+
if (!bundled || !bundled.irys || bundled.irys.id != _file.irys.id) {
|
233
|
+
errors.push(_file.irys.id);
|
234
|
+
continue;
|
235
|
+
}
|
236
|
+
try {
|
237
|
+
const subida = yield bundled.irys.transaction.upload();
|
238
|
+
if (subida) {
|
239
|
+
succeeds.push(bundled.irys.id);
|
240
|
+
}
|
241
|
+
else {
|
242
|
+
throw "";
|
243
|
+
}
|
244
|
+
}
|
245
|
+
catch (e) {
|
246
|
+
const error = e + "";
|
247
|
+
if (error.includes("already received")) {
|
248
|
+
succeeds.push(bundled.irys.id);
|
249
|
+
}
|
250
|
+
else {
|
251
|
+
errors.push(_file.irys.id);
|
252
|
+
}
|
253
|
+
}
|
254
|
+
yield (0, utils_1.sleep)(100);
|
255
|
+
}
|
256
|
+
const balance = yield this.getBalance();
|
257
|
+
return { errors, succeeds };
|
258
|
+
});
|
259
|
+
}
|
260
|
+
clean() {
|
261
|
+
return __awaiter(this, void 0, void 0, function* () { });
|
262
|
+
}
|
263
|
+
registerFiles(_a) {
|
264
|
+
return __awaiter(this, arguments, void 0, function* ({ files, uuid }) {
|
265
|
+
this.ensureInitialized();
|
266
|
+
const owner = this.owner;
|
267
|
+
this.files_bridge = {};
|
268
|
+
for (const [index, _file] of files.entries()) {
|
269
|
+
if (!_file.irys) {
|
270
|
+
continue;
|
271
|
+
}
|
272
|
+
const arweave = _file.irys.id;
|
273
|
+
const data = {
|
274
|
+
type: _file.type,
|
275
|
+
nonce: _file.irys.nonce,
|
276
|
+
size: _file.irys.size,
|
277
|
+
fee_at_submit: _file.irys.price,
|
278
|
+
slippage_fee: _file.irys.slippage_fee,
|
279
|
+
};
|
280
|
+
const tosave = {
|
281
|
+
owner,
|
282
|
+
arweave,
|
283
|
+
uuid,
|
284
|
+
status: "waiting",
|
285
|
+
date: (0, utils_1.nowS)(),
|
286
|
+
data,
|
287
|
+
payload: _file.payload,
|
288
|
+
};
|
289
|
+
this.files_bridge[this.arweaveToID(arweave)] = _file;
|
290
|
+
}
|
291
|
+
return files.length;
|
292
|
+
});
|
293
|
+
}
|
294
|
+
sync(address) {
|
295
|
+
return __awaiter(this, void 0, void 0, function* () {
|
296
|
+
if (this.owner != address) {
|
297
|
+
return true;
|
298
|
+
}
|
299
|
+
return true;
|
300
|
+
});
|
301
|
+
}
|
302
|
+
init(address, options) {
|
303
|
+
return __awaiter(this, void 0, void 0, function* () {
|
304
|
+
const irys_network = (options === null || options === void 0 ? void 0 : options.arweave_rpc) || "https://arweave.devnet.irys.xyz";
|
305
|
+
const rpc = (options === null || options === void 0 ? void 0 : options.rpc) || "https://api.devnet.solana.com";
|
306
|
+
const wallet = yield this.generateWallet();
|
307
|
+
if (!wallet)
|
308
|
+
return false;
|
309
|
+
this.wallet = wallet;
|
310
|
+
const provider = {
|
311
|
+
publicKey: wallet.publicKey,
|
312
|
+
signMessage: (message) => __awaiter(this, void 0, void 0, function* () {
|
313
|
+
return tweetnacl_1.default.sign.detached(message, this.wallet.secretKey);
|
314
|
+
}),
|
315
|
+
};
|
316
|
+
this.owner = address;
|
317
|
+
this.irys = new sdk_1.NodeIrys({
|
318
|
+
// url: irys_network,
|
319
|
+
token: "solana",
|
320
|
+
key: wallet.secretKey,
|
321
|
+
network: "devnet",
|
322
|
+
config: { providerUrl: irys_network },
|
323
|
+
// wallet: { rpcUrl: rpc, provider },
|
324
|
+
});
|
325
|
+
yield this.irys.ready();
|
326
|
+
const to = yield this.irys.utils.getBundlerAddress("solana");
|
327
|
+
const bal = yield this.getBalance();
|
328
|
+
return true;
|
329
|
+
});
|
330
|
+
}
|
331
|
+
}
|
332
|
+
exports.IrysHelper = IrysHelper;
|
333
|
+
let global = null;
|
334
|
+
const init = (address, options) => __awaiter(void 0, void 0, void 0, function* () {
|
335
|
+
if (global) {
|
336
|
+
const g = yield global.sync(address);
|
337
|
+
if (!g)
|
338
|
+
global = null;
|
339
|
+
return global;
|
340
|
+
}
|
341
|
+
global = new IrysHelper();
|
342
|
+
const g = yield global.init(address, options);
|
343
|
+
if (!g)
|
344
|
+
global = null;
|
345
|
+
return global;
|
346
|
+
});
|
347
|
+
exports.init = init;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { PublicKey, Signer } from "@solana/web3.js";
|
2
|
+
import { StoreConfig, MetadataArgs, SaleConfig, ShortMetadataArgs } from "../types/types";
|
3
|
+
import { NetworkType, NetworkConfig } from "../utility/config";
|
4
|
+
export interface StoreOptions {
|
5
|
+
network?: NetworkType;
|
6
|
+
customEndpoint?: string;
|
7
|
+
customConfig?: Partial<NetworkConfig>;
|
8
|
+
}
|
9
|
+
export declare class Store {
|
10
|
+
private connection;
|
11
|
+
private networkConfig;
|
12
|
+
constructor(options?: StoreOptions);
|
13
|
+
createStore(payer: Signer, name: string, storeConfig: StoreConfig, creator?: PublicKey, storeId?: number): Promise<string>;
|
14
|
+
createCollection(payer: Signer, collectionDetails: any, metadata: any, irysData: any, mutable?: Boolean, supply?: number): Promise<string>;
|
15
|
+
createSingleEdition(payer: Signer, storeAccount: PublicKey, supply: number, metadata: ShortMetadataArgs, saleConfig: SaleConfig, category: number[], superCategory: number[], eventCategory: number, hashTraits: number, collection: PublicKey, irysData: any): Promise<string>;
|
16
|
+
buySingleEdition(payer: Signer, distributionBumps: number[], itemAddress: PublicKey, extraAccounts?: any[], globalStoreAccount?: PublicKey, packAccount?: PublicKey, burnProgress?: PublicKey, poolVault?: PublicKey): Promise<string>;
|
17
|
+
}
|
18
|
+
export { StoreConfig, MetadataArgs, SaleConfig };
|