3land_sdk 1.0.4 → 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 +1 -1
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AccountClass.js","sourceRoot":"","sources":["../../../src/types/types/AccountClass.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
import { PublicKey } from "@solana/web3.js";
|
2
|
+
import * as types from "../types";
|
3
|
+
export interface AccountHasherFields {
|
4
|
+
seeds: Array<types.SeedFields>;
|
5
|
+
insertAt: number;
|
6
|
+
program: PublicKey;
|
7
|
+
bump: number;
|
8
|
+
}
|
9
|
+
export interface AccountHasherJSON {
|
10
|
+
seeds: Array<types.SeedJSON>;
|
11
|
+
insertAt: number;
|
12
|
+
program: string;
|
13
|
+
bump: number;
|
14
|
+
}
|
15
|
+
export declare class AccountHasher {
|
16
|
+
readonly seeds: Array<types.Seed>;
|
17
|
+
readonly insertAt: number;
|
18
|
+
readonly program: PublicKey;
|
19
|
+
readonly bump: number;
|
20
|
+
constructor(fields: AccountHasherFields);
|
21
|
+
static layout(property?: string): any;
|
22
|
+
static fromDecoded(obj: any): types.AccountHasher;
|
23
|
+
static toEncodable(fields: AccountHasherFields): {
|
24
|
+
seeds: {
|
25
|
+
seed: Buffer;
|
26
|
+
}[];
|
27
|
+
insertAt: number;
|
28
|
+
program: PublicKey;
|
29
|
+
bump: number;
|
30
|
+
};
|
31
|
+
toJSON(): AccountHasherJSON;
|
32
|
+
static fromJSON(obj: AccountHasherJSON): AccountHasher;
|
33
|
+
toEncodable(): {
|
34
|
+
seeds: {
|
35
|
+
seed: Buffer;
|
36
|
+
}[];
|
37
|
+
insertAt: number;
|
38
|
+
program: PublicKey;
|
39
|
+
bump: number;
|
40
|
+
};
|
41
|
+
}
|
42
|
+
//# sourceMappingURL=AccountHasher.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AccountHasher.d.ts","sourceRoot":"","sources":["../../../src/types/types/AccountHasher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAE3C,OAAO,KAAK,KAAK,MAAM,UAAU,CAAA;AAGjC,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,UAAU,CAAC,CAAA;IAC9B,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,SAAS,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAA;IAC5B,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;CACb;AAED,qBAAa,aAAa;IACxB,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,CAAA;IACjC,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAA;IACzB,QAAQ,CAAC,OAAO,EAAE,SAAS,CAAA;IAC3B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAA;gBAET,MAAM,EAAE,mBAAmB;IAOvC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,MAAM;IAa/B,MAAM,CAAC,WAAW,CAAC,GAAG,EAAE,GAAG;IAa3B,MAAM,CAAC,WAAW,CAAC,MAAM,EAAE,mBAAmB;;;;;;;;IAS9C,MAAM,IAAI,iBAAiB;IAS3B,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,iBAAiB,GAAG,aAAa;IAStD,WAAW;;;;;;;;CAGZ"}
|
@@ -0,0 +1,83 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
exports.AccountHasher = void 0;
|
27
|
+
const web3_js_1 = require("@solana/web3.js"); // eslint-disable-line @typescript-eslint/no-unused-vars
|
28
|
+
const types = __importStar(require("../types")); // eslint-disable-line @typescript-eslint/no-unused-vars
|
29
|
+
const borsh = __importStar(require("@coral-xyz/borsh"));
|
30
|
+
class AccountHasher {
|
31
|
+
constructor(fields) {
|
32
|
+
this.seeds = fields.seeds.map((item) => new types.Seed({ ...item }));
|
33
|
+
this.insertAt = fields.insertAt;
|
34
|
+
this.program = fields.program;
|
35
|
+
this.bump = fields.bump;
|
36
|
+
}
|
37
|
+
static layout(property) {
|
38
|
+
return borsh.struct([
|
39
|
+
borsh.vec(types.Seed.layout(), "seeds"),
|
40
|
+
borsh.u8("insertAt"),
|
41
|
+
borsh.publicKey("program"),
|
42
|
+
borsh.u8("bump"),
|
43
|
+
], property);
|
44
|
+
}
|
45
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
46
|
+
static fromDecoded(obj) {
|
47
|
+
return new AccountHasher({
|
48
|
+
seeds: obj.seeds.map((item /* eslint-disable-line @typescript-eslint/no-explicit-any */) => types.Seed.fromDecoded(item)),
|
49
|
+
insertAt: obj.insertAt,
|
50
|
+
program: obj.program,
|
51
|
+
bump: obj.bump,
|
52
|
+
});
|
53
|
+
}
|
54
|
+
static toEncodable(fields) {
|
55
|
+
return {
|
56
|
+
seeds: fields.seeds.map((item) => types.Seed.toEncodable(item)),
|
57
|
+
insertAt: fields.insertAt,
|
58
|
+
program: fields.program,
|
59
|
+
bump: fields.bump,
|
60
|
+
};
|
61
|
+
}
|
62
|
+
toJSON() {
|
63
|
+
return {
|
64
|
+
seeds: this.seeds.map((item) => item.toJSON()),
|
65
|
+
insertAt: this.insertAt,
|
66
|
+
program: this.program.toString(),
|
67
|
+
bump: this.bump,
|
68
|
+
};
|
69
|
+
}
|
70
|
+
static fromJSON(obj) {
|
71
|
+
return new AccountHasher({
|
72
|
+
seeds: obj.seeds.map((item) => types.Seed.fromJSON(item)),
|
73
|
+
insertAt: obj.insertAt,
|
74
|
+
program: new web3_js_1.PublicKey(obj.program),
|
75
|
+
bump: obj.bump,
|
76
|
+
});
|
77
|
+
}
|
78
|
+
toEncodable() {
|
79
|
+
return AccountHasher.toEncodable(this);
|
80
|
+
}
|
81
|
+
}
|
82
|
+
exports.AccountHasher = AccountHasher;
|
83
|
+
//# sourceMappingURL=AccountHasher.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AccountHasher.js","sourceRoot":"","sources":["../../../src/types/types/AccountHasher.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA2C,CAAC,wDAAwD;AAEpG,gDAAiC,CAAC,wDAAwD;AAC1F,wDAAyC;AAgBzC,MAAa,aAAa;IAMxB,YAAY,MAA2B;QACrC,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,EAAE,GAAG,IAAI,EAAE,CAAC,CAAC,CAAA;QACpE,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAA;QAC/B,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC,OAAO,CAAA;QAC7B,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAA;IACzB,CAAC;IAED,MAAM,CAAC,MAAM,CAAC,QAAiB;QAC7B,OAAO,KAAK,CAAC,MAAM,CACjB;YACE,KAAK,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE,OAAO,CAAC;YACvC,KAAK,CAAC,EAAE,CAAC,UAAU,CAAC;YACpB,KAAK,CAAC,SAAS,CAAC,SAAS,CAAC;YAC1B,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC;SACjB,EACD,QAAQ,CACT,CAAA;IACH,CAAC;IAED,8DAA8D;IAC9D,MAAM,CAAC,WAAW,CAAC,GAAQ;QACzB,OAAO,IAAI,aAAa,CAAC;YACvB,KAAK,EAAE,GAAG,CAAC,KAAK,CAAC,GAAG,CAClB,CACE,IAAS,CAAC,4DAA4D,EACtE,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAClC;YACD,QAAQ,EAAE,GAAG,CAAC,QAAQ;YACtB,OAAO,EAAE,GAAG,CAAC,OAAO;YACpB,IAAI,EAAE,GAAG,CAAC,IAAI;SACf,CAAC,CAAA;IACJ,CAAC;IAED,MAAM,CAAC,WAAW,CAAC,MAA2B;QAC5C,OAAO;YACL,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;YAC/D,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,OAAO,EAAE,MAAM,CAAC,OAAO;YACvB,IAAI,EAAE,MAAM,CAAC,IAAI;SAClB,CAAA;IACH,CAAC;IAED,MAAM;QACJ,OAAO;YACL,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;YAC9C,QAAQ,EAAE,IAAI,CAAC,QAAQ;YACvB,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE;YAChC,IAAI,EAAE,IAAI,CAAC,IAAI;SAChB,CAAA;IACH,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,GAAsB;QACpC,OAAO,IAAI,aAAa,CAAC;YACvB,KAAK,EAAE,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YACzD,QAAQ,EAAE,GAAG,CAAC,QAAQ;YACtB,OAAO,EAAE,IAAI,mBAAS,CAAC,GAAG,CAAC,OAAO,CAAC;YACnC,IAAI,EAAE,GAAG,CAAC,IAAI;SACf,CAAC,CAAA;IACJ,CAAC;IAED,WAAW;QACT,OAAO,aAAa,CAAC,WAAW,CAAC,IAAI,CAAC,CAAA;IACxC,CAAC;CACF;AArED,sCAqEC"}
|
@@ -0,0 +1,84 @@
|
|
1
|
+
import * as types from "../types";
|
2
|
+
import * as borsh from "@coral-xyz/borsh";
|
3
|
+
export interface MintingOutJSON {
|
4
|
+
kind: "MintingOut";
|
5
|
+
}
|
6
|
+
export declare class MintingOut {
|
7
|
+
static readonly discriminator = 0;
|
8
|
+
static readonly kind = "MintingOut";
|
9
|
+
readonly discriminator = 0;
|
10
|
+
readonly kind = "MintingOut";
|
11
|
+
toJSON(): MintingOutJSON;
|
12
|
+
toEncodable(): {
|
13
|
+
MintingOut: {};
|
14
|
+
};
|
15
|
+
}
|
16
|
+
export type SupplyFields = {
|
17
|
+
limit: number;
|
18
|
+
};
|
19
|
+
export type SupplyValue = {
|
20
|
+
limit: number;
|
21
|
+
};
|
22
|
+
export interface SupplyJSON {
|
23
|
+
kind: "Supply";
|
24
|
+
value: {
|
25
|
+
limit: number;
|
26
|
+
};
|
27
|
+
}
|
28
|
+
export declare class Supply {
|
29
|
+
static readonly discriminator = 1;
|
30
|
+
static readonly kind = "Supply";
|
31
|
+
readonly discriminator = 1;
|
32
|
+
readonly kind = "Supply";
|
33
|
+
readonly value: SupplyValue;
|
34
|
+
constructor(value: SupplyFields);
|
35
|
+
toJSON(): SupplyJSON;
|
36
|
+
toEncodable(): {
|
37
|
+
Supply: {
|
38
|
+
limit: number;
|
39
|
+
};
|
40
|
+
};
|
41
|
+
}
|
42
|
+
export type HoursFields = {
|
43
|
+
hours: number;
|
44
|
+
};
|
45
|
+
export type HoursValue = {
|
46
|
+
hours: number;
|
47
|
+
};
|
48
|
+
export interface HoursJSON {
|
49
|
+
kind: "Hours";
|
50
|
+
value: {
|
51
|
+
hours: number;
|
52
|
+
};
|
53
|
+
}
|
54
|
+
export declare class Hours {
|
55
|
+
static readonly discriminator = 2;
|
56
|
+
static readonly kind = "Hours";
|
57
|
+
readonly discriminator = 2;
|
58
|
+
readonly kind = "Hours";
|
59
|
+
readonly value: HoursValue;
|
60
|
+
constructor(value: HoursFields);
|
61
|
+
toJSON(): HoursJSON;
|
62
|
+
toEncodable(): {
|
63
|
+
Hours: {
|
64
|
+
hours: number;
|
65
|
+
};
|
66
|
+
};
|
67
|
+
}
|
68
|
+
export interface SellingOutJSON {
|
69
|
+
kind: "SellingOut";
|
70
|
+
}
|
71
|
+
export declare class SellingOut {
|
72
|
+
static readonly discriminator = 3;
|
73
|
+
static readonly kind = "SellingOut";
|
74
|
+
readonly discriminator = 3;
|
75
|
+
readonly kind = "SellingOut";
|
76
|
+
toJSON(): SellingOutJSON;
|
77
|
+
toEncodable(): {
|
78
|
+
SellingOut: {};
|
79
|
+
};
|
80
|
+
}
|
81
|
+
export declare function fromDecoded(obj: any): types.ActionAfterKind;
|
82
|
+
export declare function fromJSON(obj: types.ActionAfterJSON): types.ActionAfterKind;
|
83
|
+
export declare function layout(property?: string): borsh.EnumLayout<unknown>;
|
84
|
+
//# sourceMappingURL=ActionAfter.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ActionAfter.d.ts","sourceRoot":"","sources":["../../../src/types/types/ActionAfter.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAA;AACjC,OAAO,KAAK,KAAK,MAAM,kBAAkB,CAAA;AAEzC,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,YAAY,CAAA;CACnB;AAED,qBAAa,UAAU;IACrB,MAAM,CAAC,QAAQ,CAAC,aAAa,KAAI;IACjC,MAAM,CAAC,QAAQ,CAAC,IAAI,gBAAe;IACnC,QAAQ,CAAC,aAAa,KAAI;IAC1B,QAAQ,CAAC,IAAI,gBAAe;IAE5B,MAAM,IAAI,cAAc;IAMxB,WAAW;;;CAKZ;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AACD,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,QAAQ,CAAA;IACd,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAA;KACd,CAAA;CACF;AAED,qBAAa,MAAM;IACjB,MAAM,CAAC,QAAQ,CAAC,aAAa,KAAI;IACjC,MAAM,CAAC,QAAQ,CAAC,IAAI,YAAW;IAC/B,QAAQ,CAAC,aAAa,KAAI;IAC1B,QAAQ,CAAC,IAAI,YAAW;IACxB,QAAQ,CAAC,KAAK,EAAE,WAAW,CAAA;gBAEf,KAAK,EAAE,YAAY;IAM/B,MAAM,IAAI,UAAU;IASpB,WAAW;;;;;CAOZ;AAED,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AACD,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,OAAO,CAAA;IACb,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAA;KACd,CAAA;CACF;AAED,qBAAa,KAAK;IAChB,MAAM,CAAC,QAAQ,CAAC,aAAa,KAAI;IACjC,MAAM,CAAC,QAAQ,CAAC,IAAI,WAAU;IAC9B,QAAQ,CAAC,aAAa,KAAI;IAC1B,QAAQ,CAAC,IAAI,WAAU;IACvB,QAAQ,CAAC,KAAK,EAAE,UAAU,CAAA;gBAEd,KAAK,EAAE,WAAW;IAM9B,MAAM,IAAI,SAAS;IASnB,WAAW;;;;;CAOZ;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,YAAY,CAAA;CACnB;AAED,qBAAa,UAAU;IACrB,MAAM,CAAC,QAAQ,CAAC,aAAa,KAAI;IACjC,MAAM,CAAC,QAAQ,CAAC,IAAI,gBAAe;IACnC,QAAQ,CAAC,aAAa,KAAI;IAC1B,QAAQ,CAAC,IAAI,gBAAe;IAE5B,MAAM,IAAI,cAAc;IAMxB,WAAW;;;CAKZ;AAGD,wBAAgB,WAAW,CAAC,GAAG,EAAE,GAAG,GAAG,KAAK,CAAC,eAAe,CAyB3D;AAED,wBAAgB,QAAQ,CAAC,GAAG,EAAE,KAAK,CAAC,eAAe,GAAG,KAAK,CAAC,eAAe,CAmB1E;AAED,wBAAgB,MAAM,CAAC,QAAQ,CAAC,EAAE,MAAM,6BAWvC"}
|
@@ -0,0 +1,180 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
exports.SellingOut = exports.Hours = exports.Supply = exports.MintingOut = void 0;
|
27
|
+
exports.fromDecoded = fromDecoded;
|
28
|
+
exports.fromJSON = fromJSON;
|
29
|
+
exports.layout = layout;
|
30
|
+
const borsh = __importStar(require("@coral-xyz/borsh"));
|
31
|
+
class MintingOut {
|
32
|
+
constructor() {
|
33
|
+
this.discriminator = 0;
|
34
|
+
this.kind = "MintingOut";
|
35
|
+
}
|
36
|
+
toJSON() {
|
37
|
+
return {
|
38
|
+
kind: "MintingOut",
|
39
|
+
};
|
40
|
+
}
|
41
|
+
toEncodable() {
|
42
|
+
return {
|
43
|
+
MintingOut: {},
|
44
|
+
};
|
45
|
+
}
|
46
|
+
}
|
47
|
+
exports.MintingOut = MintingOut;
|
48
|
+
MintingOut.discriminator = 0;
|
49
|
+
MintingOut.kind = "MintingOut";
|
50
|
+
class Supply {
|
51
|
+
constructor(value) {
|
52
|
+
this.discriminator = 1;
|
53
|
+
this.kind = "Supply";
|
54
|
+
this.value = {
|
55
|
+
limit: value.limit,
|
56
|
+
};
|
57
|
+
}
|
58
|
+
toJSON() {
|
59
|
+
return {
|
60
|
+
kind: "Supply",
|
61
|
+
value: {
|
62
|
+
limit: this.value.limit,
|
63
|
+
},
|
64
|
+
};
|
65
|
+
}
|
66
|
+
toEncodable() {
|
67
|
+
return {
|
68
|
+
Supply: {
|
69
|
+
limit: this.value.limit,
|
70
|
+
},
|
71
|
+
};
|
72
|
+
}
|
73
|
+
}
|
74
|
+
exports.Supply = Supply;
|
75
|
+
Supply.discriminator = 1;
|
76
|
+
Supply.kind = "Supply";
|
77
|
+
class Hours {
|
78
|
+
constructor(value) {
|
79
|
+
this.discriminator = 2;
|
80
|
+
this.kind = "Hours";
|
81
|
+
this.value = {
|
82
|
+
hours: value.hours,
|
83
|
+
};
|
84
|
+
}
|
85
|
+
toJSON() {
|
86
|
+
return {
|
87
|
+
kind: "Hours",
|
88
|
+
value: {
|
89
|
+
hours: this.value.hours,
|
90
|
+
},
|
91
|
+
};
|
92
|
+
}
|
93
|
+
toEncodable() {
|
94
|
+
return {
|
95
|
+
Hours: {
|
96
|
+
hours: this.value.hours,
|
97
|
+
},
|
98
|
+
};
|
99
|
+
}
|
100
|
+
}
|
101
|
+
exports.Hours = Hours;
|
102
|
+
Hours.discriminator = 2;
|
103
|
+
Hours.kind = "Hours";
|
104
|
+
class SellingOut {
|
105
|
+
constructor() {
|
106
|
+
this.discriminator = 3;
|
107
|
+
this.kind = "SellingOut";
|
108
|
+
}
|
109
|
+
toJSON() {
|
110
|
+
return {
|
111
|
+
kind: "SellingOut",
|
112
|
+
};
|
113
|
+
}
|
114
|
+
toEncodable() {
|
115
|
+
return {
|
116
|
+
SellingOut: {},
|
117
|
+
};
|
118
|
+
}
|
119
|
+
}
|
120
|
+
exports.SellingOut = SellingOut;
|
121
|
+
SellingOut.discriminator = 3;
|
122
|
+
SellingOut.kind = "SellingOut";
|
123
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
124
|
+
function fromDecoded(obj) {
|
125
|
+
if (typeof obj !== "object") {
|
126
|
+
throw new Error("Invalid enum object");
|
127
|
+
}
|
128
|
+
if ("MintingOut" in obj) {
|
129
|
+
return new MintingOut();
|
130
|
+
}
|
131
|
+
if ("Supply" in obj) {
|
132
|
+
const val = obj["Supply"];
|
133
|
+
return new Supply({
|
134
|
+
limit: val["limit"],
|
135
|
+
});
|
136
|
+
}
|
137
|
+
if ("Hours" in obj) {
|
138
|
+
const val = obj["Hours"];
|
139
|
+
return new Hours({
|
140
|
+
hours: val["hours"],
|
141
|
+
});
|
142
|
+
}
|
143
|
+
if ("SellingOut" in obj) {
|
144
|
+
return new SellingOut();
|
145
|
+
}
|
146
|
+
throw new Error("Invalid enum object");
|
147
|
+
}
|
148
|
+
function fromJSON(obj) {
|
149
|
+
switch (obj.kind) {
|
150
|
+
case "MintingOut": {
|
151
|
+
return new MintingOut();
|
152
|
+
}
|
153
|
+
case "Supply": {
|
154
|
+
return new Supply({
|
155
|
+
limit: obj.value.limit,
|
156
|
+
});
|
157
|
+
}
|
158
|
+
case "Hours": {
|
159
|
+
return new Hours({
|
160
|
+
hours: obj.value.hours,
|
161
|
+
});
|
162
|
+
}
|
163
|
+
case "SellingOut": {
|
164
|
+
return new SellingOut();
|
165
|
+
}
|
166
|
+
}
|
167
|
+
}
|
168
|
+
function layout(property) {
|
169
|
+
const ret = borsh.rustEnum([
|
170
|
+
borsh.struct([], "MintingOut"),
|
171
|
+
borsh.struct([borsh.u32("limit")], "Supply"),
|
172
|
+
borsh.struct([borsh.u16("hours")], "Hours"),
|
173
|
+
borsh.struct([], "SellingOut"),
|
174
|
+
]);
|
175
|
+
if (property !== undefined) {
|
176
|
+
return ret.replicate(property);
|
177
|
+
}
|
178
|
+
return ret;
|
179
|
+
}
|
180
|
+
//# sourceMappingURL=ActionAfter.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ActionAfter.js","sourceRoot":"","sources":["../../../src/types/types/ActionAfter.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import * as types from "../types";
|
2
|
+
export interface AllowedCurrencyArgsFields {
|
3
|
+
id: number;
|
4
|
+
}
|
5
|
+
export interface AllowedCurrencyArgsJSON {
|
6
|
+
id: number;
|
7
|
+
}
|
8
|
+
export declare class AllowedCurrencyArgs {
|
9
|
+
readonly id: number;
|
10
|
+
constructor(fields: AllowedCurrencyArgsFields);
|
11
|
+
static layout(property?: string): any;
|
12
|
+
static fromDecoded(obj: any): types.AllowedCurrencyArgs;
|
13
|
+
static toEncodable(fields: AllowedCurrencyArgsFields): {
|
14
|
+
id: number;
|
15
|
+
};
|
16
|
+
toJSON(): AllowedCurrencyArgsJSON;
|
17
|
+
static fromJSON(obj: AllowedCurrencyArgsJSON): AllowedCurrencyArgs;
|
18
|
+
toEncodable(): {
|
19
|
+
id: number;
|
20
|
+
};
|
21
|
+
}
|
22
|
+
//# sourceMappingURL=AllowedCurrencyArgs.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AllowedCurrencyArgs.d.ts","sourceRoot":"","sources":["../../../src/types/types/AllowedCurrencyArgs.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAA;AAGjC,MAAM,WAAW,yBAAyB;IACxC,EAAE,EAAE,MAAM,CAAA;CACX;AAED,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAA;CACX;AAED,qBAAa,mBAAmB;IAC9B,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAA;gBAEP,MAAM,EAAE,yBAAyB;IAI7C,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,MAAM;IAK/B,MAAM,CAAC,WAAW,CAAC,GAAG,EAAE,GAAG;IAM3B,MAAM,CAAC,WAAW,CAAC,MAAM,EAAE,yBAAyB;;;IAMpD,MAAM,IAAI,uBAAuB;IAMjC,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,uBAAuB,GAAG,mBAAmB;IAMlE,WAAW;;;CAGZ"}
|
@@ -0,0 +1,61 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
exports.AllowedCurrencyArgs = void 0;
|
27
|
+
const borsh = __importStar(require("@coral-xyz/borsh"));
|
28
|
+
class AllowedCurrencyArgs {
|
29
|
+
constructor(fields) {
|
30
|
+
this.id = fields.id;
|
31
|
+
}
|
32
|
+
static layout(property) {
|
33
|
+
return borsh.struct([borsh.u16("id")], property);
|
34
|
+
}
|
35
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
36
|
+
static fromDecoded(obj) {
|
37
|
+
return new AllowedCurrencyArgs({
|
38
|
+
id: obj.id,
|
39
|
+
});
|
40
|
+
}
|
41
|
+
static toEncodable(fields) {
|
42
|
+
return {
|
43
|
+
id: fields.id,
|
44
|
+
};
|
45
|
+
}
|
46
|
+
toJSON() {
|
47
|
+
return {
|
48
|
+
id: this.id,
|
49
|
+
};
|
50
|
+
}
|
51
|
+
static fromJSON(obj) {
|
52
|
+
return new AllowedCurrencyArgs({
|
53
|
+
id: obj.id,
|
54
|
+
});
|
55
|
+
}
|
56
|
+
toEncodable() {
|
57
|
+
return AllowedCurrencyArgs.toEncodable(this);
|
58
|
+
}
|
59
|
+
}
|
60
|
+
exports.AllowedCurrencyArgs = AllowedCurrencyArgs;
|
61
|
+
//# sourceMappingURL=AllowedCurrencyArgs.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AllowedCurrencyArgs.js","sourceRoot":"","sources":["../../../src/types/types/AllowedCurrencyArgs.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wDAAyC;AAUzC,MAAa,mBAAmB;IAG9B,YAAY,MAAiC;QAC3C,IAAI,CAAC,EAAE,GAAG,MAAM,CAAC,EAAE,CAAA;IACrB,CAAC;IAED,MAAM,CAAC,MAAM,CAAC,QAAiB;QAC7B,OAAO,KAAK,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAA;IAClD,CAAC;IAED,8DAA8D;IAC9D,MAAM,CAAC,WAAW,CAAC,GAAQ;QACzB,OAAO,IAAI,mBAAmB,CAAC;YAC7B,EAAE,EAAE,GAAG,CAAC,EAAE;SACX,CAAC,CAAA;IACJ,CAAC;IAED,MAAM,CAAC,WAAW,CAAC,MAAiC;QAClD,OAAO;YACL,EAAE,EAAE,MAAM,CAAC,EAAE;SACd,CAAA;IACH,CAAC;IAED,MAAM;QACJ,OAAO;YACL,EAAE,EAAE,IAAI,CAAC,EAAE;SACZ,CAAA;IACH,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,GAA4B;QAC1C,OAAO,IAAI,mBAAmB,CAAC;YAC7B,EAAE,EAAE,GAAG,CAAC,EAAE;SACX,CAAC,CAAA;IACJ,CAAC;IAED,WAAW;QACT,OAAO,mBAAmB,CAAC,WAAW,CAAC,IAAI,CAAC,CAAA;IAC9C,CAAC;CACF;AAvCD,kDAuCC"}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import * as types from "../types";
|
2
|
+
import * as borsh from "@coral-xyz/borsh";
|
3
|
+
export interface IPGateJSON {
|
4
|
+
kind: "IPGate";
|
5
|
+
}
|
6
|
+
export declare class IPGate {
|
7
|
+
static readonly discriminator = 0;
|
8
|
+
static readonly kind = "IPGate";
|
9
|
+
readonly discriminator = 0;
|
10
|
+
readonly kind = "IPGate";
|
11
|
+
toJSON(): IPGateJSON;
|
12
|
+
toEncodable(): {
|
13
|
+
IPGate: {};
|
14
|
+
};
|
15
|
+
}
|
16
|
+
export interface BiometricsGateJSON {
|
17
|
+
kind: "BiometricsGate";
|
18
|
+
}
|
19
|
+
export declare class BiometricsGate {
|
20
|
+
static readonly discriminator = 1;
|
21
|
+
static readonly kind = "BiometricsGate";
|
22
|
+
readonly discriminator = 1;
|
23
|
+
readonly kind = "BiometricsGate";
|
24
|
+
toJSON(): BiometricsGateJSON;
|
25
|
+
toEncodable(): {
|
26
|
+
BiometricsGate: {};
|
27
|
+
};
|
28
|
+
}
|
29
|
+
export declare function fromDecoded(obj: any): types.AuthorityGateTypesKind;
|
30
|
+
export declare function fromJSON(obj: types.AuthorityGateTypesJSON): types.AuthorityGateTypesKind;
|
31
|
+
export declare function layout(property?: string): borsh.EnumLayout<unknown>;
|
32
|
+
//# sourceMappingURL=AuthorityGateTypes.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AuthorityGateTypes.d.ts","sourceRoot":"","sources":["../../../src/types/types/AuthorityGateTypes.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAA;AACjC,OAAO,KAAK,KAAK,MAAM,kBAAkB,CAAA;AAEzC,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,QAAQ,CAAA;CACf;AAED,qBAAa,MAAM;IACjB,MAAM,CAAC,QAAQ,CAAC,aAAa,KAAI;IACjC,MAAM,CAAC,QAAQ,CAAC,IAAI,YAAW;IAC/B,QAAQ,CAAC,aAAa,KAAI;IAC1B,QAAQ,CAAC,IAAI,YAAW;IAExB,MAAM,IAAI,UAAU;IAMpB,WAAW;;;CAKZ;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,gBAAgB,CAAA;CACvB;AAED,qBAAa,cAAc;IACzB,MAAM,CAAC,QAAQ,CAAC,aAAa,KAAI;IACjC,MAAM,CAAC,QAAQ,CAAC,IAAI,oBAAmB;IACvC,QAAQ,CAAC,aAAa,KAAI;IAC1B,QAAQ,CAAC,IAAI,oBAAmB;IAEhC,MAAM,IAAI,kBAAkB;IAM5B,WAAW;;;CAKZ;AAGD,wBAAgB,WAAW,CAAC,GAAG,EAAE,GAAG,GAAG,KAAK,CAAC,sBAAsB,CAalE;AAED,wBAAgB,QAAQ,CACtB,GAAG,EAAE,KAAK,CAAC,sBAAsB,GAChC,KAAK,CAAC,sBAAsB,CAS9B;AAED,wBAAgB,MAAM,CAAC,QAAQ,CAAC,EAAE,MAAM,6BASvC"}
|