3land_sdk 1.0.3 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +64 -0
- package/dist/index.js.map +1 -0
- package/dist/library/Irys/irys.d.ts +77 -0
- package/dist/library/Irys/irys.d.ts.map +1 -0
- package/dist/library/Irys/irys.js +317 -0
- package/dist/library/Irys/irys.js.map +1 -0
- package/dist/library/Store.d.ts +19 -0
- package/dist/library/Store.d.ts.map +1 -0
- package/dist/library/Store.js +363 -0
- package/dist/library/Store.js.map +1 -0
- package/dist/library/implementation/storeImplementation.d.ts +20 -0
- package/dist/library/implementation/storeImplementation.d.ts.map +1 -0
- package/dist/library/implementation/storeImplementation.js +324 -0
- package/dist/library/implementation/storeImplementation.js.map +1 -0
- package/dist/library/instructions/store/buySingleEdition.d.ts +17 -0
- package/dist/library/instructions/store/buySingleEdition.d.ts.map +1 -0
- package/dist/library/instructions/store/buySingleEdition.js +154 -0
- package/dist/library/instructions/store/buySingleEdition.js.map +1 -0
- package/dist/library/instructions/store/createSingleEdition.d.ts +4 -0
- package/dist/library/instructions/store/createSingleEdition.d.ts.map +1 -0
- package/dist/library/instructions/store/createSingleEdition.js +31 -0
- package/dist/library/instructions/store/createSingleEdition.js.map +1 -0
- package/dist/library/instructions/store/createStore.d.ts +4 -0
- package/dist/library/instructions/store/createStore.d.ts.map +1 -0
- package/dist/library/instructions/store/createStore.js +10 -0
- package/dist/library/instructions/store/createStore.js.map +1 -0
- package/dist/library/instructions/store/idl.d.ts +508 -0
- package/dist/library/instructions/store/idl.d.ts.map +1 -0
- package/dist/library/instructions/store/idl.js +7622 -0
- package/dist/library/instructions/store/idl.js.map +1 -0
- package/dist/library/instructions/store/uploadFilesIryis.d.ts +13 -0
- package/dist/library/instructions/store/uploadFilesIryis.d.ts.map +1 -0
- package/dist/library/instructions/store/uploadFilesIryis.js +99 -0
- package/dist/library/instructions/store/uploadFilesIryis.js.map +1 -0
- package/dist/types/accounts/ArchiveDeposit.d.ts +63 -0
- package/dist/types/accounts/ArchiveDeposit.d.ts.map +1 -0
- package/dist/types/accounts/ArchiveDeposit.js +158 -0
- package/dist/types/accounts/ArchiveDeposit.js.map +1 -0
- package/dist/types/accounts/Authority.d.ts +16 -0
- package/dist/types/accounts/Authority.d.ts.map +1 -0
- package/dist/types/accounts/Authority.js +72 -0
- package/dist/types/accounts/Authority.js.map +1 -0
- package/dist/types/accounts/BurnDeposit.d.ts +26 -0
- package/dist/types/accounts/BurnDeposit.d.ts.map +1 -0
- package/dist/types/accounts/BurnDeposit.js +93 -0
- package/dist/types/accounts/BurnDeposit.js.map +1 -0
- package/dist/types/accounts/BurnProgress.d.ts +22 -0
- package/dist/types/accounts/BurnProgress.d.ts.map +1 -0
- package/dist/types/accounts/BurnProgress.js +88 -0
- package/dist/types/accounts/BurnProgress.js.map +1 -0
- package/dist/types/accounts/BuyHistory.d.ts +32 -0
- package/dist/types/accounts/BuyHistory.d.ts.map +1 -0
- package/dist/types/accounts/BuyHistory.js +104 -0
- package/dist/types/accounts/BuyHistory.js.map +1 -0
- package/dist/types/accounts/BuyTrack.d.ts +22 -0
- package/dist/types/accounts/BuyTrack.d.ts.map +1 -0
- package/dist/types/accounts/BuyTrack.js +84 -0
- package/dist/types/accounts/BuyTrack.js.map +1 -0
- package/dist/types/accounts/Card.d.ts +57 -0
- package/dist/types/accounts/Card.d.ts.map +1 -0
- package/dist/types/accounts/Card.js +148 -0
- package/dist/types/accounts/Card.js.map +1 -0
- package/dist/types/accounts/CollectionRegistry.d.ts +42 -0
- package/dist/types/accounts/CollectionRegistry.d.ts.map +1 -0
- package/dist/types/accounts/CollectionRegistry.js +123 -0
- package/dist/types/accounts/CollectionRegistry.js.map +1 -0
- package/dist/types/accounts/CollectorRegistry.d.ts +42 -0
- package/dist/types/accounts/CollectorRegistry.d.ts.map +1 -0
- package/dist/types/accounts/CollectorRegistry.js +123 -0
- package/dist/types/accounts/CollectorRegistry.js.map +1 -0
- package/dist/types/accounts/CreatorRegistry.d.ts +45 -0
- package/dist/types/accounts/CreatorRegistry.d.ts.map +1 -0
- package/dist/types/accounts/CreatorRegistry.js +128 -0
- package/dist/types/accounts/CreatorRegistry.js.map +1 -0
- package/dist/types/accounts/CurrencyArtistProof.d.ts +29 -0
- package/dist/types/accounts/CurrencyArtistProof.d.ts.map +1 -0
- package/dist/types/accounts/CurrencyArtistProof.js +101 -0
- package/dist/types/accounts/CurrencyArtistProof.js.map +1 -0
- package/dist/types/accounts/GenericUser.d.ts +54 -0
- package/dist/types/accounts/GenericUser.d.ts.map +1 -0
- package/dist/types/accounts/GenericUser.js +143 -0
- package/dist/types/accounts/GenericUser.js.map +1 -0
- package/dist/types/accounts/ItemArchive.d.ts +69 -0
- package/dist/types/accounts/ItemArchive.d.ts.map +1 -0
- package/dist/types/accounts/ItemArchive.js +168 -0
- package/dist/types/accounts/ItemArchive.js.map +1 -0
- package/dist/types/accounts/ItemReserveList.d.ts +19 -0
- package/dist/types/accounts/ItemReserveList.d.ts.map +1 -0
- package/dist/types/accounts/ItemReserveList.js +81 -0
- package/dist/types/accounts/ItemReserveList.js.map +1 -0
- package/dist/types/accounts/ItemReserveList2.d.ts +16 -0
- package/dist/types/accounts/ItemReserveList2.d.ts.map +1 -0
- package/dist/types/accounts/ItemReserveList2.js +72 -0
- package/dist/types/accounts/ItemReserveList2.js.map +1 -0
- package/dist/types/accounts/LutVault.d.ts +22 -0
- package/dist/types/accounts/LutVault.d.ts.map +1 -0
- package/dist/types/accounts/LutVault.js +88 -0
- package/dist/types/accounts/LutVault.js.map +1 -0
- package/dist/types/accounts/Pack.d.ts +123 -0
- package/dist/types/accounts/Pack.d.ts.map +1 -0
- package/dist/types/accounts/Pack.js +258 -0
- package/dist/types/accounts/Pack.js.map +1 -0
- package/dist/types/accounts/PackContent.d.ts +23 -0
- package/dist/types/accounts/PackContent.d.ts.map +1 -0
- package/dist/types/accounts/PackContent.js +89 -0
- package/dist/types/accounts/PackContent.js.map +1 -0
- package/dist/types/accounts/PackOpenHolder.d.ts +38 -0
- package/dist/types/accounts/PackOpenHolder.d.ts.map +1 -0
- package/dist/types/accounts/PackOpenHolder.js +114 -0
- package/dist/types/accounts/PackOpenHolder.js.map +1 -0
- package/dist/types/accounts/PackReceipt.d.ts +42 -0
- package/dist/types/accounts/PackReceipt.d.ts.map +1 -0
- package/dist/types/accounts/PackReceipt.js +123 -0
- package/dist/types/accounts/PackReceipt.js.map +1 -0
- package/dist/types/accounts/PackTraits.d.ts +23 -0
- package/dist/types/accounts/PackTraits.d.ts.map +1 -0
- package/dist/types/accounts/PackTraits.js +88 -0
- package/dist/types/accounts/PackTraits.js.map +1 -0
- package/dist/types/accounts/Payment.d.ts +23 -0
- package/dist/types/accounts/Payment.d.ts.map +1 -0
- package/dist/types/accounts/Payment.js +88 -0
- package/dist/types/accounts/Payment.js.map +1 -0
- package/dist/types/accounts/PoolVault.d.ts +54 -0
- package/dist/types/accounts/PoolVault.d.ts.map +1 -0
- package/dist/types/accounts/PoolVault.js +143 -0
- package/dist/types/accounts/PoolVault.js.map +1 -0
- package/dist/types/accounts/RevealForMe.d.ts +38 -0
- package/dist/types/accounts/RevealForMe.d.ts.map +1 -0
- package/dist/types/accounts/RevealForMe.js +112 -0
- package/dist/types/accounts/RevealForMe.js.map +1 -0
- package/dist/types/accounts/SecureHolder.d.ts +23 -0
- package/dist/types/accounts/SecureHolder.d.ts.map +1 -0
- package/dist/types/accounts/SecureHolder.js +88 -0
- package/dist/types/accounts/SecureHolder.js.map +1 -0
- package/dist/types/accounts/Single.d.ts +99 -0
- package/dist/types/accounts/Single.d.ts.map +1 -0
- package/dist/types/accounts/Single.js +216 -0
- package/dist/types/accounts/Single.js.map +1 -0
- package/dist/types/accounts/Store.d.ts +54 -0
- package/dist/types/accounts/Store.d.ts.map +1 -0
- package/dist/types/accounts/Store.js +144 -0
- package/dist/types/accounts/Store.js.map +1 -0
- package/dist/types/accounts/StoresHolder.d.ts +33 -0
- package/dist/types/accounts/StoresHolder.d.ts.map +1 -0
- package/dist/types/accounts/StoresHolder.js +115 -0
- package/dist/types/accounts/StoresHolder.js.map +1 -0
- package/dist/types/accounts/ThreeId.d.ts +57 -0
- package/dist/types/accounts/ThreeId.d.ts.map +1 -0
- package/dist/types/accounts/ThreeId.js +146 -0
- package/dist/types/accounts/ThreeId.js.map +1 -0
- package/dist/types/accounts/TokenManager.d.ts +69 -0
- package/dist/types/accounts/TokenManager.d.ts.map +1 -0
- package/dist/types/accounts/TokenManager.js +168 -0
- package/dist/types/accounts/TokenManager.js.map +1 -0
- package/dist/types/accounts/ZeroCard.d.ts +16 -0
- package/dist/types/accounts/ZeroCard.d.ts.map +1 -0
- package/dist/types/accounts/ZeroCard.js +72 -0
- package/dist/types/accounts/ZeroCard.js.map +1 -0
- package/dist/types/accounts/ZeroContent.d.ts +19 -0
- package/dist/types/accounts/ZeroContent.d.ts.map +1 -0
- package/dist/types/accounts/ZeroContent.js +82 -0
- package/dist/types/accounts/ZeroContent.js.map +1 -0
- package/dist/types/accounts/ZeroOpenHolder.d.ts +51 -0
- package/dist/types/accounts/ZeroOpenHolder.d.ts.map +1 -0
- package/dist/types/accounts/ZeroOpenHolder.js +144 -0
- package/dist/types/accounts/ZeroOpenHolder.js.map +1 -0
- package/dist/types/accounts/index.d.ts +67 -0
- package/dist/types/accounts/index.d.ts.map +1 -0
- package/dist/types/accounts/index.js +70 -0
- package/dist/types/accounts/index.js.map +1 -0
- package/dist/types/errors/anchor.d.ts +435 -0
- package/dist/types/errors/anchor.d.ts.map +1 -0
- package/dist/types/errors/anchor.js +713 -0
- package/dist/types/errors/anchor.js.map +1 -0
- package/dist/types/errors/index.d.ts +5 -0
- package/dist/types/errors/index.d.ts.map +1 -0
- package/dist/types/errors/index.js +67 -0
- package/dist/types/errors/index.js.map +1 -0
- package/dist/types/implementation/implementationTypes.d.ts +24 -0
- package/dist/types/implementation/implementationTypes.d.ts.map +1 -0
- package/dist/types/implementation/implementationTypes.js +3 -0
- package/dist/types/implementation/implementationTypes.js.map +1 -0
- package/dist/types/instructions/addBurn.d.ts +20 -0
- package/dist/types/instructions/addBurn.d.ts.map +1 -0
- package/dist/types/instructions/addBurn.js +57 -0
- package/dist/types/instructions/addBurn.js.map +1 -0
- package/dist/types/instructions/adjustDepositBurn.d.ts +12 -0
- package/dist/types/instructions/adjustDepositBurn.d.ts.map +1 -0
- package/dist/types/instructions/adjustDepositBurn.js +20 -0
- package/dist/types/instructions/adjustDepositBurn.js.map +1 -0
- package/dist/types/instructions/archiveItem.d.ts +22 -0
- package/dist/types/instructions/archiveItem.d.ts.map +1 -0
- package/dist/types/instructions/archiveItem.js +57 -0
- package/dist/types/instructions/archiveItem.js.map +1 -0
- package/dist/types/instructions/assignPackDelegate.d.ts +10 -0
- package/dist/types/instructions/assignPackDelegate.d.ts.map +1 -0
- package/dist/types/instructions/assignPackDelegate.js +19 -0
- package/dist/types/instructions/assignPackDelegate.js.map +1 -0
- package/dist/types/instructions/burnPay.d.ts +19 -0
- package/dist/types/instructions/burnPay.d.ts.map +1 -0
- package/dist/types/instructions/burnPay.js +56 -0
- package/dist/types/instructions/burnPay.js.map +1 -0
- package/dist/types/instructions/buyPack.d.ts +25 -0
- package/dist/types/instructions/buyPack.d.ts.map +1 -0
- package/dist/types/instructions/buyPack.js +65 -0
- package/dist/types/instructions/buyPack.js.map +1 -0
- package/dist/types/instructions/buyPay.d.ts +19 -0
- package/dist/types/instructions/buyPay.d.ts.map +1 -0
- package/dist/types/instructions/buyPay.js +66 -0
- package/dist/types/instructions/buyPay.js.map +1 -0
- package/dist/types/instructions/buyToken.d.ts +21 -0
- package/dist/types/instructions/buyToken.d.ts.map +1 -0
- package/dist/types/instructions/buyToken.js +63 -0
- package/dist/types/instructions/buyToken.js.map +1 -0
- package/dist/types/instructions/claimZeroCard.d.ts +40 -0
- package/dist/types/instructions/claimZeroCard.d.ts.map +1 -0
- package/dist/types/instructions/claimZeroCard.js +87 -0
- package/dist/types/instructions/claimZeroCard.js.map +1 -0
- package/dist/types/instructions/closeDepositBurn.d.ts +17 -0
- package/dist/types/instructions/closeDepositBurn.d.ts.map +1 -0
- package/dist/types/instructions/closeDepositBurn.js +50 -0
- package/dist/types/instructions/closeDepositBurn.js.map +1 -0
- package/dist/types/instructions/closeRegisterTraits.d.ts +9 -0
- package/dist/types/instructions/closeRegisterTraits.d.ts.map +1 -0
- package/dist/types/instructions/closeRegisterTraits.js +18 -0
- package/dist/types/instructions/closeRegisterTraits.js.map +1 -0
- package/dist/types/instructions/createCard.d.ts +19 -0
- package/dist/types/instructions/createCard.d.ts.map +1 -0
- package/dist/types/instructions/createCard.js +58 -0
- package/dist/types/instructions/createCard.js.map +1 -0
- package/dist/types/instructions/createCollection.d.ts +22 -0
- package/dist/types/instructions/createCollection.d.ts.map +1 -0
- package/dist/types/instructions/createCollection.js +67 -0
- package/dist/types/instructions/createCollection.js.map +1 -0
- package/dist/types/instructions/createPack.d.ts +25 -0
- package/dist/types/instructions/createPack.d.ts.map +1 -0
- package/dist/types/instructions/createPack.js +68 -0
- package/dist/types/instructions/createPack.js.map +1 -0
- package/dist/types/instructions/createSingle.d.ts +25 -0
- package/dist/types/instructions/createSingle.d.ts.map +1 -0
- package/dist/types/instructions/createSingle.js +68 -0
- package/dist/types/instructions/createSingle.js.map +1 -0
- package/dist/types/instructions/createStore.d.ts +16 -0
- package/dist/types/instructions/createStore.d.ts.map +1 -0
- package/dist/types/instructions/createStore.js +55 -0
- package/dist/types/instructions/createStore.js.map +1 -0
- package/dist/types/instructions/createTokenLauncher.d.ts +28 -0
- package/dist/types/instructions/createTokenLauncher.d.ts.map +1 -0
- package/dist/types/instructions/createTokenLauncher.js +76 -0
- package/dist/types/instructions/createTokenLauncher.js.map +1 -0
- package/dist/types/instructions/createZeroCard.d.ts +25 -0
- package/dist/types/instructions/createZeroCard.d.ts.map +1 -0
- package/dist/types/instructions/createZeroCard.js +69 -0
- package/dist/types/instructions/createZeroCard.js.map +1 -0
- package/dist/types/instructions/deleteCard.d.ts +11 -0
- package/dist/types/instructions/deleteCard.d.ts.map +1 -0
- package/dist/types/instructions/deleteCard.js +20 -0
- package/dist/types/instructions/deleteCard.js.map +1 -0
- package/dist/types/instructions/deletePack.d.ts +15 -0
- package/dist/types/instructions/deletePack.d.ts.map +1 -0
- package/dist/types/instructions/deletePack.js +24 -0
- package/dist/types/instructions/deletePack.js.map +1 -0
- package/dist/types/instructions/deleteSingle.d.ts +13 -0
- package/dist/types/instructions/deleteSingle.d.ts.map +1 -0
- package/dist/types/instructions/deleteSingle.js +22 -0
- package/dist/types/instructions/deleteSingle.js.map +1 -0
- package/dist/types/instructions/deleteTokenLauncher.d.ts +12 -0
- package/dist/types/instructions/deleteTokenLauncher.d.ts.map +1 -0
- package/dist/types/instructions/deleteTokenLauncher.js +25 -0
- package/dist/types/instructions/deleteTokenLauncher.js.map +1 -0
- package/dist/types/instructions/depositBurn.d.ts +22 -0
- package/dist/types/instructions/depositBurn.d.ts.map +1 -0
- package/dist/types/instructions/depositBurn.js +54 -0
- package/dist/types/instructions/depositBurn.js.map +1 -0
- package/dist/types/instructions/donateUser.d.ts +30 -0
- package/dist/types/instructions/donateUser.d.ts.map +1 -0
- package/dist/types/instructions/donateUser.js +75 -0
- package/dist/types/instructions/donateUser.js.map +1 -0
- package/dist/types/instructions/feedPool.d.ts +21 -0
- package/dist/types/instructions/feedPool.d.ts.map +1 -0
- package/dist/types/instructions/feedPool.js +60 -0
- package/dist/types/instructions/feedPool.js.map +1 -0
- package/dist/types/instructions/feedTraits.d.ts +15 -0
- package/dist/types/instructions/feedTraits.d.ts.map +1 -0
- package/dist/types/instructions/feedTraits.js +50 -0
- package/dist/types/instructions/feedTraits.js.map +1 -0
- package/dist/types/instructions/feedTree.d.ts +21 -0
- package/dist/types/instructions/feedTree.d.ts.map +1 -0
- package/dist/types/instructions/feedTree.js +61 -0
- package/dist/types/instructions/feedTree.js.map +1 -0
- package/dist/types/instructions/flagPack.d.ts +16 -0
- package/dist/types/instructions/flagPack.d.ts.map +1 -0
- package/dist/types/instructions/flagPack.js +55 -0
- package/dist/types/instructions/flagPack.js.map +1 -0
- package/dist/types/instructions/flagSingle.d.ts +15 -0
- package/dist/types/instructions/flagSingle.d.ts.map +1 -0
- package/dist/types/instructions/flagSingle.js +53 -0
- package/dist/types/instructions/flagSingle.js.map +1 -0
- package/dist/types/instructions/gatePay.d.ts +22 -0
- package/dist/types/instructions/gatePay.d.ts.map +1 -0
- package/dist/types/instructions/gatePay.js +58 -0
- package/dist/types/instructions/gatePay.js.map +1 -0
- package/dist/types/instructions/index.d.ts +105 -0
- package/dist/types/instructions/index.d.ts.map +1 -0
- package/dist/types/instructions/index.js +109 -0
- package/dist/types/instructions/index.js.map +1 -0
- package/dist/types/instructions/initialize.d.ts +15 -0
- package/dist/types/instructions/initialize.d.ts.map +1 -0
- package/dist/types/instructions/initialize.js +52 -0
- package/dist/types/instructions/initialize.js.map +1 -0
- package/dist/types/instructions/openPack.d.ts +29 -0
- package/dist/types/instructions/openPack.d.ts.map +1 -0
- package/dist/types/instructions/openPack.js +70 -0
- package/dist/types/instructions/openPack.js.map +1 -0
- package/dist/types/instructions/prepareCreator.d.ts +10 -0
- package/dist/types/instructions/prepareCreator.d.ts.map +1 -0
- package/dist/types/instructions/prepareCreator.js +19 -0
- package/dist/types/instructions/prepareCreator.js.map +1 -0
- package/dist/types/instructions/preparePack.d.ts +17 -0
- package/dist/types/instructions/preparePack.d.ts.map +1 -0
- package/dist/types/instructions/preparePack.js +54 -0
- package/dist/types/instructions/preparePack.js.map +1 -0
- package/dist/types/instructions/prepareTraits.d.ts +9 -0
- package/dist/types/instructions/prepareTraits.d.ts.map +1 -0
- package/dist/types/instructions/prepareTraits.js +18 -0
- package/dist/types/instructions/prepareTraits.js.map +1 -0
- package/dist/types/instructions/printPack.d.ts +38 -0
- package/dist/types/instructions/printPack.d.ts.map +1 -0
- package/dist/types/instructions/printPack.js +79 -0
- package/dist/types/instructions/printPack.js.map +1 -0
- package/dist/types/instructions/printSingle.d.ts +41 -0
- package/dist/types/instructions/printSingle.d.ts.map +1 -0
- package/dist/types/instructions/printSingle.js +87 -0
- package/dist/types/instructions/printSingle.js.map +1 -0
- package/dist/types/instructions/recoverDepositBurn.d.ts +34 -0
- package/dist/types/instructions/recoverDepositBurn.d.ts.map +1 -0
- package/dist/types/instructions/recoverDepositBurn.js +67 -0
- package/dist/types/instructions/recoverDepositBurn.js.map +1 -0
- package/dist/types/instructions/registerActivity.d.ts +14 -0
- package/dist/types/instructions/registerActivity.d.ts.map +1 -0
- package/dist/types/instructions/registerActivity.js +48 -0
- package/dist/types/instructions/registerActivity.js.map +1 -0
- package/dist/types/instructions/registerCollector.d.ts +17 -0
- package/dist/types/instructions/registerCollector.d.ts.map +1 -0
- package/dist/types/instructions/registerCollector.js +63 -0
- package/dist/types/instructions/registerCollector.js.map +1 -0
- package/dist/types/instructions/registerCreator.d.ts +15 -0
- package/dist/types/instructions/registerCreator.d.ts.map +1 -0
- package/dist/types/instructions/registerCreator.js +50 -0
- package/dist/types/instructions/registerCreator.js.map +1 -0
- package/dist/types/instructions/registerGenericUser.d.ts +32 -0
- package/dist/types/instructions/registerGenericUser.d.ts.map +1 -0
- package/dist/types/instructions/registerGenericUser.js +81 -0
- package/dist/types/instructions/registerGenericUser.js.map +1 -0
- package/dist/types/instructions/registerPackUploads.d.ts +14 -0
- package/dist/types/instructions/registerPackUploads.d.ts.map +1 -0
- package/dist/types/instructions/registerPackUploads.js +49 -0
- package/dist/types/instructions/registerPackUploads.js.map +1 -0
- package/dist/types/instructions/registerTraits.d.ts +13 -0
- package/dist/types/instructions/registerTraits.d.ts.map +1 -0
- package/dist/types/instructions/registerTraits.js +48 -0
- package/dist/types/instructions/registerTraits.js.map +1 -0
- package/dist/types/instructions/registerUser.d.ts +15 -0
- package/dist/types/instructions/registerUser.d.ts.map +1 -0
- package/dist/types/instructions/registerUser.js +54 -0
- package/dist/types/instructions/registerUser.js.map +1 -0
- package/dist/types/instructions/storeLutFor.d.ts +14 -0
- package/dist/types/instructions/storeLutFor.d.ts.map +1 -0
- package/dist/types/instructions/storeLutFor.js +49 -0
- package/dist/types/instructions/storeLutFor.js.map +1 -0
- package/dist/types/instructions/unwrapAndDestroy.d.ts +23 -0
- package/dist/types/instructions/unwrapAndDestroy.d.ts.map +1 -0
- package/dist/types/instructions/unwrapAndDestroy.js +54 -0
- package/dist/types/instructions/unwrapAndDestroy.js.map +1 -0
- package/dist/types/instructions/updateCard.d.ts +17 -0
- package/dist/types/instructions/updateCard.d.ts.map +1 -0
- package/dist/types/instructions/updateCard.js +57 -0
- package/dist/types/instructions/updateCard.js.map +1 -0
- package/dist/types/instructions/updatePack.d.ts +23 -0
- package/dist/types/instructions/updatePack.d.ts.map +1 -0
- package/dist/types/instructions/updatePack.js +67 -0
- package/dist/types/instructions/updatePack.js.map +1 -0
- package/dist/types/instructions/updateSingle.d.ts +21 -0
- package/dist/types/instructions/updateSingle.d.ts.map +1 -0
- package/dist/types/instructions/updateSingle.js +63 -0
- package/dist/types/instructions/updateSingle.js.map +1 -0
- package/dist/types/instructions/updateStore.d.ts +15 -0
- package/dist/types/instructions/updateStore.d.ts.map +1 -0
- package/dist/types/instructions/updateStore.js +53 -0
- package/dist/types/instructions/updateStore.js.map +1 -0
- package/dist/types/instructions/withdrawFromStore.d.ts +8 -0
- package/dist/types/instructions/withdrawFromStore.d.ts.map +1 -0
- package/dist/types/instructions/withdrawFromStore.js +17 -0
- package/dist/types/instructions/withdrawFromStore.js.map +1 -0
- package/dist/types/programId.d.ts +14 -0
- package/dist/types/programId.d.ts.map +1 -0
- package/dist/types/programId.js +20 -0
- package/dist/types/programId.js.map +1 -0
- package/dist/types/types/AccountClass.d.ts +370 -0
- package/dist/types/types/AccountClass.d.ts.map +1 -0
- package/dist/types/types/AccountClass.js +778 -0
- package/dist/types/types/AccountClass.js.map +1 -0
- package/dist/types/types/AccountHasher.d.ts +42 -0
- package/dist/types/types/AccountHasher.d.ts.map +1 -0
- package/dist/types/types/AccountHasher.js +83 -0
- package/dist/types/types/AccountHasher.js.map +1 -0
- package/dist/types/types/ActionAfter.d.ts +84 -0
- package/dist/types/types/ActionAfter.d.ts.map +1 -0
- package/dist/types/types/ActionAfter.js +180 -0
- package/dist/types/types/ActionAfter.js.map +1 -0
- package/dist/types/types/AllowedCurrencyArgs.d.ts +22 -0
- package/dist/types/types/AllowedCurrencyArgs.d.ts.map +1 -0
- package/dist/types/types/AllowedCurrencyArgs.js +61 -0
- package/dist/types/types/AllowedCurrencyArgs.js.map +1 -0
- package/dist/types/types/AuthorityGateTypes.d.ts +32 -0
- package/dist/types/types/AuthorityGateTypes.d.ts.map +1 -0
- package/dist/types/types/AuthorityGateTypes.js +102 -0
- package/dist/types/types/AuthorityGateTypes.js.map +1 -0
- package/dist/types/types/BurnCount.d.ts +55 -0
- package/dist/types/types/BurnCount.d.ts.map +1 -0
- package/dist/types/types/BurnCount.js +62 -0
- package/dist/types/types/BurnCount.js.map +1 -0
- package/dist/types/types/BurnState.d.ts +32 -0
- package/dist/types/types/BurnState.d.ts.map +1 -0
- package/dist/types/types/BurnState.js +102 -0
- package/dist/types/types/BurnState.js.map +1 -0
- package/dist/types/types/BurnTrack.d.ts +31 -0
- package/dist/types/types/BurnTrack.d.ts.map +1 -0
- package/dist/types/types/BurnTrack.js +67 -0
- package/dist/types/types/BurnTrack.js.map +1 -0
- package/dist/types/types/BurnType.d.ts +45 -0
- package/dist/types/types/BurnType.d.ts.map +1 -0
- package/dist/types/types/BurnType.js +128 -0
- package/dist/types/types/BurnType.js.map +1 -0
- package/dist/types/types/BurnTypeBurn.d.ts +19 -0
- package/dist/types/types/BurnTypeBurn.d.ts.map +1 -0
- package/dist/types/types/BurnTypeBurn.js +74 -0
- package/dist/types/types/BurnTypeBurn.js.map +1 -0
- package/dist/types/types/BuyHistoryClass.d.ts +32 -0
- package/dist/types/types/BuyHistoryClass.d.ts.map +1 -0
- package/dist/types/types/BuyHistoryClass.js +102 -0
- package/dist/types/types/BuyHistoryClass.js.map +1 -0
- package/dist/types/types/CardClass.d.ts +19 -0
- package/dist/types/types/CardClass.d.ts.map +1 -0
- package/dist/types/types/CardClass.js +74 -0
- package/dist/types/types/CardClass.js.map +1 -0
- package/dist/types/types/CardState.d.ts +97 -0
- package/dist/types/types/CardState.d.ts.map +1 -0
- package/dist/types/types/CardState.js +232 -0
- package/dist/types/types/CardState.js.map +1 -0
- package/dist/types/types/CardTrack.d.ts +60 -0
- package/dist/types/types/CardTrack.d.ts.map +1 -0
- package/dist/types/types/CardTrack.js +76 -0
- package/dist/types/types/CardTrack.js.map +1 -0
- package/dist/types/types/Category.d.ts +32 -0
- package/dist/types/types/Category.d.ts.map +1 -0
- package/dist/types/types/Category.js +71 -0
- package/dist/types/types/Category.js.map +1 -0
- package/dist/types/types/CnftData.d.ts +37 -0
- package/dist/types/types/CnftData.d.ts.map +1 -0
- package/dist/types/types/CnftData.js +81 -0
- package/dist/types/types/CnftData.js.map +1 -0
- package/dist/types/types/CollectTrack.d.ts +28 -0
- package/dist/types/types/CollectTrack.d.ts.map +1 -0
- package/dist/types/types/CollectTrack.js +70 -0
- package/dist/types/types/CollectTrack.js.map +1 -0
- package/dist/types/types/Collection.d.ts +28 -0
- package/dist/types/types/Collection.d.ts.map +1 -0
- package/dist/types/types/Collection.js +67 -0
- package/dist/types/types/Collection.js.map +1 -0
- package/dist/types/types/CompactCnftData.d.ts +32 -0
- package/dist/types/types/CompactCnftData.d.ts.map +1 -0
- package/dist/types/types/CompactCnftData.js +75 -0
- package/dist/types/types/CompactCnftData.js.map +1 -0
- package/dist/types/types/CoolTimePerAmountArgs.d.ts +32 -0
- package/dist/types/types/CoolTimePerAmountArgs.d.ts.map +1 -0
- package/dist/types/types/CoolTimePerAmountArgs.js +71 -0
- package/dist/types/types/CoolTimePerAmountArgs.js.map +1 -0
- package/dist/types/types/Creator.d.ts +33 -0
- package/dist/types/types/Creator.d.ts.map +1 -0
- package/dist/types/types/Creator.js +72 -0
- package/dist/types/types/Creator.js.map +1 -0
- package/dist/types/types/CreatorGateArgs.d.ts +23 -0
- package/dist/types/types/CreatorGateArgs.d.ts.map +1 -0
- package/dist/types/types/CreatorGateArgs.js +62 -0
- package/dist/types/types/CreatorGateArgs.js.map +1 -0
- package/dist/types/types/CurrencyArtistProof.d.ts +38 -0
- package/dist/types/types/CurrencyArtistProof.d.ts.map +1 -0
- package/dist/types/types/CurrencyArtistProof.js +85 -0
- package/dist/types/types/CurrencyArtistProof.js.map +1 -0
- package/dist/types/types/CurrencyType.d.ts +111 -0
- package/dist/types/types/CurrencyType.d.ts.map +1 -0
- package/dist/types/types/CurrencyType.js +220 -0
- package/dist/types/types/CurrencyType.js.map +1 -0
- package/dist/types/types/DateTraitInit.d.ts +28 -0
- package/dist/types/types/DateTraitInit.d.ts.map +1 -0
- package/dist/types/types/DateTraitInit.js +70 -0
- package/dist/types/types/DateTraitInit.js.map +1 -0
- package/dist/types/types/DateTraitInitMap.d.ts +33 -0
- package/dist/types/types/DateTraitInitMap.d.ts.map +1 -0
- package/dist/types/types/DateTraitInitMap.js +75 -0
- package/dist/types/types/DateTraitInitMap.js.map +1 -0
- package/dist/types/types/Deposit.d.ts +135 -0
- package/dist/types/types/Deposit.d.ts.map +1 -0
- package/dist/types/types/Deposit.js +86 -0
- package/dist/types/types/Deposit.js.map +1 -0
- package/dist/types/types/DepositFormat.d.ts +32 -0
- package/dist/types/types/DepositFormat.d.ts.map +1 -0
- package/dist/types/types/DepositFormat.js +102 -0
- package/dist/types/types/DepositFormat.js.map +1 -0
- package/dist/types/types/DepositState.d.ts +32 -0
- package/dist/types/types/DepositState.d.ts.map +1 -0
- package/dist/types/types/DepositState.js +102 -0
- package/dist/types/types/DepositState.js.map +1 -0
- package/dist/types/types/DepositSubtype.d.ts +32 -0
- package/dist/types/types/DepositSubtype.d.ts.map +1 -0
- package/dist/types/types/DepositSubtype.js +102 -0
- package/dist/types/types/DepositSubtype.js.map +1 -0
- package/dist/types/types/DepositTrack.d.ts +47 -0
- package/dist/types/types/DepositTrack.d.ts.map +1 -0
- package/dist/types/types/DepositTrack.js +70 -0
- package/dist/types/types/DepositTrack.js.map +1 -0
- package/dist/types/types/DepositTrackType.d.ts +45 -0
- package/dist/types/types/DepositTrackType.d.ts.map +1 -0
- package/dist/types/types/DepositTrackType.js +128 -0
- package/dist/types/types/DepositTrackType.js.map +1 -0
- package/dist/types/types/DepositType.d.ts +123 -0
- package/dist/types/types/DepositType.d.ts.map +1 -0
- package/dist/types/types/DepositType.js +184 -0
- package/dist/types/types/DepositType.js.map +1 -0
- package/dist/types/types/Earnings.d.ts +15 -0
- package/dist/types/types/Earnings.d.ts.map +1 -0
- package/dist/types/types/Earnings.js +51 -0
- package/dist/types/types/Earnings.js.map +1 -0
- package/dist/types/types/EditionStoreType.d.ts +45 -0
- package/dist/types/types/EditionStoreType.d.ts.map +1 -0
- package/dist/types/types/EditionStoreType.js +128 -0
- package/dist/types/types/EditionStoreType.js.map +1 -0
- package/dist/types/types/EncryptedPayload.d.ts +27 -0
- package/dist/types/types/EncryptedPayload.d.ts.map +1 -0
- package/dist/types/types/EncryptedPayload.js +66 -0
- package/dist/types/types/EncryptedPayload.js.map +1 -0
- package/dist/types/types/ExtraParameter.d.ts +45 -0
- package/dist/types/types/ExtraParameter.d.ts.map +1 -0
- package/dist/types/types/ExtraParameter.js +115 -0
- package/dist/types/types/ExtraParameter.js.map +1 -0
- package/dist/types/types/FakeBurnCount.d.ts +54 -0
- package/dist/types/types/FakeBurnCount.d.ts.map +1 -0
- package/dist/types/types/FakeBurnCount.js +71 -0
- package/dist/types/types/FakeBurnCount.js.map +1 -0
- package/dist/types/types/FakeDeposit.d.ts +64 -0
- package/dist/types/types/FakeDeposit.d.ts.map +1 -0
- package/dist/types/types/FakeDeposit.js +71 -0
- package/dist/types/types/FakeDeposit.js.map +1 -0
- package/dist/types/types/FakeTraitPair.d.ts +27 -0
- package/dist/types/types/FakeTraitPair.d.ts.map +1 -0
- package/dist/types/types/FakeTraitPair.js +66 -0
- package/dist/types/types/FakeTraitPair.js.map +1 -0
- package/dist/types/types/FakeTraitValue.d.ts +28 -0
- package/dist/types/types/FakeTraitValue.d.ts.map +1 -0
- package/dist/types/types/FakeTraitValue.js +70 -0
- package/dist/types/types/FakeTraitValue.js.map +1 -0
- package/dist/types/types/FakeVolumeTrack.d.ts +35 -0
- package/dist/types/types/FakeVolumeTrack.d.ts.map +1 -0
- package/dist/types/types/FakeVolumeTrack.js +68 -0
- package/dist/types/types/FakeVolumeTrack.js.map +1 -0
- package/dist/types/types/FeeType.d.ts +45 -0
- package/dist/types/types/FeeType.d.ts.map +1 -0
- package/dist/types/types/FeeType.js +128 -0
- package/dist/types/types/FeeType.js.map +1 -0
- package/dist/types/types/FeedingTraits.d.ts +49 -0
- package/dist/types/types/FeedingTraits.d.ts.map +1 -0
- package/dist/types/types/FeedingTraits.js +62 -0
- package/dist/types/types/FeedingTraits.js.map +1 -0
- package/dist/types/types/Filter.d.ts +35 -0
- package/dist/types/types/Filter.d.ts.map +1 -0
- package/dist/types/types/Filter.js +67 -0
- package/dist/types/types/Filter.js.map +1 -0
- package/dist/types/types/FilterType.d.ts +19 -0
- package/dist/types/types/FilterType.d.ts.map +1 -0
- package/dist/types/types/FilterType.js +74 -0
- package/dist/types/types/FilterType.js.map +1 -0
- package/dist/types/types/GeneralStore.d.ts +19 -0
- package/dist/types/types/GeneralStore.d.ts.map +1 -0
- package/dist/types/types/GeneralStore.js +74 -0
- package/dist/types/types/GeneralStore.js.map +1 -0
- package/dist/types/types/GenericStore.d.ts +49 -0
- package/dist/types/types/GenericStore.d.ts.map +1 -0
- package/dist/types/types/GenericStore.js +67 -0
- package/dist/types/types/GenericStore.js.map +1 -0
- package/dist/types/types/GenericValue.d.ts +73 -0
- package/dist/types/types/GenericValue.d.ts.map +1 -0
- package/dist/types/types/GenericValue.js +159 -0
- package/dist/types/types/GenericValue.js.map +1 -0
- package/dist/types/types/GlobalFee.d.ts +51 -0
- package/dist/types/types/GlobalFee.d.ts.map +1 -0
- package/dist/types/types/GlobalFee.js +87 -0
- package/dist/types/types/GlobalFee.js.map +1 -0
- package/dist/types/types/GlobalState.d.ts +58 -0
- package/dist/types/types/GlobalState.d.ts.map +1 -0
- package/dist/types/types/GlobalState.js +154 -0
- package/dist/types/types/GlobalState.js.map +1 -0
- package/dist/types/types/IndexDate.d.ts +42 -0
- package/dist/types/types/IndexDate.d.ts.map +1 -0
- package/dist/types/types/IndexDate.js +87 -0
- package/dist/types/types/IndexDate.js.map +1 -0
- package/dist/types/types/IndexDates.d.ts +51 -0
- package/dist/types/types/IndexDates.d.ts.map +1 -0
- package/dist/types/types/IndexDates.js +67 -0
- package/dist/types/types/IndexDates.js.map +1 -0
- package/dist/types/types/Item.d.ts +108 -0
- package/dist/types/types/Item.d.ts.map +1 -0
- package/dist/types/types/Item.js +62 -0
- package/dist/types/types/Item.js.map +1 -0
- package/dist/types/types/ItemClass.d.ts +32 -0
- package/dist/types/types/ItemClass.d.ts.map +1 -0
- package/dist/types/types/ItemClass.js +102 -0
- package/dist/types/types/ItemClass.js.map +1 -0
- package/dist/types/types/ItemState.d.ts +123 -0
- package/dist/types/types/ItemState.d.ts.map +1 -0
- package/dist/types/types/ItemState.js +284 -0
- package/dist/types/types/ItemState.js.map +1 -0
- package/dist/types/types/ItemTrack.d.ts +69 -0
- package/dist/types/types/ItemTrack.d.ts.map +1 -0
- package/dist/types/types/ItemTrack.js +80 -0
- package/dist/types/types/ItemTrack.js.map +1 -0
- package/dist/types/types/ListingPerWalletArgs.d.ts +22 -0
- package/dist/types/types/ListingPerWalletArgs.d.ts.map +1 -0
- package/dist/types/types/ListingPerWalletArgs.js +61 -0
- package/dist/types/types/ListingPerWalletArgs.js.map +1 -0
- package/dist/types/types/MemeVaultProof.d.ts +28 -0
- package/dist/types/types/MemeVaultProof.d.ts.map +1 -0
- package/dist/types/types/MemeVaultProof.js +70 -0
- package/dist/types/types/MemeVaultProof.js.map +1 -0
- package/dist/types/types/MetadataArgs.d.ts +161 -0
- package/dist/types/types/MetadataArgs.d.ts.map +1 -0
- package/dist/types/types/MetadataArgs.js +139 -0
- package/dist/types/types/MetadataArgs.js.map +1 -0
- package/dist/types/types/NonFungibleTraitInit.d.ts +28 -0
- package/dist/types/types/NonFungibleTraitInit.d.ts.map +1 -0
- package/dist/types/types/NonFungibleTraitInit.js +70 -0
- package/dist/types/types/NonFungibleTraitInit.js.map +1 -0
- package/dist/types/types/NonFungibleTraitInitMap.d.ts +39 -0
- package/dist/types/types/NonFungibleTraitInitMap.d.ts.map +1 -0
- package/dist/types/types/NonFungibleTraitInitMap.js +80 -0
- package/dist/types/types/NonFungibleTraitInitMap.js.map +1 -0
- package/dist/types/types/OnlyBetweenTimesArgs.d.ts +44 -0
- package/dist/types/types/OnlyBetweenTimesArgs.d.ts.map +1 -0
- package/dist/types/types/OnlyBetweenTimesArgs.js +76 -0
- package/dist/types/types/OnlyBetweenTimesArgs.js.map +1 -0
- package/dist/types/types/OnlyTheseDOWArgs.d.ts +22 -0
- package/dist/types/types/OnlyTheseDOWArgs.d.ts.map +1 -0
- package/dist/types/types/OnlyTheseDOWArgs.js +61 -0
- package/dist/types/types/OnlyTheseDOWArgs.js.map +1 -0
- package/dist/types/types/PackConfig.d.ts +63 -0
- package/dist/types/types/PackConfig.d.ts.map +1 -0
- package/dist/types/types/PackConfig.js +89 -0
- package/dist/types/types/PackConfig.js.map +1 -0
- package/dist/types/types/PackOpenHolderState.d.ts +45 -0
- package/dist/types/types/PackOpenHolderState.d.ts.map +1 -0
- package/dist/types/types/PackOpenHolderState.js +128 -0
- package/dist/types/types/PackOpenHolderState.js.map +1 -0
- package/dist/types/types/PackRule.d.ts +32 -0
- package/dist/types/types/PackRule.d.ts.map +1 -0
- package/dist/types/types/PackRule.js +89 -0
- package/dist/types/types/PackRule.js.map +1 -0
- package/dist/types/types/PackState.d.ts +45 -0
- package/dist/types/types/PackState.d.ts.map +1 -0
- package/dist/types/types/PackState.js +128 -0
- package/dist/types/types/PackState.js.map +1 -0
- package/dist/types/types/PackType.d.ts +45 -0
- package/dist/types/types/PackType.d.ts.map +1 -0
- package/dist/types/types/PackType.js +128 -0
- package/dist/types/types/PackType.js.map +1 -0
- package/dist/types/types/PaymentClass.d.ts +45 -0
- package/dist/types/types/PaymentClass.d.ts.map +1 -0
- package/dist/types/types/PaymentClass.js +128 -0
- package/dist/types/types/PaymentClass.js.map +1 -0
- package/dist/types/types/PoolAccess.d.ts +32 -0
- package/dist/types/types/PoolAccess.d.ts.map +1 -0
- package/dist/types/types/PoolAccess.js +102 -0
- package/dist/types/types/PoolAccess.js.map +1 -0
- package/dist/types/types/PoolState.d.ts +32 -0
- package/dist/types/types/PoolState.d.ts.map +1 -0
- package/dist/types/types/PoolState.js +102 -0
- package/dist/types/types/PoolState.js.map +1 -0
- package/dist/types/types/PoolType.d.ts +32 -0
- package/dist/types/types/PoolType.d.ts.map +1 -0
- package/dist/types/types/PoolType.js +102 -0
- package/dist/types/types/PoolType.js.map +1 -0
- package/dist/types/types/Popularity.d.ts +113 -0
- package/dist/types/types/Popularity.d.ts.map +1 -0
- package/dist/types/types/Popularity.js +80 -0
- package/dist/types/types/Popularity.js.map +1 -0
- package/dist/types/types/PopularityState.d.ts +266 -0
- package/dist/types/types/PopularityState.d.ts.map +1 -0
- package/dist/types/types/PopularityState.js +570 -0
- package/dist/types/types/PopularityState.js.map +1 -0
- package/dist/types/types/PreviousDonationRecord.d.ts +43 -0
- package/dist/types/types/PreviousDonationRecord.d.ts.map +1 -0
- package/dist/types/types/PreviousDonationRecord.js +80 -0
- package/dist/types/types/PreviousDonationRecord.js.map +1 -0
- package/dist/types/types/Price.d.ts +61 -0
- package/dist/types/types/Price.d.ts.map +1 -0
- package/dist/types/types/Price.js +71 -0
- package/dist/types/types/Price.js.map +1 -0
- package/dist/types/types/PriceRule.d.ts +88 -0
- package/dist/types/types/PriceRule.d.ts.map +1 -0
- package/dist/types/types/PriceRule.js +197 -0
- package/dist/types/types/PriceRule.js.map +1 -0
- package/dist/types/types/RecoverDeposit.d.ts +32 -0
- package/dist/types/types/RecoverDeposit.d.ts.map +1 -0
- package/dist/types/types/RecoverDeposit.js +62 -0
- package/dist/types/types/RecoverDeposit.js.map +1 -0
- package/dist/types/types/Rule.d.ts +115 -0
- package/dist/types/types/Rule.d.ts.map +1 -0
- package/dist/types/types/Rule.js +168 -0
- package/dist/types/types/Rule.js.map +1 -0
- package/dist/types/types/SaleConfig.d.ts +208 -0
- package/dist/types/types/SaleConfig.d.ts.map +1 -0
- package/dist/types/types/SaleConfig.js +88 -0
- package/dist/types/types/SaleConfig.js.map +1 -0
- package/dist/types/types/SaleTrack.d.ts +38 -0
- package/dist/types/types/SaleTrack.d.ts.map +1 -0
- package/dist/types/types/SaleTrack.js +85 -0
- package/dist/types/types/SaleTrack.js.map +1 -0
- package/dist/types/types/SaleType.d.ts +58 -0
- package/dist/types/types/SaleType.d.ts.map +1 -0
- package/dist/types/types/SaleType.js +154 -0
- package/dist/types/types/SaleType.js.map +1 -0
- package/dist/types/types/Seed.d.ts +22 -0
- package/dist/types/types/Seed.d.ts.map +1 -0
- package/dist/types/types/Seed.js +61 -0
- package/dist/types/types/Seed.js.map +1 -0
- package/dist/types/types/SelectedCard.d.ts +27 -0
- package/dist/types/types/SelectedCard.d.ts.map +1 -0
- package/dist/types/types/SelectedCard.js +66 -0
- package/dist/types/types/SelectedCard.js.map +1 -0
- package/dist/types/types/SelectedZeroCard.d.ts +27 -0
- package/dist/types/types/SelectedZeroCard.d.ts.map +1 -0
- package/dist/types/types/SelectedZeroCard.js +66 -0
- package/dist/types/types/SelectedZeroCard.js.map +1 -0
- package/dist/types/types/SemiFungibleTraitInit.d.ts +28 -0
- package/dist/types/types/SemiFungibleTraitInit.d.ts.map +1 -0
- package/dist/types/types/SemiFungibleTraitInit.js +70 -0
- package/dist/types/types/SemiFungibleTraitInit.js.map +1 -0
- package/dist/types/types/SemiFungibleTraitInitMap.d.ts +33 -0
- package/dist/types/types/SemiFungibleTraitInitMap.d.ts.map +1 -0
- package/dist/types/types/SemiFungibleTraitInitMap.js +75 -0
- package/dist/types/types/SemiFungibleTraitInitMap.js.map +1 -0
- package/dist/types/types/ShortCreator.d.ts +28 -0
- package/dist/types/types/ShortCreator.d.ts.map +1 -0
- package/dist/types/types/ShortCreator.js +67 -0
- package/dist/types/types/ShortCreator.js.map +1 -0
- package/dist/types/types/ShortMetadata.d.ts +99 -0
- package/dist/types/types/ShortMetadata.d.ts.map +1 -0
- package/dist/types/types/ShortMetadata.js +121 -0
- package/dist/types/types/ShortMetadata.js.map +1 -0
- package/dist/types/types/ShortMetadataArgs.d.ts +54 -0
- package/dist/types/types/ShortMetadataArgs.d.ts.map +1 -0
- package/dist/types/types/ShortMetadataArgs.js +95 -0
- package/dist/types/types/ShortMetadataArgs.js.map +1 -0
- package/dist/types/types/StoreConfig.d.ts +108 -0
- package/dist/types/types/StoreConfig.d.ts.map +1 -0
- package/dist/types/types/StoreConfig.js +93 -0
- package/dist/types/types/StoreConfig.js.map +1 -0
- package/dist/types/types/StoreRule.d.ts +77 -0
- package/dist/types/types/StoreRule.d.ts.map +1 -0
- package/dist/types/types/StoreRule.js +129 -0
- package/dist/types/types/StoreRule.js.map +1 -0
- package/dist/types/types/SuperCategory.d.ts +27 -0
- package/dist/types/types/SuperCategory.d.ts.map +1 -0
- package/dist/types/types/SuperCategory.js +66 -0
- package/dist/types/types/SuperCategory.js.map +1 -0
- package/dist/types/types/TightCardMetadata.d.ts +60 -0
- package/dist/types/types/TightCardMetadata.d.ts.map +1 -0
- package/dist/types/types/TightCardMetadata.js +105 -0
- package/dist/types/types/TightCardMetadata.js.map +1 -0
- package/dist/types/types/TimeRangeType.d.ts +45 -0
- package/dist/types/types/TimeRangeType.d.ts.map +1 -0
- package/dist/types/types/TimeRangeType.js +128 -0
- package/dist/types/types/TimeRangeType.js.map +1 -0
- package/dist/types/types/TimedPerWalletArgs.d.ts +22 -0
- package/dist/types/types/TimedPerWalletArgs.d.ts.map +1 -0
- package/dist/types/types/TimedPerWalletArgs.js +61 -0
- package/dist/types/types/TimedPerWalletArgs.js.map +1 -0
- package/dist/types/types/TokenMetadata.d.ts +32 -0
- package/dist/types/types/TokenMetadata.d.ts.map +1 -0
- package/dist/types/types/TokenMetadata.js +71 -0
- package/dist/types/types/TokenMetadata.js.map +1 -0
- package/dist/types/types/TokenProgramVersion.d.ts +32 -0
- package/dist/types/types/TokenProgramVersion.d.ts.map +1 -0
- package/dist/types/types/TokenProgramVersion.js +102 -0
- package/dist/types/types/TokenProgramVersion.js.map +1 -0
- package/dist/types/types/TokenStandard.d.ts +58 -0
- package/dist/types/types/TokenStandard.d.ts.map +1 -0
- package/dist/types/types/TokenStandard.js +154 -0
- package/dist/types/types/TokenStandard.js.map +1 -0
- package/dist/types/types/TokenState.d.ts +32 -0
- package/dist/types/types/TokenState.d.ts.map +1 -0
- package/dist/types/types/TokenState.js +102 -0
- package/dist/types/types/TokenState.js.map +1 -0
- package/dist/types/types/TokenType.d.ts +32 -0
- package/dist/types/types/TokenType.d.ts.map +1 -0
- package/dist/types/types/TokenType.js +102 -0
- package/dist/types/types/TokenType.js.map +1 -0
- package/dist/types/types/TotalPerTimeArgs.d.ts +37 -0
- package/dist/types/types/TotalPerTimeArgs.d.ts.map +1 -0
- package/dist/types/types/TotalPerTimeArgs.js +81 -0
- package/dist/types/types/TotalPerTimeArgs.js.map +1 -0
- package/dist/types/types/TotalPerTimeWalletArgs.d.ts +27 -0
- package/dist/types/types/TotalPerTimeWalletArgs.d.ts.map +1 -0
- package/dist/types/types/TotalPerTimeWalletArgs.js +66 -0
- package/dist/types/types/TotalPerTimeWalletArgs.js.map +1 -0
- package/dist/types/types/TrackRegistry.d.ts +32 -0
- package/dist/types/types/TrackRegistry.d.ts.map +1 -0
- package/dist/types/types/TrackRegistry.js +102 -0
- package/dist/types/types/TrackRegistry.js.map +1 -0
- package/dist/types/types/TraitInit.d.ts +89 -0
- package/dist/types/types/TraitInit.d.ts.map +1 -0
- package/dist/types/types/TraitInit.js +176 -0
- package/dist/types/types/TraitInit.js.map +1 -0
- package/dist/types/types/TraitPass.d.ts +53 -0
- package/dist/types/types/TraitPass.d.ts.map +1 -0
- package/dist/types/types/TraitPass.js +62 -0
- package/dist/types/types/TraitPass.js.map +1 -0
- package/dist/types/types/TraitPassType.d.ts +97 -0
- package/dist/types/types/TraitPassType.d.ts.map +1 -0
- package/dist/types/types/TraitPassType.js +186 -0
- package/dist/types/types/TraitPassType.js.map +1 -0
- package/dist/types/types/TraitType.d.ts +113 -0
- package/dist/types/types/TraitType.d.ts.map +1 -0
- package/dist/types/types/TraitType.js +207 -0
- package/dist/types/types/TraitType.js.map +1 -0
- package/dist/types/types/TraitValue.d.ts +33 -0
- package/dist/types/types/TraitValue.d.ts.map +1 -0
- package/dist/types/types/TraitValue.js +75 -0
- package/dist/types/types/TraitValue.js.map +1 -0
- package/dist/types/types/UnlocksAfter.d.ts +71 -0
- package/dist/types/types/UnlocksAfter.d.ts.map +1 -0
- package/dist/types/types/UnlocksAfter.js +154 -0
- package/dist/types/types/UnlocksAfter.js.map +1 -0
- package/dist/types/types/UnwrapMetadata.d.ts +80 -0
- package/dist/types/types/UnwrapMetadata.d.ts.map +1 -0
- package/dist/types/types/UnwrapMetadata.js +128 -0
- package/dist/types/types/UnwrapMetadata.js.map +1 -0
- package/dist/types/types/UseMethod.d.ts +45 -0
- package/dist/types/types/UseMethod.d.ts.map +1 -0
- package/dist/types/types/UseMethod.js +128 -0
- package/dist/types/types/UseMethod.js.map +1 -0
- package/dist/types/types/Uses.d.ts +45 -0
- package/dist/types/types/Uses.d.ts.map +1 -0
- package/dist/types/types/Uses.js +80 -0
- package/dist/types/types/Uses.js.map +1 -0
- package/dist/types/types/VerifyCollectionMetadata.d.ts +56 -0
- package/dist/types/types/VerifyCollectionMetadata.d.ts.map +1 -0
- package/dist/types/types/VerifyCollectionMetadata.js +94 -0
- package/dist/types/types/VerifyCollectionMetadata.js.map +1 -0
- package/dist/types/types/VolumeTrack.d.ts +28 -0
- package/dist/types/types/VolumeTrack.d.ts.map +1 -0
- package/dist/types/types/VolumeTrack.js +70 -0
- package/dist/types/types/VolumeTrack.js.map +1 -0
- package/dist/types/types/WrappedSource.d.ts +39 -0
- package/dist/types/types/WrappedSource.d.ts.map +1 -0
- package/dist/types/types/WrappedSource.js +86 -0
- package/dist/types/types/WrappedSource.js.map +1 -0
- package/dist/types/types/ZeroConfig.d.ts +37 -0
- package/dist/types/types/ZeroConfig.d.ts.map +1 -0
- package/dist/types/types/ZeroConfig.js +81 -0
- package/dist/types/types/ZeroConfig.js.map +1 -0
- package/dist/types/types/index.d.ts +333 -0
- package/dist/types/types/index.d.ts.map +1 -0
- package/dist/types/types/index.js +265 -0
- package/dist/types/types/index.js.map +1 -0
- package/dist/utility/Connection.d.ts +4 -0
- package/dist/utility/Connection.d.ts.map +1 -0
- package/dist/utility/Connection.js +12 -0
- package/dist/utility/Connection.js.map +1 -0
- package/dist/utility/Holders.d.ts +9 -0
- package/dist/utility/Holders.d.ts.map +1 -0
- package/dist/utility/Holders.js +12 -0
- package/dist/utility/Holders.js.map +1 -0
- package/dist/utility/PdaManager.d.ts +20 -0
- package/dist/utility/PdaManager.d.ts.map +1 -0
- package/dist/utility/PdaManager.js +175 -0
- package/dist/utility/PdaManager.js.map +1 -0
- package/dist/utility/config.d.ts +12 -0
- package/dist/utility/config.d.ts.map +1 -0
- package/dist/utility/config.js +24 -0
- package/dist/utility/config.js.map +1 -0
- package/dist/utility/utils.d.ts +14 -0
- package/dist/utility/utils.d.ts.map +1 -0
- package/dist/utility/utils.js +198 -0
- package/dist/utility/utils.js.map +1 -0
- package/dist/utility/validation.d.ts +13 -0
- package/dist/utility/validation.d.ts.map +1 -0
- package/dist/utility/validation.js +161 -0
- package/dist/utility/validation.js.map +1 -0
- package/package.json +2 -1
@@ -0,0 +1,713 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.AccountSysvarMismatch = exports.AccountNotAssociatedTokenAccount = exports.AccountNotProgramData = exports.AccountNotInitialized = exports.AccountNotSystemOwned = exports.AccountNotSigner = exports.InvalidProgramExecutable = exports.InvalidProgramId = exports.AccountOwnedByWrongProgram = exports.AccountNotMutable = exports.AccountNotEnoughKeys = exports.AccountDidNotSerialize = exports.AccountDidNotDeserialize = exports.AccountDiscriminatorMismatch = exports.AccountDiscriminatorNotFound = exports.AccountDiscriminatorAlreadySet = exports.RequireGteViolated = exports.RequireGtViolated = exports.RequireKeysNeqViolated = exports.RequireNeqViolated = exports.RequireKeysEqViolated = exports.RequireEqViolated = exports.RequireViolated = exports.ConstraintAccountIsNone = exports.ConstraintSpace = exports.ConstraintMintDecimals = exports.ConstraintMintFreezeAuthority = exports.ConstraintMintMintAuthority = exports.ConstraintTokenOwner = exports.ConstraintTokenMint = exports.ConstraintZero = exports.ConstraintAddress = exports.ConstraintClose = exports.ConstraintAssociatedInit = exports.ConstraintAssociated = exports.ConstraintState = exports.ConstraintExecutable = exports.ConstraintSeeds = exports.ConstraintRentExempt = exports.ConstraintOwner = exports.ConstraintRaw = exports.ConstraintSigner = exports.ConstraintHasOne = exports.ConstraintMut = exports.IdlInstructionInvalidProgram = exports.IdlInstructionStub = exports.InstructionDidNotSerialize = exports.InstructionDidNotDeserialize = exports.InstructionFallbackNotFound = exports.InstructionMissing = void 0;
|
4
|
+
exports.Deprecated = exports.DeclaredProgramIdMismatch = exports.AccountDuplicateReallocs = exports.AccountReallocExceedsLimit = void 0;
|
5
|
+
exports.fromCode = fromCode;
|
6
|
+
class InstructionMissing extends Error {
|
7
|
+
constructor(logs) {
|
8
|
+
super("100: 8 byte instruction identifier not provided");
|
9
|
+
this.logs = logs;
|
10
|
+
this.code = 100;
|
11
|
+
this.name = "InstructionMissing";
|
12
|
+
this.msg = "8 byte instruction identifier not provided";
|
13
|
+
}
|
14
|
+
}
|
15
|
+
exports.InstructionMissing = InstructionMissing;
|
16
|
+
InstructionMissing.code = 100;
|
17
|
+
class InstructionFallbackNotFound extends Error {
|
18
|
+
constructor(logs) {
|
19
|
+
super("101: Fallback functions are not supported");
|
20
|
+
this.logs = logs;
|
21
|
+
this.code = 101;
|
22
|
+
this.name = "InstructionFallbackNotFound";
|
23
|
+
this.msg = "Fallback functions are not supported";
|
24
|
+
}
|
25
|
+
}
|
26
|
+
exports.InstructionFallbackNotFound = InstructionFallbackNotFound;
|
27
|
+
InstructionFallbackNotFound.code = 101;
|
28
|
+
class InstructionDidNotDeserialize extends Error {
|
29
|
+
constructor(logs) {
|
30
|
+
super("102: The program could not deserialize the given instruction");
|
31
|
+
this.logs = logs;
|
32
|
+
this.code = 102;
|
33
|
+
this.name = "InstructionDidNotDeserialize";
|
34
|
+
this.msg = "The program could not deserialize the given instruction";
|
35
|
+
}
|
36
|
+
}
|
37
|
+
exports.InstructionDidNotDeserialize = InstructionDidNotDeserialize;
|
38
|
+
InstructionDidNotDeserialize.code = 102;
|
39
|
+
class InstructionDidNotSerialize extends Error {
|
40
|
+
constructor(logs) {
|
41
|
+
super("103: The program could not serialize the given instruction");
|
42
|
+
this.logs = logs;
|
43
|
+
this.code = 103;
|
44
|
+
this.name = "InstructionDidNotSerialize";
|
45
|
+
this.msg = "The program could not serialize the given instruction";
|
46
|
+
}
|
47
|
+
}
|
48
|
+
exports.InstructionDidNotSerialize = InstructionDidNotSerialize;
|
49
|
+
InstructionDidNotSerialize.code = 103;
|
50
|
+
class IdlInstructionStub extends Error {
|
51
|
+
constructor(logs) {
|
52
|
+
super("1000: The program was compiled without idl instructions");
|
53
|
+
this.logs = logs;
|
54
|
+
this.code = 1000;
|
55
|
+
this.name = "IdlInstructionStub";
|
56
|
+
this.msg = "The program was compiled without idl instructions";
|
57
|
+
}
|
58
|
+
}
|
59
|
+
exports.IdlInstructionStub = IdlInstructionStub;
|
60
|
+
IdlInstructionStub.code = 1000;
|
61
|
+
class IdlInstructionInvalidProgram extends Error {
|
62
|
+
constructor(logs) {
|
63
|
+
super("1001: The transaction was given an invalid program for the IDL instruction");
|
64
|
+
this.logs = logs;
|
65
|
+
this.code = 1001;
|
66
|
+
this.name = "IdlInstructionInvalidProgram";
|
67
|
+
this.msg = "The transaction was given an invalid program for the IDL instruction";
|
68
|
+
}
|
69
|
+
}
|
70
|
+
exports.IdlInstructionInvalidProgram = IdlInstructionInvalidProgram;
|
71
|
+
IdlInstructionInvalidProgram.code = 1001;
|
72
|
+
class ConstraintMut extends Error {
|
73
|
+
constructor(logs) {
|
74
|
+
super("2000: A mut constraint was violated");
|
75
|
+
this.logs = logs;
|
76
|
+
this.code = 2000;
|
77
|
+
this.name = "ConstraintMut";
|
78
|
+
this.msg = "A mut constraint was violated";
|
79
|
+
}
|
80
|
+
}
|
81
|
+
exports.ConstraintMut = ConstraintMut;
|
82
|
+
ConstraintMut.code = 2000;
|
83
|
+
class ConstraintHasOne extends Error {
|
84
|
+
constructor(logs) {
|
85
|
+
super("2001: A has one constraint was violated");
|
86
|
+
this.logs = logs;
|
87
|
+
this.code = 2001;
|
88
|
+
this.name = "ConstraintHasOne";
|
89
|
+
this.msg = "A has one constraint was violated";
|
90
|
+
}
|
91
|
+
}
|
92
|
+
exports.ConstraintHasOne = ConstraintHasOne;
|
93
|
+
ConstraintHasOne.code = 2001;
|
94
|
+
class ConstraintSigner extends Error {
|
95
|
+
constructor(logs) {
|
96
|
+
super("2002: A signer constraint was violated");
|
97
|
+
this.logs = logs;
|
98
|
+
this.code = 2002;
|
99
|
+
this.name = "ConstraintSigner";
|
100
|
+
this.msg = "A signer constraint was violated";
|
101
|
+
}
|
102
|
+
}
|
103
|
+
exports.ConstraintSigner = ConstraintSigner;
|
104
|
+
ConstraintSigner.code = 2002;
|
105
|
+
class ConstraintRaw extends Error {
|
106
|
+
constructor(logs) {
|
107
|
+
super("2003: A raw constraint was violated");
|
108
|
+
this.logs = logs;
|
109
|
+
this.code = 2003;
|
110
|
+
this.name = "ConstraintRaw";
|
111
|
+
this.msg = "A raw constraint was violated";
|
112
|
+
}
|
113
|
+
}
|
114
|
+
exports.ConstraintRaw = ConstraintRaw;
|
115
|
+
ConstraintRaw.code = 2003;
|
116
|
+
class ConstraintOwner extends Error {
|
117
|
+
constructor(logs) {
|
118
|
+
super("2004: An owner constraint was violated");
|
119
|
+
this.logs = logs;
|
120
|
+
this.code = 2004;
|
121
|
+
this.name = "ConstraintOwner";
|
122
|
+
this.msg = "An owner constraint was violated";
|
123
|
+
}
|
124
|
+
}
|
125
|
+
exports.ConstraintOwner = ConstraintOwner;
|
126
|
+
ConstraintOwner.code = 2004;
|
127
|
+
class ConstraintRentExempt extends Error {
|
128
|
+
constructor(logs) {
|
129
|
+
super("2005: A rent exemption constraint was violated");
|
130
|
+
this.logs = logs;
|
131
|
+
this.code = 2005;
|
132
|
+
this.name = "ConstraintRentExempt";
|
133
|
+
this.msg = "A rent exemption constraint was violated";
|
134
|
+
}
|
135
|
+
}
|
136
|
+
exports.ConstraintRentExempt = ConstraintRentExempt;
|
137
|
+
ConstraintRentExempt.code = 2005;
|
138
|
+
class ConstraintSeeds extends Error {
|
139
|
+
constructor(logs) {
|
140
|
+
super("2006: A seeds constraint was violated");
|
141
|
+
this.logs = logs;
|
142
|
+
this.code = 2006;
|
143
|
+
this.name = "ConstraintSeeds";
|
144
|
+
this.msg = "A seeds constraint was violated";
|
145
|
+
}
|
146
|
+
}
|
147
|
+
exports.ConstraintSeeds = ConstraintSeeds;
|
148
|
+
ConstraintSeeds.code = 2006;
|
149
|
+
class ConstraintExecutable extends Error {
|
150
|
+
constructor(logs) {
|
151
|
+
super("2007: An executable constraint was violated");
|
152
|
+
this.logs = logs;
|
153
|
+
this.code = 2007;
|
154
|
+
this.name = "ConstraintExecutable";
|
155
|
+
this.msg = "An executable constraint was violated";
|
156
|
+
}
|
157
|
+
}
|
158
|
+
exports.ConstraintExecutable = ConstraintExecutable;
|
159
|
+
ConstraintExecutable.code = 2007;
|
160
|
+
class ConstraintState extends Error {
|
161
|
+
constructor(logs) {
|
162
|
+
super("2008: Deprecated Error, feel free to replace with something else");
|
163
|
+
this.logs = logs;
|
164
|
+
this.code = 2008;
|
165
|
+
this.name = "ConstraintState";
|
166
|
+
this.msg = "Deprecated Error, feel free to replace with something else";
|
167
|
+
}
|
168
|
+
}
|
169
|
+
exports.ConstraintState = ConstraintState;
|
170
|
+
ConstraintState.code = 2008;
|
171
|
+
class ConstraintAssociated extends Error {
|
172
|
+
constructor(logs) {
|
173
|
+
super("2009: An associated constraint was violated");
|
174
|
+
this.logs = logs;
|
175
|
+
this.code = 2009;
|
176
|
+
this.name = "ConstraintAssociated";
|
177
|
+
this.msg = "An associated constraint was violated";
|
178
|
+
}
|
179
|
+
}
|
180
|
+
exports.ConstraintAssociated = ConstraintAssociated;
|
181
|
+
ConstraintAssociated.code = 2009;
|
182
|
+
class ConstraintAssociatedInit extends Error {
|
183
|
+
constructor(logs) {
|
184
|
+
super("2010: An associated init constraint was violated");
|
185
|
+
this.logs = logs;
|
186
|
+
this.code = 2010;
|
187
|
+
this.name = "ConstraintAssociatedInit";
|
188
|
+
this.msg = "An associated init constraint was violated";
|
189
|
+
}
|
190
|
+
}
|
191
|
+
exports.ConstraintAssociatedInit = ConstraintAssociatedInit;
|
192
|
+
ConstraintAssociatedInit.code = 2010;
|
193
|
+
class ConstraintClose extends Error {
|
194
|
+
constructor(logs) {
|
195
|
+
super("2011: A close constraint was violated");
|
196
|
+
this.logs = logs;
|
197
|
+
this.code = 2011;
|
198
|
+
this.name = "ConstraintClose";
|
199
|
+
this.msg = "A close constraint was violated";
|
200
|
+
}
|
201
|
+
}
|
202
|
+
exports.ConstraintClose = ConstraintClose;
|
203
|
+
ConstraintClose.code = 2011;
|
204
|
+
class ConstraintAddress extends Error {
|
205
|
+
constructor(logs) {
|
206
|
+
super("2012: An address constraint was violated");
|
207
|
+
this.logs = logs;
|
208
|
+
this.code = 2012;
|
209
|
+
this.name = "ConstraintAddress";
|
210
|
+
this.msg = "An address constraint was violated";
|
211
|
+
}
|
212
|
+
}
|
213
|
+
exports.ConstraintAddress = ConstraintAddress;
|
214
|
+
ConstraintAddress.code = 2012;
|
215
|
+
class ConstraintZero extends Error {
|
216
|
+
constructor(logs) {
|
217
|
+
super("2013: Expected zero account discriminant");
|
218
|
+
this.logs = logs;
|
219
|
+
this.code = 2013;
|
220
|
+
this.name = "ConstraintZero";
|
221
|
+
this.msg = "Expected zero account discriminant";
|
222
|
+
}
|
223
|
+
}
|
224
|
+
exports.ConstraintZero = ConstraintZero;
|
225
|
+
ConstraintZero.code = 2013;
|
226
|
+
class ConstraintTokenMint extends Error {
|
227
|
+
constructor(logs) {
|
228
|
+
super("2014: A token mint constraint was violated");
|
229
|
+
this.logs = logs;
|
230
|
+
this.code = 2014;
|
231
|
+
this.name = "ConstraintTokenMint";
|
232
|
+
this.msg = "A token mint constraint was violated";
|
233
|
+
}
|
234
|
+
}
|
235
|
+
exports.ConstraintTokenMint = ConstraintTokenMint;
|
236
|
+
ConstraintTokenMint.code = 2014;
|
237
|
+
class ConstraintTokenOwner extends Error {
|
238
|
+
constructor(logs) {
|
239
|
+
super("2015: A token owner constraint was violated");
|
240
|
+
this.logs = logs;
|
241
|
+
this.code = 2015;
|
242
|
+
this.name = "ConstraintTokenOwner";
|
243
|
+
this.msg = "A token owner constraint was violated";
|
244
|
+
}
|
245
|
+
}
|
246
|
+
exports.ConstraintTokenOwner = ConstraintTokenOwner;
|
247
|
+
ConstraintTokenOwner.code = 2015;
|
248
|
+
class ConstraintMintMintAuthority extends Error {
|
249
|
+
constructor(logs) {
|
250
|
+
super("2016: A mint mint authority constraint was violated");
|
251
|
+
this.logs = logs;
|
252
|
+
this.code = 2016;
|
253
|
+
this.name = "ConstraintMintMintAuthority";
|
254
|
+
this.msg = "A mint mint authority constraint was violated";
|
255
|
+
}
|
256
|
+
}
|
257
|
+
exports.ConstraintMintMintAuthority = ConstraintMintMintAuthority;
|
258
|
+
ConstraintMintMintAuthority.code = 2016;
|
259
|
+
class ConstraintMintFreezeAuthority extends Error {
|
260
|
+
constructor(logs) {
|
261
|
+
super("2017: A mint freeze authority constraint was violated");
|
262
|
+
this.logs = logs;
|
263
|
+
this.code = 2017;
|
264
|
+
this.name = "ConstraintMintFreezeAuthority";
|
265
|
+
this.msg = "A mint freeze authority constraint was violated";
|
266
|
+
}
|
267
|
+
}
|
268
|
+
exports.ConstraintMintFreezeAuthority = ConstraintMintFreezeAuthority;
|
269
|
+
ConstraintMintFreezeAuthority.code = 2017;
|
270
|
+
class ConstraintMintDecimals extends Error {
|
271
|
+
constructor(logs) {
|
272
|
+
super("2018: A mint decimals constraint was violated");
|
273
|
+
this.logs = logs;
|
274
|
+
this.code = 2018;
|
275
|
+
this.name = "ConstraintMintDecimals";
|
276
|
+
this.msg = "A mint decimals constraint was violated";
|
277
|
+
}
|
278
|
+
}
|
279
|
+
exports.ConstraintMintDecimals = ConstraintMintDecimals;
|
280
|
+
ConstraintMintDecimals.code = 2018;
|
281
|
+
class ConstraintSpace extends Error {
|
282
|
+
constructor(logs) {
|
283
|
+
super("2019: A space constraint was violated");
|
284
|
+
this.logs = logs;
|
285
|
+
this.code = 2019;
|
286
|
+
this.name = "ConstraintSpace";
|
287
|
+
this.msg = "A space constraint was violated";
|
288
|
+
}
|
289
|
+
}
|
290
|
+
exports.ConstraintSpace = ConstraintSpace;
|
291
|
+
ConstraintSpace.code = 2019;
|
292
|
+
class ConstraintAccountIsNone extends Error {
|
293
|
+
constructor(logs) {
|
294
|
+
super("2020: A required account for the constraint is None");
|
295
|
+
this.logs = logs;
|
296
|
+
this.code = 2020;
|
297
|
+
this.name = "ConstraintAccountIsNone";
|
298
|
+
this.msg = "A required account for the constraint is None";
|
299
|
+
}
|
300
|
+
}
|
301
|
+
exports.ConstraintAccountIsNone = ConstraintAccountIsNone;
|
302
|
+
ConstraintAccountIsNone.code = 2020;
|
303
|
+
class RequireViolated extends Error {
|
304
|
+
constructor(logs) {
|
305
|
+
super("2500: A require expression was violated");
|
306
|
+
this.logs = logs;
|
307
|
+
this.code = 2500;
|
308
|
+
this.name = "RequireViolated";
|
309
|
+
this.msg = "A require expression was violated";
|
310
|
+
}
|
311
|
+
}
|
312
|
+
exports.RequireViolated = RequireViolated;
|
313
|
+
RequireViolated.code = 2500;
|
314
|
+
class RequireEqViolated extends Error {
|
315
|
+
constructor(logs) {
|
316
|
+
super("2501: A require_eq expression was violated");
|
317
|
+
this.logs = logs;
|
318
|
+
this.code = 2501;
|
319
|
+
this.name = "RequireEqViolated";
|
320
|
+
this.msg = "A require_eq expression was violated";
|
321
|
+
}
|
322
|
+
}
|
323
|
+
exports.RequireEqViolated = RequireEqViolated;
|
324
|
+
RequireEqViolated.code = 2501;
|
325
|
+
class RequireKeysEqViolated extends Error {
|
326
|
+
constructor(logs) {
|
327
|
+
super("2502: A require_keys_eq expression was violated");
|
328
|
+
this.logs = logs;
|
329
|
+
this.code = 2502;
|
330
|
+
this.name = "RequireKeysEqViolated";
|
331
|
+
this.msg = "A require_keys_eq expression was violated";
|
332
|
+
}
|
333
|
+
}
|
334
|
+
exports.RequireKeysEqViolated = RequireKeysEqViolated;
|
335
|
+
RequireKeysEqViolated.code = 2502;
|
336
|
+
class RequireNeqViolated extends Error {
|
337
|
+
constructor(logs) {
|
338
|
+
super("2503: A require_neq expression was violated");
|
339
|
+
this.logs = logs;
|
340
|
+
this.code = 2503;
|
341
|
+
this.name = "RequireNeqViolated";
|
342
|
+
this.msg = "A require_neq expression was violated";
|
343
|
+
}
|
344
|
+
}
|
345
|
+
exports.RequireNeqViolated = RequireNeqViolated;
|
346
|
+
RequireNeqViolated.code = 2503;
|
347
|
+
class RequireKeysNeqViolated extends Error {
|
348
|
+
constructor(logs) {
|
349
|
+
super("2504: A require_keys_neq expression was violated");
|
350
|
+
this.logs = logs;
|
351
|
+
this.code = 2504;
|
352
|
+
this.name = "RequireKeysNeqViolated";
|
353
|
+
this.msg = "A require_keys_neq expression was violated";
|
354
|
+
}
|
355
|
+
}
|
356
|
+
exports.RequireKeysNeqViolated = RequireKeysNeqViolated;
|
357
|
+
RequireKeysNeqViolated.code = 2504;
|
358
|
+
class RequireGtViolated extends Error {
|
359
|
+
constructor(logs) {
|
360
|
+
super("2505: A require_gt expression was violated");
|
361
|
+
this.logs = logs;
|
362
|
+
this.code = 2505;
|
363
|
+
this.name = "RequireGtViolated";
|
364
|
+
this.msg = "A require_gt expression was violated";
|
365
|
+
}
|
366
|
+
}
|
367
|
+
exports.RequireGtViolated = RequireGtViolated;
|
368
|
+
RequireGtViolated.code = 2505;
|
369
|
+
class RequireGteViolated extends Error {
|
370
|
+
constructor(logs) {
|
371
|
+
super("2506: A require_gte expression was violated");
|
372
|
+
this.logs = logs;
|
373
|
+
this.code = 2506;
|
374
|
+
this.name = "RequireGteViolated";
|
375
|
+
this.msg = "A require_gte expression was violated";
|
376
|
+
}
|
377
|
+
}
|
378
|
+
exports.RequireGteViolated = RequireGteViolated;
|
379
|
+
RequireGteViolated.code = 2506;
|
380
|
+
class AccountDiscriminatorAlreadySet extends Error {
|
381
|
+
constructor(logs) {
|
382
|
+
super("3000: The account discriminator was already set on this account");
|
383
|
+
this.logs = logs;
|
384
|
+
this.code = 3000;
|
385
|
+
this.name = "AccountDiscriminatorAlreadySet";
|
386
|
+
this.msg = "The account discriminator was already set on this account";
|
387
|
+
}
|
388
|
+
}
|
389
|
+
exports.AccountDiscriminatorAlreadySet = AccountDiscriminatorAlreadySet;
|
390
|
+
AccountDiscriminatorAlreadySet.code = 3000;
|
391
|
+
class AccountDiscriminatorNotFound extends Error {
|
392
|
+
constructor(logs) {
|
393
|
+
super("3001: No 8 byte discriminator was found on the account");
|
394
|
+
this.logs = logs;
|
395
|
+
this.code = 3001;
|
396
|
+
this.name = "AccountDiscriminatorNotFound";
|
397
|
+
this.msg = "No 8 byte discriminator was found on the account";
|
398
|
+
}
|
399
|
+
}
|
400
|
+
exports.AccountDiscriminatorNotFound = AccountDiscriminatorNotFound;
|
401
|
+
AccountDiscriminatorNotFound.code = 3001;
|
402
|
+
class AccountDiscriminatorMismatch extends Error {
|
403
|
+
constructor(logs) {
|
404
|
+
super("3002: 8 byte discriminator did not match what was expected");
|
405
|
+
this.logs = logs;
|
406
|
+
this.code = 3002;
|
407
|
+
this.name = "AccountDiscriminatorMismatch";
|
408
|
+
this.msg = "8 byte discriminator did not match what was expected";
|
409
|
+
}
|
410
|
+
}
|
411
|
+
exports.AccountDiscriminatorMismatch = AccountDiscriminatorMismatch;
|
412
|
+
AccountDiscriminatorMismatch.code = 3002;
|
413
|
+
class AccountDidNotDeserialize extends Error {
|
414
|
+
constructor(logs) {
|
415
|
+
super("3003: Failed to deserialize the account");
|
416
|
+
this.logs = logs;
|
417
|
+
this.code = 3003;
|
418
|
+
this.name = "AccountDidNotDeserialize";
|
419
|
+
this.msg = "Failed to deserialize the account";
|
420
|
+
}
|
421
|
+
}
|
422
|
+
exports.AccountDidNotDeserialize = AccountDidNotDeserialize;
|
423
|
+
AccountDidNotDeserialize.code = 3003;
|
424
|
+
class AccountDidNotSerialize extends Error {
|
425
|
+
constructor(logs) {
|
426
|
+
super("3004: Failed to serialize the account");
|
427
|
+
this.logs = logs;
|
428
|
+
this.code = 3004;
|
429
|
+
this.name = "AccountDidNotSerialize";
|
430
|
+
this.msg = "Failed to serialize the account";
|
431
|
+
}
|
432
|
+
}
|
433
|
+
exports.AccountDidNotSerialize = AccountDidNotSerialize;
|
434
|
+
AccountDidNotSerialize.code = 3004;
|
435
|
+
class AccountNotEnoughKeys extends Error {
|
436
|
+
constructor(logs) {
|
437
|
+
super("3005: Not enough account keys given to the instruction");
|
438
|
+
this.logs = logs;
|
439
|
+
this.code = 3005;
|
440
|
+
this.name = "AccountNotEnoughKeys";
|
441
|
+
this.msg = "Not enough account keys given to the instruction";
|
442
|
+
}
|
443
|
+
}
|
444
|
+
exports.AccountNotEnoughKeys = AccountNotEnoughKeys;
|
445
|
+
AccountNotEnoughKeys.code = 3005;
|
446
|
+
class AccountNotMutable extends Error {
|
447
|
+
constructor(logs) {
|
448
|
+
super("3006: The given account is not mutable");
|
449
|
+
this.logs = logs;
|
450
|
+
this.code = 3006;
|
451
|
+
this.name = "AccountNotMutable";
|
452
|
+
this.msg = "The given account is not mutable";
|
453
|
+
}
|
454
|
+
}
|
455
|
+
exports.AccountNotMutable = AccountNotMutable;
|
456
|
+
AccountNotMutable.code = 3006;
|
457
|
+
class AccountOwnedByWrongProgram extends Error {
|
458
|
+
constructor(logs) {
|
459
|
+
super("3007: The given account is owned by a different program than expected");
|
460
|
+
this.logs = logs;
|
461
|
+
this.code = 3007;
|
462
|
+
this.name = "AccountOwnedByWrongProgram";
|
463
|
+
this.msg = "The given account is owned by a different program than expected";
|
464
|
+
}
|
465
|
+
}
|
466
|
+
exports.AccountOwnedByWrongProgram = AccountOwnedByWrongProgram;
|
467
|
+
AccountOwnedByWrongProgram.code = 3007;
|
468
|
+
class InvalidProgramId extends Error {
|
469
|
+
constructor(logs) {
|
470
|
+
super("3008: Program ID was not as expected");
|
471
|
+
this.logs = logs;
|
472
|
+
this.code = 3008;
|
473
|
+
this.name = "InvalidProgramId";
|
474
|
+
this.msg = "Program ID was not as expected";
|
475
|
+
}
|
476
|
+
}
|
477
|
+
exports.InvalidProgramId = InvalidProgramId;
|
478
|
+
InvalidProgramId.code = 3008;
|
479
|
+
class InvalidProgramExecutable extends Error {
|
480
|
+
constructor(logs) {
|
481
|
+
super("3009: Program account is not executable");
|
482
|
+
this.logs = logs;
|
483
|
+
this.code = 3009;
|
484
|
+
this.name = "InvalidProgramExecutable";
|
485
|
+
this.msg = "Program account is not executable";
|
486
|
+
}
|
487
|
+
}
|
488
|
+
exports.InvalidProgramExecutable = InvalidProgramExecutable;
|
489
|
+
InvalidProgramExecutable.code = 3009;
|
490
|
+
class AccountNotSigner extends Error {
|
491
|
+
constructor(logs) {
|
492
|
+
super("3010: The given account did not sign");
|
493
|
+
this.logs = logs;
|
494
|
+
this.code = 3010;
|
495
|
+
this.name = "AccountNotSigner";
|
496
|
+
this.msg = "The given account did not sign";
|
497
|
+
}
|
498
|
+
}
|
499
|
+
exports.AccountNotSigner = AccountNotSigner;
|
500
|
+
AccountNotSigner.code = 3010;
|
501
|
+
class AccountNotSystemOwned extends Error {
|
502
|
+
constructor(logs) {
|
503
|
+
super("3011: The given account is not owned by the system program");
|
504
|
+
this.logs = logs;
|
505
|
+
this.code = 3011;
|
506
|
+
this.name = "AccountNotSystemOwned";
|
507
|
+
this.msg = "The given account is not owned by the system program";
|
508
|
+
}
|
509
|
+
}
|
510
|
+
exports.AccountNotSystemOwned = AccountNotSystemOwned;
|
511
|
+
AccountNotSystemOwned.code = 3011;
|
512
|
+
class AccountNotInitialized extends Error {
|
513
|
+
constructor(logs) {
|
514
|
+
super("3012: The program expected this account to be already initialized");
|
515
|
+
this.logs = logs;
|
516
|
+
this.code = 3012;
|
517
|
+
this.name = "AccountNotInitialized";
|
518
|
+
this.msg = "The program expected this account to be already initialized";
|
519
|
+
}
|
520
|
+
}
|
521
|
+
exports.AccountNotInitialized = AccountNotInitialized;
|
522
|
+
AccountNotInitialized.code = 3012;
|
523
|
+
class AccountNotProgramData extends Error {
|
524
|
+
constructor(logs) {
|
525
|
+
super("3013: The given account is not a program data account");
|
526
|
+
this.logs = logs;
|
527
|
+
this.code = 3013;
|
528
|
+
this.name = "AccountNotProgramData";
|
529
|
+
this.msg = "The given account is not a program data account";
|
530
|
+
}
|
531
|
+
}
|
532
|
+
exports.AccountNotProgramData = AccountNotProgramData;
|
533
|
+
AccountNotProgramData.code = 3013;
|
534
|
+
class AccountNotAssociatedTokenAccount extends Error {
|
535
|
+
constructor(logs) {
|
536
|
+
super("3014: The given account is not the associated token account");
|
537
|
+
this.logs = logs;
|
538
|
+
this.code = 3014;
|
539
|
+
this.name = "AccountNotAssociatedTokenAccount";
|
540
|
+
this.msg = "The given account is not the associated token account";
|
541
|
+
}
|
542
|
+
}
|
543
|
+
exports.AccountNotAssociatedTokenAccount = AccountNotAssociatedTokenAccount;
|
544
|
+
AccountNotAssociatedTokenAccount.code = 3014;
|
545
|
+
class AccountSysvarMismatch extends Error {
|
546
|
+
constructor(logs) {
|
547
|
+
super("3015: The given public key does not match the required sysvar");
|
548
|
+
this.logs = logs;
|
549
|
+
this.code = 3015;
|
550
|
+
this.name = "AccountSysvarMismatch";
|
551
|
+
this.msg = "The given public key does not match the required sysvar";
|
552
|
+
}
|
553
|
+
}
|
554
|
+
exports.AccountSysvarMismatch = AccountSysvarMismatch;
|
555
|
+
AccountSysvarMismatch.code = 3015;
|
556
|
+
class AccountReallocExceedsLimit extends Error {
|
557
|
+
constructor(logs) {
|
558
|
+
super("3016: The account reallocation exceeds the MAX_PERMITTED_DATA_INCREASE limit");
|
559
|
+
this.logs = logs;
|
560
|
+
this.code = 3016;
|
561
|
+
this.name = "AccountReallocExceedsLimit";
|
562
|
+
this.msg = "The account reallocation exceeds the MAX_PERMITTED_DATA_INCREASE limit";
|
563
|
+
}
|
564
|
+
}
|
565
|
+
exports.AccountReallocExceedsLimit = AccountReallocExceedsLimit;
|
566
|
+
AccountReallocExceedsLimit.code = 3016;
|
567
|
+
class AccountDuplicateReallocs extends Error {
|
568
|
+
constructor(logs) {
|
569
|
+
super("3017: The account was duplicated for more than one reallocation");
|
570
|
+
this.logs = logs;
|
571
|
+
this.code = 3017;
|
572
|
+
this.name = "AccountDuplicateReallocs";
|
573
|
+
this.msg = "The account was duplicated for more than one reallocation";
|
574
|
+
}
|
575
|
+
}
|
576
|
+
exports.AccountDuplicateReallocs = AccountDuplicateReallocs;
|
577
|
+
AccountDuplicateReallocs.code = 3017;
|
578
|
+
class DeclaredProgramIdMismatch extends Error {
|
579
|
+
constructor(logs) {
|
580
|
+
super("4100: The declared program id does not match the actual program id");
|
581
|
+
this.logs = logs;
|
582
|
+
this.code = 4100;
|
583
|
+
this.name = "DeclaredProgramIdMismatch";
|
584
|
+
this.msg = "The declared program id does not match the actual program id";
|
585
|
+
}
|
586
|
+
}
|
587
|
+
exports.DeclaredProgramIdMismatch = DeclaredProgramIdMismatch;
|
588
|
+
DeclaredProgramIdMismatch.code = 4100;
|
589
|
+
class Deprecated extends Error {
|
590
|
+
constructor(logs) {
|
591
|
+
super("5000: The API being used is deprecated and should no longer be used");
|
592
|
+
this.logs = logs;
|
593
|
+
this.code = 5000;
|
594
|
+
this.name = "Deprecated";
|
595
|
+
this.msg = "The API being used is deprecated and should no longer be used";
|
596
|
+
}
|
597
|
+
}
|
598
|
+
exports.Deprecated = Deprecated;
|
599
|
+
Deprecated.code = 5000;
|
600
|
+
function fromCode(code, logs) {
|
601
|
+
switch (code) {
|
602
|
+
case 100:
|
603
|
+
return new InstructionMissing(logs);
|
604
|
+
case 101:
|
605
|
+
return new InstructionFallbackNotFound(logs);
|
606
|
+
case 102:
|
607
|
+
return new InstructionDidNotDeserialize(logs);
|
608
|
+
case 103:
|
609
|
+
return new InstructionDidNotSerialize(logs);
|
610
|
+
case 1000:
|
611
|
+
return new IdlInstructionStub(logs);
|
612
|
+
case 1001:
|
613
|
+
return new IdlInstructionInvalidProgram(logs);
|
614
|
+
case 2000:
|
615
|
+
return new ConstraintMut(logs);
|
616
|
+
case 2001:
|
617
|
+
return new ConstraintHasOne(logs);
|
618
|
+
case 2002:
|
619
|
+
return new ConstraintSigner(logs);
|
620
|
+
case 2003:
|
621
|
+
return new ConstraintRaw(logs);
|
622
|
+
case 2004:
|
623
|
+
return new ConstraintOwner(logs);
|
624
|
+
case 2005:
|
625
|
+
return new ConstraintRentExempt(logs);
|
626
|
+
case 2006:
|
627
|
+
return new ConstraintSeeds(logs);
|
628
|
+
case 2007:
|
629
|
+
return new ConstraintExecutable(logs);
|
630
|
+
case 2008:
|
631
|
+
return new ConstraintState(logs);
|
632
|
+
case 2009:
|
633
|
+
return new ConstraintAssociated(logs);
|
634
|
+
case 2010:
|
635
|
+
return new ConstraintAssociatedInit(logs);
|
636
|
+
case 2011:
|
637
|
+
return new ConstraintClose(logs);
|
638
|
+
case 2012:
|
639
|
+
return new ConstraintAddress(logs);
|
640
|
+
case 2013:
|
641
|
+
return new ConstraintZero(logs);
|
642
|
+
case 2014:
|
643
|
+
return new ConstraintTokenMint(logs);
|
644
|
+
case 2015:
|
645
|
+
return new ConstraintTokenOwner(logs);
|
646
|
+
case 2016:
|
647
|
+
return new ConstraintMintMintAuthority(logs);
|
648
|
+
case 2017:
|
649
|
+
return new ConstraintMintFreezeAuthority(logs);
|
650
|
+
case 2018:
|
651
|
+
return new ConstraintMintDecimals(logs);
|
652
|
+
case 2019:
|
653
|
+
return new ConstraintSpace(logs);
|
654
|
+
case 2020:
|
655
|
+
return new ConstraintAccountIsNone(logs);
|
656
|
+
case 2500:
|
657
|
+
return new RequireViolated(logs);
|
658
|
+
case 2501:
|
659
|
+
return new RequireEqViolated(logs);
|
660
|
+
case 2502:
|
661
|
+
return new RequireKeysEqViolated(logs);
|
662
|
+
case 2503:
|
663
|
+
return new RequireNeqViolated(logs);
|
664
|
+
case 2504:
|
665
|
+
return new RequireKeysNeqViolated(logs);
|
666
|
+
case 2505:
|
667
|
+
return new RequireGtViolated(logs);
|
668
|
+
case 2506:
|
669
|
+
return new RequireGteViolated(logs);
|
670
|
+
case 3000:
|
671
|
+
return new AccountDiscriminatorAlreadySet(logs);
|
672
|
+
case 3001:
|
673
|
+
return new AccountDiscriminatorNotFound(logs);
|
674
|
+
case 3002:
|
675
|
+
return new AccountDiscriminatorMismatch(logs);
|
676
|
+
case 3003:
|
677
|
+
return new AccountDidNotDeserialize(logs);
|
678
|
+
case 3004:
|
679
|
+
return new AccountDidNotSerialize(logs);
|
680
|
+
case 3005:
|
681
|
+
return new AccountNotEnoughKeys(logs);
|
682
|
+
case 3006:
|
683
|
+
return new AccountNotMutable(logs);
|
684
|
+
case 3007:
|
685
|
+
return new AccountOwnedByWrongProgram(logs);
|
686
|
+
case 3008:
|
687
|
+
return new InvalidProgramId(logs);
|
688
|
+
case 3009:
|
689
|
+
return new InvalidProgramExecutable(logs);
|
690
|
+
case 3010:
|
691
|
+
return new AccountNotSigner(logs);
|
692
|
+
case 3011:
|
693
|
+
return new AccountNotSystemOwned(logs);
|
694
|
+
case 3012:
|
695
|
+
return new AccountNotInitialized(logs);
|
696
|
+
case 3013:
|
697
|
+
return new AccountNotProgramData(logs);
|
698
|
+
case 3014:
|
699
|
+
return new AccountNotAssociatedTokenAccount(logs);
|
700
|
+
case 3015:
|
701
|
+
return new AccountSysvarMismatch(logs);
|
702
|
+
case 3016:
|
703
|
+
return new AccountReallocExceedsLimit(logs);
|
704
|
+
case 3017:
|
705
|
+
return new AccountDuplicateReallocs(logs);
|
706
|
+
case 4100:
|
707
|
+
return new DeclaredProgramIdMismatch(logs);
|
708
|
+
case 5000:
|
709
|
+
return new Deprecated(logs);
|
710
|
+
}
|
711
|
+
return null;
|
712
|
+
}
|
713
|
+
//# sourceMappingURL=anchor.js.map
|