@macalinao/clients-mpl-core 0.0.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -1
- package/dist/generated/accounts/assetV1.d.ts +36 -0
- package/dist/generated/accounts/assetV1.d.ts.map +1 -0
- package/dist/generated/accounts/assetV1.js +53 -0
- package/dist/generated/accounts/assetV1.js.map +1 -0
- package/dist/generated/accounts/collectionV1.d.ts +35 -0
- package/dist/generated/accounts/collectionV1.d.ts.map +1 -0
- package/dist/generated/accounts/collectionV1.js +52 -0
- package/dist/generated/accounts/collectionV1.js.map +1 -0
- package/dist/generated/accounts/groupV1.d.ts +39 -0
- package/dist/generated/accounts/groupV1.d.ts.map +1 -0
- package/dist/generated/accounts/groupV1.js +56 -0
- package/dist/generated/accounts/groupV1.js.map +1 -0
- package/dist/generated/accounts/hashedAssetV1.d.ts +27 -0
- package/dist/generated/accounts/hashedAssetV1.d.ts.map +1 -0
- package/dist/generated/accounts/hashedAssetV1.js +38 -0
- package/dist/generated/accounts/hashedAssetV1.js.map +1 -0
- package/dist/generated/accounts/index.d.ts +6 -0
- package/dist/generated/accounts/pluginHeaderV1.d.ts +27 -0
- package/dist/generated/accounts/pluginHeaderV1.d.ts.map +1 -0
- package/dist/generated/accounts/pluginHeaderV1.js +38 -0
- package/dist/generated/accounts/pluginHeaderV1.js.map +1 -0
- package/dist/generated/accounts/pluginRegistryV1.d.ts +31 -0
- package/dist/generated/accounts/pluginRegistryV1.d.ts.map +1 -0
- package/dist/generated/accounts/pluginRegistryV1.js +48 -0
- package/dist/generated/accounts/pluginRegistryV1.js.map +1 -0
- package/dist/generated/errors/index.d.ts +1 -0
- package/dist/generated/errors/mplCoreProgram.d.ts +131 -0
- package/dist/generated/errors/mplCoreProgram.d.ts.map +1 -0
- package/dist/generated/errors/mplCoreProgram.js +188 -0
- package/dist/generated/errors/mplCoreProgram.js.map +1 -0
- package/dist/generated/index.d.ts +167 -0
- package/dist/generated/instructions/addAssetsToGroupV1.d.ts +46 -0
- package/dist/generated/instructions/addAssetsToGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/addAssetsToGroupV1.js +85 -0
- package/dist/generated/instructions/addAssetsToGroupV1.js.map +1 -0
- package/dist/generated/instructions/addCollectionExternalPluginAdapterV1.d.ts +49 -0
- package/dist/generated/instructions/addCollectionExternalPluginAdapterV1.d.ts.map +1 -0
- package/dist/generated/instructions/addCollectionExternalPluginAdapterV1.js +91 -0
- package/dist/generated/instructions/addCollectionExternalPluginAdapterV1.js.map +1 -0
- package/dist/generated/instructions/addCollectionPluginV1.d.ts +49 -0
- package/dist/generated/instructions/addCollectionPluginV1.d.ts.map +1 -0
- package/dist/generated/instructions/addCollectionPluginV1.js +91 -0
- package/dist/generated/instructions/addCollectionPluginV1.js.map +1 -0
- package/dist/generated/instructions/addCollectionsToGroupV1.d.ts +46 -0
- package/dist/generated/instructions/addCollectionsToGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/addCollectionsToGroupV1.js +85 -0
- package/dist/generated/instructions/addCollectionsToGroupV1.js.map +1 -0
- package/dist/generated/instructions/addExternalPluginAdapterV1.d.ts +52 -0
- package/dist/generated/instructions/addExternalPluginAdapterV1.d.ts.map +1 -0
- package/dist/generated/instructions/addExternalPluginAdapterV1.js +97 -0
- package/dist/generated/instructions/addExternalPluginAdapterV1.js.map +1 -0
- package/dist/generated/instructions/addGroupsToGroupV1.d.ts +46 -0
- package/dist/generated/instructions/addGroupsToGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/addGroupsToGroupV1.js +85 -0
- package/dist/generated/instructions/addGroupsToGroupV1.js.map +1 -0
- package/dist/generated/instructions/addPluginV1.d.ts +52 -0
- package/dist/generated/instructions/addPluginV1.d.ts.map +1 -0
- package/dist/generated/instructions/addPluginV1.js +97 -0
- package/dist/generated/instructions/addPluginV1.js.map +1 -0
- package/dist/generated/instructions/approveCollectionPluginAuthorityV1.d.ts +49 -0
- package/dist/generated/instructions/approveCollectionPluginAuthorityV1.d.ts.map +1 -0
- package/dist/generated/instructions/approveCollectionPluginAuthorityV1.js +91 -0
- package/dist/generated/instructions/approveCollectionPluginAuthorityV1.js.map +1 -0
- package/dist/generated/instructions/approvePluginAuthorityV1.d.ts +52 -0
- package/dist/generated/instructions/approvePluginAuthorityV1.d.ts.map +1 -0
- package/dist/generated/instructions/approvePluginAuthorityV1.js +97 -0
- package/dist/generated/instructions/approvePluginAuthorityV1.js.map +1 -0
- package/dist/generated/instructions/burnCollectionV1.d.ts +46 -0
- package/dist/generated/instructions/burnCollectionV1.d.ts.map +1 -0
- package/dist/generated/instructions/burnCollectionV1.js +84 -0
- package/dist/generated/instructions/burnCollectionV1.js.map +1 -0
- package/dist/generated/instructions/burnV1.d.ts +52 -0
- package/dist/generated/instructions/burnV1.d.ts.map +1 -0
- package/dist/generated/instructions/burnV1.js +96 -0
- package/dist/generated/instructions/burnV1.js.map +1 -0
- package/dist/generated/instructions/closeGroupV1.d.ts +43 -0
- package/dist/generated/instructions/closeGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/closeGroupV1.js +78 -0
- package/dist/generated/instructions/closeGroupV1.js.map +1 -0
- package/dist/generated/instructions/collect.d.ts +35 -0
- package/dist/generated/instructions/collect.d.ts.map +1 -0
- package/dist/generated/instructions/collect.js +63 -0
- package/dist/generated/instructions/collect.js.map +1 -0
- package/dist/generated/instructions/compressV1.d.ts +52 -0
- package/dist/generated/instructions/compressV1.d.ts.map +1 -0
- package/dist/generated/instructions/compressV1.js +97 -0
- package/dist/generated/instructions/compressV1.js.map +1 -0
- package/dist/generated/instructions/createCollectionV1.d.ts +46 -0
- package/dist/generated/instructions/createCollectionV1.d.ts.map +1 -0
- package/dist/generated/instructions/createCollectionV1.js +85 -0
- package/dist/generated/instructions/createCollectionV1.js.map +1 -0
- package/dist/generated/instructions/createCollectionV2.d.ts +46 -0
- package/dist/generated/instructions/createCollectionV2.d.ts.map +1 -0
- package/dist/generated/instructions/createCollectionV2.js +85 -0
- package/dist/generated/instructions/createCollectionV2.js.map +1 -0
- package/dist/generated/instructions/createGroupV1.d.ts +46 -0
- package/dist/generated/instructions/createGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/createGroupV1.js +85 -0
- package/dist/generated/instructions/createGroupV1.js.map +1 -0
- package/dist/generated/instructions/createV1.d.ts +58 -0
- package/dist/generated/instructions/createV1.d.ts.map +1 -0
- package/dist/generated/instructions/createV1.js +109 -0
- package/dist/generated/instructions/createV1.js.map +1 -0
- package/dist/generated/instructions/createV2.d.ts +58 -0
- package/dist/generated/instructions/createV2.d.ts.map +1 -0
- package/dist/generated/instructions/createV2.js +109 -0
- package/dist/generated/instructions/createV2.js.map +1 -0
- package/dist/generated/instructions/decompressV1.d.ts +52 -0
- package/dist/generated/instructions/decompressV1.d.ts.map +1 -0
- package/dist/generated/instructions/decompressV1.js +97 -0
- package/dist/generated/instructions/decompressV1.js.map +1 -0
- package/dist/generated/instructions/executeV1.d.ts +75 -0
- package/dist/generated/instructions/executeV1.d.ts.map +1 -0
- package/dist/generated/instructions/executeV1.js +162 -0
- package/dist/generated/instructions/executeV1.js.map +1 -0
- package/dist/generated/instructions/index.d.ts +42 -0
- package/dist/generated/instructions/removeAssetsFromGroupV1.d.ts +46 -0
- package/dist/generated/instructions/removeAssetsFromGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/removeAssetsFromGroupV1.js +85 -0
- package/dist/generated/instructions/removeAssetsFromGroupV1.js.map +1 -0
- package/dist/generated/instructions/removeCollectionExternalPluginAdapterV1.d.ts +49 -0
- package/dist/generated/instructions/removeCollectionExternalPluginAdapterV1.d.ts.map +1 -0
- package/dist/generated/instructions/removeCollectionExternalPluginAdapterV1.js +91 -0
- package/dist/generated/instructions/removeCollectionExternalPluginAdapterV1.js.map +1 -0
- package/dist/generated/instructions/removeCollectionPluginV1.d.ts +49 -0
- package/dist/generated/instructions/removeCollectionPluginV1.d.ts.map +1 -0
- package/dist/generated/instructions/removeCollectionPluginV1.js +91 -0
- package/dist/generated/instructions/removeCollectionPluginV1.js.map +1 -0
- package/dist/generated/instructions/removeCollectionsFromGroupV1.d.ts +46 -0
- package/dist/generated/instructions/removeCollectionsFromGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/removeCollectionsFromGroupV1.js +85 -0
- package/dist/generated/instructions/removeCollectionsFromGroupV1.js.map +1 -0
- package/dist/generated/instructions/removeExternalPluginAdapterV1.d.ts +52 -0
- package/dist/generated/instructions/removeExternalPluginAdapterV1.d.ts.map +1 -0
- package/dist/generated/instructions/removeExternalPluginAdapterV1.js +97 -0
- package/dist/generated/instructions/removeExternalPluginAdapterV1.js.map +1 -0
- package/dist/generated/instructions/removeGroupsFromGroupV1.d.ts +46 -0
- package/dist/generated/instructions/removeGroupsFromGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/removeGroupsFromGroupV1.js +85 -0
- package/dist/generated/instructions/removeGroupsFromGroupV1.js.map +1 -0
- package/dist/generated/instructions/removePluginV1.d.ts +52 -0
- package/dist/generated/instructions/removePluginV1.d.ts.map +1 -0
- package/dist/generated/instructions/removePluginV1.js +97 -0
- package/dist/generated/instructions/removePluginV1.js.map +1 -0
- package/dist/generated/instructions/revokeCollectionPluginAuthorityV1.d.ts +49 -0
- package/dist/generated/instructions/revokeCollectionPluginAuthorityV1.d.ts.map +1 -0
- package/dist/generated/instructions/revokeCollectionPluginAuthorityV1.js +91 -0
- package/dist/generated/instructions/revokeCollectionPluginAuthorityV1.js.map +1 -0
- package/dist/generated/instructions/revokePluginAuthorityV1.d.ts +52 -0
- package/dist/generated/instructions/revokePluginAuthorityV1.d.ts.map +1 -0
- package/dist/generated/instructions/revokePluginAuthorityV1.js +97 -0
- package/dist/generated/instructions/revokePluginAuthorityV1.js.map +1 -0
- package/dist/generated/instructions/transferV1.d.ts +55 -0
- package/dist/generated/instructions/transferV1.d.ts.map +1 -0
- package/dist/generated/instructions/transferV1.js +102 -0
- package/dist/generated/instructions/transferV1.js.map +1 -0
- package/dist/generated/instructions/updateCollectionExternalPluginAdapterV1.d.ts +49 -0
- package/dist/generated/instructions/updateCollectionExternalPluginAdapterV1.d.ts.map +1 -0
- package/dist/generated/instructions/updateCollectionExternalPluginAdapterV1.js +91 -0
- package/dist/generated/instructions/updateCollectionExternalPluginAdapterV1.js.map +1 -0
- package/dist/generated/instructions/updateCollectionInfoV1.d.ts +40 -0
- package/dist/generated/instructions/updateCollectionInfoV1.d.ts.map +1 -0
- package/dist/generated/instructions/updateCollectionInfoV1.js +65 -0
- package/dist/generated/instructions/updateCollectionInfoV1.js.map +1 -0
- package/dist/generated/instructions/updateCollectionPluginV1.d.ts +49 -0
- package/dist/generated/instructions/updateCollectionPluginV1.d.ts.map +1 -0
- package/dist/generated/instructions/updateCollectionPluginV1.js +91 -0
- package/dist/generated/instructions/updateCollectionPluginV1.js.map +1 -0
- package/dist/generated/instructions/updateCollectionV1.d.ts +52 -0
- package/dist/generated/instructions/updateCollectionV1.d.ts.map +1 -0
- package/dist/generated/instructions/updateCollectionV1.js +97 -0
- package/dist/generated/instructions/updateCollectionV1.js.map +1 -0
- package/dist/generated/instructions/updateExternalPluginAdapterV1.d.ts +52 -0
- package/dist/generated/instructions/updateExternalPluginAdapterV1.d.ts.map +1 -0
- package/dist/generated/instructions/updateExternalPluginAdapterV1.js +97 -0
- package/dist/generated/instructions/updateExternalPluginAdapterV1.js.map +1 -0
- package/dist/generated/instructions/updateGroupV1.d.ts +49 -0
- package/dist/generated/instructions/updateGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/updateGroupV1.js +91 -0
- package/dist/generated/instructions/updateGroupV1.js.map +1 -0
- package/dist/generated/instructions/updatePluginV1.d.ts +52 -0
- package/dist/generated/instructions/updatePluginV1.d.ts.map +1 -0
- package/dist/generated/instructions/updatePluginV1.js +97 -0
- package/dist/generated/instructions/updatePluginV1.js.map +1 -0
- package/dist/generated/instructions/updateV1.d.ts +52 -0
- package/dist/generated/instructions/updateV1.d.ts.map +1 -0
- package/dist/generated/instructions/updateV1.js +97 -0
- package/dist/generated/instructions/updateV1.js.map +1 -0
- package/dist/generated/instructions/updateV2.d.ts +55 -0
- package/dist/generated/instructions/updateV2.d.ts.map +1 -0
- package/dist/generated/instructions/updateV2.js +103 -0
- package/dist/generated/instructions/updateV2.js.map +1 -0
- package/dist/generated/instructions/writeCollectionExternalPluginAdapterDataV1.d.ts +52 -0
- package/dist/generated/instructions/writeCollectionExternalPluginAdapterDataV1.d.ts.map +1 -0
- package/dist/generated/instructions/writeCollectionExternalPluginAdapterDataV1.js +97 -0
- package/dist/generated/instructions/writeCollectionExternalPluginAdapterDataV1.js.map +1 -0
- package/dist/generated/instructions/writeExternalPluginAdapterDataV1.d.ts +55 -0
- package/dist/generated/instructions/writeExternalPluginAdapterDataV1.d.ts.map +1 -0
- package/dist/generated/instructions/writeExternalPluginAdapterDataV1.js +103 -0
- package/dist/generated/instructions/writeExternalPluginAdapterDataV1.js.map +1 -0
- package/dist/generated/pdas/assetSigner.d.ts +14 -0
- package/dist/generated/pdas/assetSigner.d.ts.map +1 -0
- package/dist/generated/pdas/assetSigner.js +14 -0
- package/dist/generated/pdas/assetSigner.js.map +1 -0
- package/dist/generated/pdas/index.d.ts +1 -0
- package/dist/generated/programs/index.d.ts +1 -0
- package/dist/generated/programs/mplCoreProgram.d.ts +263 -0
- package/dist/generated/programs/mplCoreProgram.d.ts.map +1 -0
- package/dist/generated/programs/mplCoreProgram.js +600 -0
- package/dist/generated/programs/mplCoreProgram.js.map +1 -0
- package/dist/generated/types/addAssetsToGroupV1Args.d.ts +11 -0
- package/dist/generated/types/addAssetsToGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/addAssetsToGroupV1Args.js +15 -0
- package/dist/generated/types/addAssetsToGroupV1Args.js.map +1 -0
- package/dist/generated/types/addBlocker.d.ts +11 -0
- package/dist/generated/types/addBlocker.d.ts.map +1 -0
- package/dist/generated/types/addBlocker.js +15 -0
- package/dist/generated/types/addBlocker.js.map +1 -0
- package/dist/generated/types/addCollectionExternalPluginAdapterV1Args.d.ts +16 -0
- package/dist/generated/types/addCollectionExternalPluginAdapterV1Args.d.ts.map +1 -0
- package/dist/generated/types/addCollectionExternalPluginAdapterV1Args.js +16 -0
- package/dist/generated/types/addCollectionExternalPluginAdapterV1Args.js.map +1 -0
- package/dist/generated/types/addCollectionPluginV1Args.d.ts +19 -0
- package/dist/generated/types/addCollectionPluginV1Args.d.ts.map +1 -0
- package/dist/generated/types/addCollectionPluginV1Args.js +17 -0
- package/dist/generated/types/addCollectionPluginV1Args.js.map +1 -0
- package/dist/generated/types/addCollectionsToGroupV1Args.d.ts +11 -0
- package/dist/generated/types/addCollectionsToGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/addCollectionsToGroupV1Args.js +15 -0
- package/dist/generated/types/addCollectionsToGroupV1Args.js.map +1 -0
- package/dist/generated/types/addExternalPluginAdapterV1Args.d.ts +16 -0
- package/dist/generated/types/addExternalPluginAdapterV1Args.d.ts.map +1 -0
- package/dist/generated/types/addExternalPluginAdapterV1Args.js +16 -0
- package/dist/generated/types/addExternalPluginAdapterV1Args.js.map +1 -0
- package/dist/generated/types/addGroupsToGroupV1Args.d.ts +13 -0
- package/dist/generated/types/addGroupsToGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/addGroupsToGroupV1Args.js +15 -0
- package/dist/generated/types/addGroupsToGroupV1Args.js.map +1 -0
- package/dist/generated/types/addPluginV1Args.d.ts +19 -0
- package/dist/generated/types/addPluginV1Args.d.ts.map +1 -0
- package/dist/generated/types/addPluginV1Args.js +17 -0
- package/dist/generated/types/addPluginV1Args.js.map +1 -0
- package/dist/generated/types/agentIdentity.d.ts +13 -0
- package/dist/generated/types/agentIdentity.d.ts.map +1 -0
- package/dist/generated/types/agentIdentity.js +15 -0
- package/dist/generated/types/agentIdentity.js.map +1 -0
- package/dist/generated/types/agentIdentityInitInfo.d.ts +22 -0
- package/dist/generated/types/agentIdentityInitInfo.d.ts.map +1 -0
- package/dist/generated/types/agentIdentityInitInfo.js +26 -0
- package/dist/generated/types/agentIdentityInitInfo.js.map +1 -0
- package/dist/generated/types/agentIdentityUpdateInfo.d.ts +19 -0
- package/dist/generated/types/agentIdentityUpdateInfo.d.ts.map +1 -0
- package/dist/generated/types/agentIdentityUpdateInfo.js +17 -0
- package/dist/generated/types/agentIdentityUpdateInfo.js.map +1 -0
- package/dist/generated/types/appData.d.ts +19 -0
- package/dist/generated/types/appData.d.ts.map +1 -0
- package/dist/generated/types/appData.js +17 -0
- package/dist/generated/types/appData.js.map +1 -0
- package/dist/generated/types/appDataInitInfo.d.ts +21 -0
- package/dist/generated/types/appDataInitInfo.d.ts.map +1 -0
- package/dist/generated/types/appDataInitInfo.js +25 -0
- package/dist/generated/types/appDataInitInfo.js.map +1 -0
- package/dist/generated/types/appDataUpdateInfo.d.ts +16 -0
- package/dist/generated/types/appDataUpdateInfo.d.ts.map +1 -0
- package/dist/generated/types/appDataUpdateInfo.js +16 -0
- package/dist/generated/types/appDataUpdateInfo.js.map +1 -0
- package/dist/generated/types/approveCollectionPluginAuthorityV1Args.d.ts +19 -0
- package/dist/generated/types/approveCollectionPluginAuthorityV1Args.d.ts.map +1 -0
- package/dist/generated/types/approveCollectionPluginAuthorityV1Args.js +17 -0
- package/dist/generated/types/approveCollectionPluginAuthorityV1Args.js.map +1 -0
- package/dist/generated/types/approvePluginAuthorityV1Args.d.ts +19 -0
- package/dist/generated/types/approvePluginAuthorityV1Args.d.ts.map +1 -0
- package/dist/generated/types/approvePluginAuthorityV1Args.js +17 -0
- package/dist/generated/types/approvePluginAuthorityV1Args.js.map +1 -0
- package/dist/generated/types/attribute.d.ts +14 -0
- package/dist/generated/types/attribute.d.ts.map +1 -0
- package/dist/generated/types/attribute.js +15 -0
- package/dist/generated/types/attribute.js.map +1 -0
- package/dist/generated/types/attributes.d.ts +16 -0
- package/dist/generated/types/attributes.d.ts.map +1 -0
- package/dist/generated/types/attributes.js +16 -0
- package/dist/generated/types/attributes.js.map +1 -0
- package/dist/generated/types/authority.d.ts +27 -0
- package/dist/generated/types/authority.d.ts.map +1 -0
- package/dist/generated/types/authority.js +37 -0
- package/dist/generated/types/authority.js.map +1 -0
- package/dist/generated/types/autograph.d.ts +16 -0
- package/dist/generated/types/autograph.d.ts.map +1 -0
- package/dist/generated/types/autograph.js +16 -0
- package/dist/generated/types/autograph.js.map +1 -0
- package/dist/generated/types/autographSignature.d.ts +14 -0
- package/dist/generated/types/autographSignature.d.ts.map +1 -0
- package/dist/generated/types/autographSignature.js +15 -0
- package/dist/generated/types/autographSignature.js.map +1 -0
- package/dist/generated/types/bubblegumV2.d.ts +11 -0
- package/dist/generated/types/bubblegumV2.d.ts.map +1 -0
- package/dist/generated/types/bubblegumV2.js +15 -0
- package/dist/generated/types/bubblegumV2.js.map +1 -0
- package/dist/generated/types/burnCollectionV1Args.d.ts +16 -0
- package/dist/generated/types/burnCollectionV1Args.d.ts.map +1 -0
- package/dist/generated/types/burnCollectionV1Args.js +16 -0
- package/dist/generated/types/burnCollectionV1Args.js.map +1 -0
- package/dist/generated/types/burnDelegate.d.ts +11 -0
- package/dist/generated/types/burnDelegate.d.ts.map +1 -0
- package/dist/generated/types/burnDelegate.js +15 -0
- package/dist/generated/types/burnDelegate.js.map +1 -0
- package/dist/generated/types/burnV1Args.d.ts +16 -0
- package/dist/generated/types/burnV1Args.d.ts.map +1 -0
- package/dist/generated/types/burnV1Args.js +16 -0
- package/dist/generated/types/burnV1Args.js.map +1 -0
- package/dist/generated/types/closeGroupV1Args.d.ts +11 -0
- package/dist/generated/types/closeGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/closeGroupV1Args.js +15 -0
- package/dist/generated/types/closeGroupV1Args.js.map +1 -0
- package/dist/generated/types/compressV1Args.d.ts +11 -0
- package/dist/generated/types/compressV1Args.d.ts.map +1 -0
- package/dist/generated/types/compressV1Args.js +15 -0
- package/dist/generated/types/compressV1Args.js.map +1 -0
- package/dist/generated/types/compressionProof.d.ts +27 -0
- package/dist/generated/types/compressionProof.d.ts.map +1 -0
- package/dist/generated/types/compressionProof.js +31 -0
- package/dist/generated/types/compressionProof.js.map +1 -0
- package/dist/generated/types/createCollectionV1Args.d.ts +20 -0
- package/dist/generated/types/createCollectionV1Args.d.ts.map +1 -0
- package/dist/generated/types/createCollectionV1Args.js +24 -0
- package/dist/generated/types/createCollectionV1Args.js.map +1 -0
- package/dist/generated/types/createCollectionV2Args.d.ts +23 -0
- package/dist/generated/types/createCollectionV2Args.d.ts.map +1 -0
- package/dist/generated/types/createCollectionV2Args.js +27 -0
- package/dist/generated/types/createCollectionV2Args.js.map +1 -0
- package/dist/generated/types/createGroupV1Args.d.ts +20 -0
- package/dist/generated/types/createGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/createGroupV1Args.js +24 -0
- package/dist/generated/types/createGroupV1Args.js.map +1 -0
- package/dist/generated/types/createV1Args.d.ts +23 -0
- package/dist/generated/types/createV1Args.d.ts.map +1 -0
- package/dist/generated/types/createV1Args.js +27 -0
- package/dist/generated/types/createV1Args.js.map +1 -0
- package/dist/generated/types/createV2Args.d.ts +26 -0
- package/dist/generated/types/createV2Args.d.ts.map +1 -0
- package/dist/generated/types/createV2Args.js +30 -0
- package/dist/generated/types/createV2Args.js.map +1 -0
- package/dist/generated/types/creator.d.ts +14 -0
- package/dist/generated/types/creator.d.ts.map +1 -0
- package/dist/generated/types/creator.js +15 -0
- package/dist/generated/types/creator.js.map +1 -0
- package/dist/generated/types/dataSection.d.ts +19 -0
- package/dist/generated/types/dataSection.d.ts.map +1 -0
- package/dist/generated/types/dataSection.js +17 -0
- package/dist/generated/types/dataSection.js.map +1 -0
- package/dist/generated/types/dataSectionInitInfo.d.ts +19 -0
- package/dist/generated/types/dataSectionInitInfo.d.ts.map +1 -0
- package/dist/generated/types/dataSectionInitInfo.js +17 -0
- package/dist/generated/types/dataSectionInitInfo.js.map +1 -0
- package/dist/generated/types/dataSectionUpdateInfo.d.ts +11 -0
- package/dist/generated/types/dataSectionUpdateInfo.d.ts.map +1 -0
- package/dist/generated/types/dataSectionUpdateInfo.js +15 -0
- package/dist/generated/types/dataSectionUpdateInfo.js.map +1 -0
- package/dist/generated/types/dataState.d.ts +14 -0
- package/dist/generated/types/dataState.d.ts.map +1 -0
- package/dist/generated/types/dataState.js +20 -0
- package/dist/generated/types/dataState.js.map +1 -0
- package/dist/generated/types/decompressV1Args.d.ts +16 -0
- package/dist/generated/types/decompressV1Args.d.ts.map +1 -0
- package/dist/generated/types/decompressV1Args.js +16 -0
- package/dist/generated/types/decompressV1Args.js.map +1 -0
- package/dist/generated/types/edition.d.ts +13 -0
- package/dist/generated/types/edition.d.ts.map +1 -0
- package/dist/generated/types/edition.js +15 -0
- package/dist/generated/types/edition.js.map +1 -0
- package/dist/generated/types/executeV1Args.d.ts +13 -0
- package/dist/generated/types/executeV1Args.d.ts.map +1 -0
- package/dist/generated/types/executeV1Args.js +15 -0
- package/dist/generated/types/executeV1Args.js.map +1 -0
- package/dist/generated/types/externalCheckResult.d.ts +13 -0
- package/dist/generated/types/externalCheckResult.d.ts.map +1 -0
- package/dist/generated/types/externalCheckResult.js +15 -0
- package/dist/generated/types/externalCheckResult.js.map +1 -0
- package/dist/generated/types/externalPluginAdapter.d.ts +70 -0
- package/dist/generated/types/externalPluginAdapter.d.ts.map +1 -0
- package/dist/generated/types/externalPluginAdapter.js +50 -0
- package/dist/generated/types/externalPluginAdapter.js.map +1 -0
- package/dist/generated/types/externalPluginAdapterInitInfo.d.ts +70 -0
- package/dist/generated/types/externalPluginAdapterInitInfo.d.ts.map +1 -0
- package/dist/generated/types/externalPluginAdapterInitInfo.js +50 -0
- package/dist/generated/types/externalPluginAdapterInitInfo.js.map +1 -0
- package/dist/generated/types/externalPluginAdapterKey.d.ts +63 -0
- package/dist/generated/types/externalPluginAdapterKey.d.ts.map +1 -0
- package/dist/generated/types/externalPluginAdapterKey.js +45 -0
- package/dist/generated/types/externalPluginAdapterKey.js.map +1 -0
- package/dist/generated/types/externalPluginAdapterSchema.d.ts +15 -0
- package/dist/generated/types/externalPluginAdapterSchema.d.ts.map +1 -0
- package/dist/generated/types/externalPluginAdapterSchema.js +21 -0
- package/dist/generated/types/externalPluginAdapterSchema.js.map +1 -0
- package/dist/generated/types/externalPluginAdapterType.d.ts +19 -0
- package/dist/generated/types/externalPluginAdapterType.d.ts.map +1 -0
- package/dist/generated/types/externalPluginAdapterType.js +25 -0
- package/dist/generated/types/externalPluginAdapterType.js.map +1 -0
- package/dist/generated/types/externalPluginAdapterUpdateInfo.d.ts +62 -0
- package/dist/generated/types/externalPluginAdapterUpdateInfo.d.ts.map +1 -0
- package/dist/generated/types/externalPluginAdapterUpdateInfo.js +47 -0
- package/dist/generated/types/externalPluginAdapterUpdateInfo.js.map +1 -0
- package/dist/generated/types/externalRegistryRecord.d.ts +29 -0
- package/dist/generated/types/externalRegistryRecord.d.ts.map +1 -0
- package/dist/generated/types/externalRegistryRecord.js +33 -0
- package/dist/generated/types/externalRegistryRecord.js.map +1 -0
- package/dist/generated/types/externalValidationResult.d.ts +15 -0
- package/dist/generated/types/externalValidationResult.d.ts.map +1 -0
- package/dist/generated/types/externalValidationResult.js +21 -0
- package/dist/generated/types/externalValidationResult.js.map +1 -0
- package/dist/generated/types/extraAccount.d.ts +84 -0
- package/dist/generated/types/extraAccount.d.ts.map +1 -0
- package/dist/generated/types/extraAccount.js +62 -0
- package/dist/generated/types/extraAccount.js.map +1 -0
- package/dist/generated/types/freezeDelegate.d.ts +13 -0
- package/dist/generated/types/freezeDelegate.d.ts.map +1 -0
- package/dist/generated/types/freezeDelegate.js +15 -0
- package/dist/generated/types/freezeDelegate.js.map +1 -0
- package/dist/generated/types/freezeExecute.d.ts +13 -0
- package/dist/generated/types/freezeExecute.d.ts.map +1 -0
- package/dist/generated/types/freezeExecute.js +15 -0
- package/dist/generated/types/freezeExecute.js.map +1 -0
- package/dist/generated/types/groups.d.ts +13 -0
- package/dist/generated/types/groups.d.ts.map +1 -0
- package/dist/generated/types/groups.js +15 -0
- package/dist/generated/types/groups.js.map +1 -0
- package/dist/generated/types/hashablePluginSchema.d.ts +21 -0
- package/dist/generated/types/hashablePluginSchema.d.ts.map +1 -0
- package/dist/generated/types/hashablePluginSchema.js +25 -0
- package/dist/generated/types/hashablePluginSchema.js.map +1 -0
- package/dist/generated/types/hashedAssetSchema.d.ts +14 -0
- package/dist/generated/types/hashedAssetSchema.d.ts.map +1 -0
- package/dist/generated/types/hashedAssetSchema.js +15 -0
- package/dist/generated/types/hashedAssetSchema.js.map +1 -0
- package/dist/generated/types/hookableLifecycleEvent.d.ts +17 -0
- package/dist/generated/types/hookableLifecycleEvent.d.ts.map +1 -0
- package/dist/generated/types/hookableLifecycleEvent.js +23 -0
- package/dist/generated/types/hookableLifecycleEvent.js.map +1 -0
- package/dist/generated/types/immutableMetadata.d.ts +11 -0
- package/dist/generated/types/immutableMetadata.d.ts.map +1 -0
- package/dist/generated/types/immutableMetadata.js +15 -0
- package/dist/generated/types/immutableMetadata.js.map +1 -0
- package/dist/generated/types/index.d.ts +116 -0
- package/dist/generated/types/key.d.ts +19 -0
- package/dist/generated/types/key.d.ts.map +1 -0
- package/dist/generated/types/key.js +25 -0
- package/dist/generated/types/key.js.map +1 -0
- package/dist/generated/types/lifecycleHook.d.ts +24 -0
- package/dist/generated/types/lifecycleHook.d.ts.map +1 -0
- package/dist/generated/types/lifecycleHook.js +28 -0
- package/dist/generated/types/lifecycleHook.js.map +1 -0
- package/dist/generated/types/lifecycleHookInitInfo.d.ts +30 -0
- package/dist/generated/types/lifecycleHookInitInfo.d.ts.map +1 -0
- package/dist/generated/types/lifecycleHookInitInfo.js +34 -0
- package/dist/generated/types/lifecycleHookInitInfo.js.map +1 -0
- package/dist/generated/types/lifecycleHookUpdateInfo.d.ts +23 -0
- package/dist/generated/types/lifecycleHookUpdateInfo.d.ts.map +1 -0
- package/dist/generated/types/lifecycleHookUpdateInfo.js +27 -0
- package/dist/generated/types/lifecycleHookUpdateInfo.js.map +1 -0
- package/dist/generated/types/linkedAppData.d.ts +19 -0
- package/dist/generated/types/linkedAppData.d.ts.map +1 -0
- package/dist/generated/types/linkedAppData.js +17 -0
- package/dist/generated/types/linkedAppData.js.map +1 -0
- package/dist/generated/types/linkedAppDataInitInfo.d.ts +21 -0
- package/dist/generated/types/linkedAppDataInitInfo.d.ts.map +1 -0
- package/dist/generated/types/linkedAppDataInitInfo.js +25 -0
- package/dist/generated/types/linkedAppDataInitInfo.js.map +1 -0
- package/dist/generated/types/linkedAppDataUpdateInfo.d.ts +16 -0
- package/dist/generated/types/linkedAppDataUpdateInfo.d.ts.map +1 -0
- package/dist/generated/types/linkedAppDataUpdateInfo.js +16 -0
- package/dist/generated/types/linkedAppDataUpdateInfo.js.map +1 -0
- package/dist/generated/types/linkedDataKey.d.ts +29 -0
- package/dist/generated/types/linkedDataKey.d.ts.map +1 -0
- package/dist/generated/types/linkedDataKey.js +28 -0
- package/dist/generated/types/linkedDataKey.js.map +1 -0
- package/dist/generated/types/linkedLifecycleHook.d.ts +24 -0
- package/dist/generated/types/linkedLifecycleHook.d.ts.map +1 -0
- package/dist/generated/types/linkedLifecycleHook.js +28 -0
- package/dist/generated/types/linkedLifecycleHook.js.map +1 -0
- package/dist/generated/types/linkedLifecycleHookInitInfo.d.ts +30 -0
- package/dist/generated/types/linkedLifecycleHookInitInfo.d.ts.map +1 -0
- package/dist/generated/types/linkedLifecycleHookInitInfo.js +34 -0
- package/dist/generated/types/linkedLifecycleHookInitInfo.js.map +1 -0
- package/dist/generated/types/linkedLifecycleHookUpdateInfo.d.ts +23 -0
- package/dist/generated/types/linkedLifecycleHookUpdateInfo.d.ts.map +1 -0
- package/dist/generated/types/linkedLifecycleHookUpdateInfo.js +27 -0
- package/dist/generated/types/linkedLifecycleHookUpdateInfo.js.map +1 -0
- package/dist/generated/types/masterEdition.d.ts +19 -0
- package/dist/generated/types/masterEdition.d.ts.map +1 -0
- package/dist/generated/types/masterEdition.js +23 -0
- package/dist/generated/types/masterEdition.js.map +1 -0
- package/dist/generated/types/oracle.d.ts +21 -0
- package/dist/generated/types/oracle.d.ts.map +1 -0
- package/dist/generated/types/oracle.js +25 -0
- package/dist/generated/types/oracle.js.map +1 -0
- package/dist/generated/types/oracleInitInfo.d.ts +28 -0
- package/dist/generated/types/oracleInitInfo.d.ts.map +1 -0
- package/dist/generated/types/oracleInitInfo.js +32 -0
- package/dist/generated/types/oracleInitInfo.js.map +1 -0
- package/dist/generated/types/oracleUpdateInfo.d.ts +23 -0
- package/dist/generated/types/oracleUpdateInfo.d.ts.map +1 -0
- package/dist/generated/types/oracleUpdateInfo.js +27 -0
- package/dist/generated/types/oracleUpdateInfo.js.map +1 -0
- package/dist/generated/types/oracleValidation.d.ts +33 -0
- package/dist/generated/types/oracleValidation.d.ts.map +1 -0
- package/dist/generated/types/oracleValidation.js +38 -0
- package/dist/generated/types/oracleValidation.js.map +1 -0
- package/dist/generated/types/permanentBurnDelegate.d.ts +11 -0
- package/dist/generated/types/permanentBurnDelegate.d.ts.map +1 -0
- package/dist/generated/types/permanentBurnDelegate.js +15 -0
- package/dist/generated/types/permanentBurnDelegate.js.map +1 -0
- package/dist/generated/types/permanentFreezeDelegate.d.ts +13 -0
- package/dist/generated/types/permanentFreezeDelegate.d.ts.map +1 -0
- package/dist/generated/types/permanentFreezeDelegate.js +15 -0
- package/dist/generated/types/permanentFreezeDelegate.js.map +1 -0
- package/dist/generated/types/permanentFreezeExecute.d.ts +13 -0
- package/dist/generated/types/permanentFreezeExecute.d.ts.map +1 -0
- package/dist/generated/types/permanentFreezeExecute.js +15 -0
- package/dist/generated/types/permanentFreezeExecute.js.map +1 -0
- package/dist/generated/types/permanentTransferDelegate.d.ts +11 -0
- package/dist/generated/types/permanentTransferDelegate.d.ts.map +1 -0
- package/dist/generated/types/permanentTransferDelegate.js +15 -0
- package/dist/generated/types/permanentTransferDelegate.js.map +1 -0
- package/dist/generated/types/plugin.d.ts +166 -0
- package/dist/generated/types/plugin.d.ts.map +1 -0
- package/dist/generated/types/plugin.js +86 -0
- package/dist/generated/types/plugin.js.map +1 -0
- package/dist/generated/types/pluginAuthorityPair.d.ts +19 -0
- package/dist/generated/types/pluginAuthorityPair.d.ts.map +1 -0
- package/dist/generated/types/pluginAuthorityPair.js +17 -0
- package/dist/generated/types/pluginAuthorityPair.js.map +1 -0
- package/dist/generated/types/pluginType.d.ts +31 -0
- package/dist/generated/types/pluginType.d.ts.map +1 -0
- package/dist/generated/types/pluginType.js +37 -0
- package/dist/generated/types/pluginType.js.map +1 -0
- package/dist/generated/types/registryRecord.d.ts +21 -0
- package/dist/generated/types/registryRecord.d.ts.map +1 -0
- package/dist/generated/types/registryRecord.js +25 -0
- package/dist/generated/types/registryRecord.js.map +1 -0
- package/dist/generated/types/relationshipEntry.d.ts +18 -0
- package/dist/generated/types/relationshipEntry.d.ts.map +1 -0
- package/dist/generated/types/relationshipEntry.js +16 -0
- package/dist/generated/types/relationshipEntry.js.map +1 -0
- package/dist/generated/types/relationshipKind.d.ts +16 -0
- package/dist/generated/types/relationshipKind.d.ts.map +1 -0
- package/dist/generated/types/relationshipKind.js +22 -0
- package/dist/generated/types/relationshipKind.js.map +1 -0
- package/dist/generated/types/removeAssetsFromGroupV1Args.d.ts +13 -0
- package/dist/generated/types/removeAssetsFromGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/removeAssetsFromGroupV1Args.js +15 -0
- package/dist/generated/types/removeAssetsFromGroupV1Args.js.map +1 -0
- package/dist/generated/types/removeCollectionExternalPluginAdapterV1Args.d.ts +16 -0
- package/dist/generated/types/removeCollectionExternalPluginAdapterV1Args.d.ts.map +1 -0
- package/dist/generated/types/removeCollectionExternalPluginAdapterV1Args.js +16 -0
- package/dist/generated/types/removeCollectionExternalPluginAdapterV1Args.js.map +1 -0
- package/dist/generated/types/removeCollectionPluginV1Args.d.ts +16 -0
- package/dist/generated/types/removeCollectionPluginV1Args.d.ts.map +1 -0
- package/dist/generated/types/removeCollectionPluginV1Args.js +16 -0
- package/dist/generated/types/removeCollectionPluginV1Args.js.map +1 -0
- package/dist/generated/types/removeCollectionsFromGroupV1Args.d.ts +13 -0
- package/dist/generated/types/removeCollectionsFromGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/removeCollectionsFromGroupV1Args.js +15 -0
- package/dist/generated/types/removeCollectionsFromGroupV1Args.js.map +1 -0
- package/dist/generated/types/removeExternalPluginAdapterV1Args.d.ts +16 -0
- package/dist/generated/types/removeExternalPluginAdapterV1Args.d.ts.map +1 -0
- package/dist/generated/types/removeExternalPluginAdapterV1Args.js +16 -0
- package/dist/generated/types/removeExternalPluginAdapterV1Args.js.map +1 -0
- package/dist/generated/types/removeGroupsFromGroupV1Args.d.ts +13 -0
- package/dist/generated/types/removeGroupsFromGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/removeGroupsFromGroupV1Args.js +15 -0
- package/dist/generated/types/removeGroupsFromGroupV1Args.js.map +1 -0
- package/dist/generated/types/removePluginV1Args.d.ts +16 -0
- package/dist/generated/types/removePluginV1Args.d.ts.map +1 -0
- package/dist/generated/types/removePluginV1Args.js +16 -0
- package/dist/generated/types/removePluginV1Args.js.map +1 -0
- package/dist/generated/types/revokeCollectionPluginAuthorityV1Args.d.ts +16 -0
- package/dist/generated/types/revokeCollectionPluginAuthorityV1Args.d.ts.map +1 -0
- package/dist/generated/types/revokeCollectionPluginAuthorityV1Args.js +16 -0
- package/dist/generated/types/revokeCollectionPluginAuthorityV1Args.js.map +1 -0
- package/dist/generated/types/revokePluginAuthorityV1Args.d.ts +16 -0
- package/dist/generated/types/revokePluginAuthorityV1Args.d.ts.map +1 -0
- package/dist/generated/types/revokePluginAuthorityV1Args.js +16 -0
- package/dist/generated/types/revokePluginAuthorityV1Args.js.map +1 -0
- package/dist/generated/types/royalties.d.ts +21 -0
- package/dist/generated/types/royalties.d.ts.map +1 -0
- package/dist/generated/types/royalties.js +25 -0
- package/dist/generated/types/royalties.js.map +1 -0
- package/dist/generated/types/ruleSet.d.ts +25 -0
- package/dist/generated/types/ruleSet.d.ts.map +1 -0
- package/dist/generated/types/ruleSet.js +35 -0
- package/dist/generated/types/ruleSet.js.map +1 -0
- package/dist/generated/types/seed.d.ts +34 -0
- package/dist/generated/types/seed.d.ts.map +1 -0
- package/dist/generated/types/seed.js +41 -0
- package/dist/generated/types/seed.js.map +1 -0
- package/dist/generated/types/transferDelegate.d.ts +11 -0
- package/dist/generated/types/transferDelegate.d.ts.map +1 -0
- package/dist/generated/types/transferDelegate.js +15 -0
- package/dist/generated/types/transferDelegate.js.map +1 -0
- package/dist/generated/types/transferV1Args.d.ts +16 -0
- package/dist/generated/types/transferV1Args.d.ts.map +1 -0
- package/dist/generated/types/transferV1Args.js +16 -0
- package/dist/generated/types/transferV1Args.js.map +1 -0
- package/dist/generated/types/updateAuthority.d.ts +25 -0
- package/dist/generated/types/updateAuthority.d.ts.map +1 -0
- package/dist/generated/types/updateAuthority.js +35 -0
- package/dist/generated/types/updateAuthority.js.map +1 -0
- package/dist/generated/types/updateCollectionExternalPluginAdapterV1Args.d.ts +19 -0
- package/dist/generated/types/updateCollectionExternalPluginAdapterV1Args.d.ts.map +1 -0
- package/dist/generated/types/updateCollectionExternalPluginAdapterV1Args.js +17 -0
- package/dist/generated/types/updateCollectionExternalPluginAdapterV1Args.js.map +1 -0
- package/dist/generated/types/updateCollectionInfoV1Args.d.ts +18 -0
- package/dist/generated/types/updateCollectionInfoV1Args.d.ts.map +1 -0
- package/dist/generated/types/updateCollectionInfoV1Args.js +16 -0
- package/dist/generated/types/updateCollectionInfoV1Args.js.map +1 -0
- package/dist/generated/types/updateCollectionPluginV1Args.d.ts +16 -0
- package/dist/generated/types/updateCollectionPluginV1Args.d.ts.map +1 -0
- package/dist/generated/types/updateCollectionPluginV1Args.js +16 -0
- package/dist/generated/types/updateCollectionPluginV1Args.js.map +1 -0
- package/dist/generated/types/updateCollectionV1Args.d.ts +17 -0
- package/dist/generated/types/updateCollectionV1Args.d.ts.map +1 -0
- package/dist/generated/types/updateCollectionV1Args.js +15 -0
- package/dist/generated/types/updateCollectionV1Args.js.map +1 -0
- package/dist/generated/types/updateDelegate.d.ts +13 -0
- package/dist/generated/types/updateDelegate.d.ts.map +1 -0
- package/dist/generated/types/updateDelegate.js +15 -0
- package/dist/generated/types/updateDelegate.js.map +1 -0
- package/dist/generated/types/updateExternalPluginAdapterV1Args.d.ts +19 -0
- package/dist/generated/types/updateExternalPluginAdapterV1Args.d.ts.map +1 -0
- package/dist/generated/types/updateExternalPluginAdapterV1Args.js +17 -0
- package/dist/generated/types/updateExternalPluginAdapterV1Args.js.map +1 -0
- package/dist/generated/types/updateGroupV1Args.d.ts +17 -0
- package/dist/generated/types/updateGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/updateGroupV1Args.js +15 -0
- package/dist/generated/types/updateGroupV1Args.js.map +1 -0
- package/dist/generated/types/updatePluginV1Args.d.ts +16 -0
- package/dist/generated/types/updatePluginV1Args.d.ts.map +1 -0
- package/dist/generated/types/updatePluginV1Args.js +16 -0
- package/dist/generated/types/updatePluginV1Args.js.map +1 -0
- package/dist/generated/types/updateType.d.ts +15 -0
- package/dist/generated/types/updateType.d.ts.map +1 -0
- package/dist/generated/types/updateType.js +21 -0
- package/dist/generated/types/updateType.js.map +1 -0
- package/dist/generated/types/updateV1Args.d.ts +20 -0
- package/dist/generated/types/updateV1Args.d.ts.map +1 -0
- package/dist/generated/types/updateV1Args.js +24 -0
- package/dist/generated/types/updateV1Args.js.map +1 -0
- package/dist/generated/types/updateV2Args.d.ts +20 -0
- package/dist/generated/types/updateV2Args.d.ts.map +1 -0
- package/dist/generated/types/updateV2Args.js +24 -0
- package/dist/generated/types/updateV2Args.js.map +1 -0
- package/dist/generated/types/validationResult.d.ts +16 -0
- package/dist/generated/types/validationResult.d.ts.map +1 -0
- package/dist/generated/types/validationResult.js +22 -0
- package/dist/generated/types/validationResult.js.map +1 -0
- package/dist/generated/types/validationResultsOffset.d.ts +31 -0
- package/dist/generated/types/validationResultsOffset.d.ts.map +1 -0
- package/dist/generated/types/validationResultsOffset.js +35 -0
- package/dist/generated/types/validationResultsOffset.js.map +1 -0
- package/dist/generated/types/verifiedCreators.d.ts +16 -0
- package/dist/generated/types/verifiedCreators.d.ts.map +1 -0
- package/dist/generated/types/verifiedCreators.js +16 -0
- package/dist/generated/types/verifiedCreators.js.map +1 -0
- package/dist/generated/types/verifiedCreatorsSignature.d.ts +14 -0
- package/dist/generated/types/verifiedCreatorsSignature.d.ts.map +1 -0
- package/dist/generated/types/verifiedCreatorsSignature.js +15 -0
- package/dist/generated/types/verifiedCreatorsSignature.js.map +1 -0
- package/dist/generated/types/writeCollectionExternalPluginAdapterDataV1Args.d.ts +18 -0
- package/dist/generated/types/writeCollectionExternalPluginAdapterDataV1Args.d.ts.map +1 -0
- package/dist/generated/types/writeCollectionExternalPluginAdapterDataV1Args.js +16 -0
- package/dist/generated/types/writeCollectionExternalPluginAdapterDataV1Args.js.map +1 -0
- package/dist/generated/types/writeExternalPluginAdapterDataV1Args.d.ts +18 -0
- package/dist/generated/types/writeExternalPluginAdapterDataV1Args.d.ts.map +1 -0
- package/dist/generated/types/writeExternalPluginAdapterDataV1Args.js +16 -0
- package/dist/generated/types/writeExternalPluginAdapterDataV1Args.js.map +1 -0
- package/dist/index.d.ts +168 -0
- package/dist/index.js +168 -0
- package/package.json +52 -5
- package/src/generated/accounts/assetV1.ts +156 -0
- package/src/generated/accounts/collectionV1.ts +140 -0
- package/src/generated/accounts/groupV1.ts +150 -0
- package/src/generated/accounts/hashedAssetV1.ts +127 -0
- package/src/generated/accounts/index.ts +14 -0
- package/src/generated/accounts/pluginHeaderV1.ts +129 -0
- package/src/generated/accounts/pluginRegistryV1.ts +152 -0
- package/src/generated/errors/index.ts +9 -0
- package/src/generated/errors/mplCoreProgram.ts +324 -0
- package/src/generated/index.ts +14 -0
- package/src/generated/instructions/addAssetsToGroupV1.ts +267 -0
- package/src/generated/instructions/addCollectionExternalPluginAdapterV1.ts +294 -0
- package/src/generated/instructions/addCollectionPluginV1.ts +283 -0
- package/src/generated/instructions/addCollectionsToGroupV1.ts +267 -0
- package/src/generated/instructions/addExternalPluginAdapterV1.ts +305 -0
- package/src/generated/instructions/addGroupsToGroupV1.ts +267 -0
- package/src/generated/instructions/addPluginV1.ts +291 -0
- package/src/generated/instructions/approveCollectionPluginAuthorityV1.ts +294 -0
- package/src/generated/instructions/approvePluginAuthorityV1.ts +302 -0
- package/src/generated/instructions/burnCollectionV1.ts +253 -0
- package/src/generated/instructions/burnV1.ts +280 -0
- package/src/generated/instructions/closeGroupV1.ts +230 -0
- package/src/generated/instructions/collect.ts +176 -0
- package/src/generated/instructions/compressV1.ts +291 -0
- package/src/generated/instructions/createCollectionV1.ts +268 -0
- package/src/generated/instructions/createCollectionV2.ts +268 -0
- package/src/generated/instructions/createGroupV1.ts +265 -0
- package/src/generated/instructions/createV1.ts +327 -0
- package/src/generated/instructions/createV2.ts +327 -0
- package/src/generated/instructions/decompressV1.ts +291 -0
- package/src/generated/instructions/executeV1.ts +449 -0
- package/src/generated/instructions/index.ts +50 -0
- package/src/generated/instructions/removeAssetsFromGroupV1.ts +267 -0
- package/src/generated/instructions/removeCollectionExternalPluginAdapterV1.ts +294 -0
- package/src/generated/instructions/removeCollectionPluginV1.ts +286 -0
- package/src/generated/instructions/removeCollectionsFromGroupV1.ts +273 -0
- package/src/generated/instructions/removeExternalPluginAdapterV1.ts +305 -0
- package/src/generated/instructions/removeGroupsFromGroupV1.ts +267 -0
- package/src/generated/instructions/removePluginV1.ts +294 -0
- package/src/generated/instructions/revokeCollectionPluginAuthorityV1.ts +291 -0
- package/src/generated/instructions/revokePluginAuthorityV1.ts +299 -0
- package/src/generated/instructions/transferV1.ts +299 -0
- package/src/generated/instructions/updateCollectionExternalPluginAdapterV1.ts +294 -0
- package/src/generated/instructions/updateCollectionInfoV1.ts +221 -0
- package/src/generated/instructions/updateCollectionPluginV1.ts +286 -0
- package/src/generated/instructions/updateCollectionV1.ts +302 -0
- package/src/generated/instructions/updateExternalPluginAdapterV1.ts +305 -0
- package/src/generated/instructions/updateGroupV1.ts +281 -0
- package/src/generated/instructions/updatePluginV1.ts +294 -0
- package/src/generated/instructions/updateV1.ts +291 -0
- package/src/generated/instructions/updateV2.ts +307 -0
- package/src/generated/instructions/writeCollectionExternalPluginAdapterDataV1.ts +311 -0
- package/src/generated/instructions/writeExternalPluginAdapterDataV1.ts +323 -0
- package/src/generated/pdas/assetSigner.ts +36 -0
- package/src/generated/pdas/index.ts +9 -0
- package/src/generated/programs/index.ts +9 -0
- package/src/generated/programs/mplCoreProgram.ts +1434 -0
- package/src/generated/types/addAssetsToGroupV1Args.ts +36 -0
- package/src/generated/types/addBlocker.ts +33 -0
- package/src/generated/types/addCollectionExternalPluginAdapterV1Args.ts +48 -0
- package/src/generated/types/addCollectionPluginV1Args.ts +63 -0
- package/src/generated/types/addCollectionsToGroupV1Args.ts +36 -0
- package/src/generated/types/addExternalPluginAdapterV1Args.ts +48 -0
- package/src/generated/types/addGroupsToGroupV1Args.ts +42 -0
- package/src/generated/types/addPluginV1Args.ts +60 -0
- package/src/generated/types/agentIdentity.ts +45 -0
- package/src/generated/types/agentIdentityInitInfo.ts +106 -0
- package/src/generated/types/agentIdentityUpdateInfo.ts +108 -0
- package/src/generated/types/appData.ts +50 -0
- package/src/generated/types/appDataInitInfo.ts +69 -0
- package/src/generated/types/appDataUpdateInfo.ts +60 -0
- package/src/generated/types/approveCollectionPluginAuthorityV1Args.ts +56 -0
- package/src/generated/types/approvePluginAuthorityV1Args.ts +56 -0
- package/src/generated/types/attribute.ts +45 -0
- package/src/generated/types/attributes.ts +42 -0
- package/src/generated/types/authority.ts +87 -0
- package/src/generated/types/autograph.ts +45 -0
- package/src/generated/types/autographSignature.ts +53 -0
- package/src/generated/types/bubblegumV2.ts +33 -0
- package/src/generated/types/burnCollectionV1Args.ts +57 -0
- package/src/generated/types/burnDelegate.ts +33 -0
- package/src/generated/types/burnV1Args.ts +51 -0
- package/src/generated/types/closeGroupV1Args.ts +36 -0
- package/src/generated/types/compressV1Args.ts +33 -0
- package/src/generated/types/compressionProof.ts +88 -0
- package/src/generated/types/createCollectionV1Args.ts +79 -0
- package/src/generated/types/createCollectionV2Args.ts +100 -0
- package/src/generated/types/createGroupV1Args.ts +65 -0
- package/src/generated/types/createV1Args.ts +84 -0
- package/src/generated/types/createV2Args.ts +102 -0
- package/src/generated/types/creator.ts +48 -0
- package/src/generated/types/dataSection.ts +50 -0
- package/src/generated/types/dataSectionInitInfo.ts +56 -0
- package/src/generated/types/dataSectionUpdateInfo.ts +36 -0
- package/src/generated/types/dataState.ts +33 -0
- package/src/generated/types/decompressV1Args.ts +41 -0
- package/src/generated/types/edition.ts +38 -0
- package/src/generated/types/executeV1Args.ts +51 -0
- package/src/generated/types/externalCheckResult.ts +44 -0
- package/src/generated/types/externalPluginAdapter.ts +268 -0
- package/src/generated/types/externalPluginAdapterInitInfo.ts +287 -0
- package/src/generated/types/externalPluginAdapterKey.ts +231 -0
- package/src/generated/types/externalPluginAdapterSchema.ts +40 -0
- package/src/generated/types/externalPluginAdapterType.ts +44 -0
- package/src/generated/types/externalPluginAdapterUpdateInfo.ts +263 -0
- package/src/generated/types/externalRegistryRecord.ts +122 -0
- package/src/generated/types/externalValidationResult.ts +40 -0
- package/src/generated/types/extraAccount.ts +294 -0
- package/src/generated/types/freezeDelegate.ts +41 -0
- package/src/generated/types/freezeExecute.ts +41 -0
- package/src/generated/types/groups.ts +36 -0
- package/src/generated/types/hashablePluginSchema.ts +61 -0
- package/src/generated/types/hashedAssetSchema.ts +55 -0
- package/src/generated/types/hookableLifecycleEvent.ts +42 -0
- package/src/generated/types/immutableMetadata.ts +36 -0
- package/src/generated/types/index.ts +125 -0
- package/src/generated/types/key.ts +38 -0
- package/src/generated/types/lifecycleHook.ts +88 -0
- package/src/generated/types/lifecycleHookInitInfo.ts +129 -0
- package/src/generated/types/lifecycleHookUpdateInfo.ts +114 -0
- package/src/generated/types/linkedAppData.ts +53 -0
- package/src/generated/types/linkedAppDataInitInfo.ts +72 -0
- package/src/generated/types/linkedAppDataUpdateInfo.ts +60 -0
- package/src/generated/types/linkedDataKey.ts +107 -0
- package/src/generated/types/linkedLifecycleHook.ts +91 -0
- package/src/generated/types/linkedLifecycleHookInitInfo.ts +129 -0
- package/src/generated/types/linkedLifecycleHookUpdateInfo.ts +114 -0
- package/src/generated/types/masterEdition.ts +75 -0
- package/src/generated/types/oracle.ts +69 -0
- package/src/generated/types/oracleInitInfo.ts +116 -0
- package/src/generated/types/oracleUpdateInfo.ts +108 -0
- package/src/generated/types/oracleValidation.ts +124 -0
- package/src/generated/types/permanentBurnDelegate.ts +36 -0
- package/src/generated/types/permanentFreezeDelegate.ts +44 -0
- package/src/generated/types/permanentFreezeExecute.ts +44 -0
- package/src/generated/types/permanentTransferDelegate.ts +36 -0
- package/src/generated/types/plugin.ts +565 -0
- package/src/generated/types/pluginAuthorityPair.ts +63 -0
- package/src/generated/types/pluginType.ts +53 -0
- package/src/generated/types/registryRecord.ts +63 -0
- package/src/generated/types/relationshipEntry.ts +60 -0
- package/src/generated/types/relationshipKind.ts +41 -0
- package/src/generated/types/removeAssetsFromGroupV1Args.ts +42 -0
- package/src/generated/types/removeCollectionExternalPluginAdapterV1Args.ts +44 -0
- package/src/generated/types/removeCollectionPluginV1Args.ts +42 -0
- package/src/generated/types/removeCollectionsFromGroupV1Args.ts +47 -0
- package/src/generated/types/removeExternalPluginAdapterV1Args.ts +44 -0
- package/src/generated/types/removeGroupsFromGroupV1Args.ts +42 -0
- package/src/generated/types/removePluginV1Args.ts +42 -0
- package/src/generated/types/revokeCollectionPluginAuthorityV1Args.ts +42 -0
- package/src/generated/types/revokePluginAuthorityV1Args.ts +42 -0
- package/src/generated/types/royalties.ts +57 -0
- package/src/generated/types/ruleSet.ts +114 -0
- package/src/generated/types/seed.ts +140 -0
- package/src/generated/types/transferDelegate.ts +36 -0
- package/src/generated/types/transferV1Args.ts +54 -0
- package/src/generated/types/updateAuthority.ts +107 -0
- package/src/generated/types/updateCollectionExternalPluginAdapterV1Args.ts +56 -0
- package/src/generated/types/updateCollectionInfoV1Args.ts +56 -0
- package/src/generated/types/updateCollectionPluginV1Args.ts +38 -0
- package/src/generated/types/updateCollectionV1Args.ts +74 -0
- package/src/generated/types/updateDelegate.ts +43 -0
- package/src/generated/types/updateExternalPluginAdapterV1Args.ts +56 -0
- package/src/generated/types/updateGroupV1Args.ts +74 -0
- package/src/generated/types/updatePluginV1Args.ts +38 -0
- package/src/generated/types/updateType.ts +37 -0
- package/src/generated/types/updateV1Args.ts +77 -0
- package/src/generated/types/updateV2Args.ts +77 -0
- package/src/generated/types/validationResult.ts +41 -0
- package/src/generated/types/validationResultsOffset.ts +115 -0
- package/src/generated/types/verifiedCreators.ts +54 -0
- package/src/generated/types/verifiedCreatorsSignature.ts +54 -0
- package/src/generated/types/writeCollectionExternalPluginAdapterDataV1Args.ts +81 -0
- package/src/generated/types/writeExternalPluginAdapterDataV1Args.ts +81 -0
- package/src/index.ts +8 -0
package/dist/index.js
ADDED
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import { getAddAssetsToGroupV1ArgsCodec, getAddAssetsToGroupV1ArgsDecoder, getAddAssetsToGroupV1ArgsEncoder } from "./generated/types/addAssetsToGroupV1Args.js";
|
|
2
|
+
import { getAddBlockerCodec, getAddBlockerDecoder, getAddBlockerEncoder } from "./generated/types/addBlocker.js";
|
|
3
|
+
import { getAddCollectionExternalPluginAdapterV1ArgsCodec, getAddCollectionExternalPluginAdapterV1ArgsDecoder, getAddCollectionExternalPluginAdapterV1ArgsEncoder } from "./generated/types/addCollectionExternalPluginAdapterV1Args.js";
|
|
4
|
+
import { getAddCollectionPluginV1ArgsCodec, getAddCollectionPluginV1ArgsDecoder, getAddCollectionPluginV1ArgsEncoder } from "./generated/types/addCollectionPluginV1Args.js";
|
|
5
|
+
import { getAddCollectionsToGroupV1ArgsCodec, getAddCollectionsToGroupV1ArgsDecoder, getAddCollectionsToGroupV1ArgsEncoder } from "./generated/types/addCollectionsToGroupV1Args.js";
|
|
6
|
+
import { getAddExternalPluginAdapterV1ArgsCodec, getAddExternalPluginAdapterV1ArgsDecoder, getAddExternalPluginAdapterV1ArgsEncoder } from "./generated/types/addExternalPluginAdapterV1Args.js";
|
|
7
|
+
import { getAddGroupsToGroupV1ArgsCodec, getAddGroupsToGroupV1ArgsDecoder, getAddGroupsToGroupV1ArgsEncoder } from "./generated/types/addGroupsToGroupV1Args.js";
|
|
8
|
+
import { getAddPluginV1ArgsCodec, getAddPluginV1ArgsDecoder, getAddPluginV1ArgsEncoder } from "./generated/types/addPluginV1Args.js";
|
|
9
|
+
import { getAgentIdentityCodec, getAgentIdentityDecoder, getAgentIdentityEncoder } from "./generated/types/agentIdentity.js";
|
|
10
|
+
import { getAgentIdentityInitInfoCodec, getAgentIdentityInitInfoDecoder, getAgentIdentityInitInfoEncoder } from "./generated/types/agentIdentityInitInfo.js";
|
|
11
|
+
import { getAgentIdentityUpdateInfoCodec, getAgentIdentityUpdateInfoDecoder, getAgentIdentityUpdateInfoEncoder } from "./generated/types/agentIdentityUpdateInfo.js";
|
|
12
|
+
import { getAppDataCodec, getAppDataDecoder, getAppDataEncoder } from "./generated/types/appData.js";
|
|
13
|
+
import { getAppDataInitInfoCodec, getAppDataInitInfoDecoder, getAppDataInitInfoEncoder } from "./generated/types/appDataInitInfo.js";
|
|
14
|
+
import { getAppDataUpdateInfoCodec, getAppDataUpdateInfoDecoder, getAppDataUpdateInfoEncoder } from "./generated/types/appDataUpdateInfo.js";
|
|
15
|
+
import { getApproveCollectionPluginAuthorityV1ArgsCodec, getApproveCollectionPluginAuthorityV1ArgsDecoder, getApproveCollectionPluginAuthorityV1ArgsEncoder } from "./generated/types/approveCollectionPluginAuthorityV1Args.js";
|
|
16
|
+
import { getApprovePluginAuthorityV1ArgsCodec, getApprovePluginAuthorityV1ArgsDecoder, getApprovePluginAuthorityV1ArgsEncoder } from "./generated/types/approvePluginAuthorityV1Args.js";
|
|
17
|
+
import { getAttributeCodec, getAttributeDecoder, getAttributeEncoder } from "./generated/types/attribute.js";
|
|
18
|
+
import { getAttributesCodec, getAttributesDecoder, getAttributesEncoder } from "./generated/types/attributes.js";
|
|
19
|
+
import { authority, getAuthorityCodec, getAuthorityDecoder, getAuthorityEncoder, isAuthority } from "./generated/types/authority.js";
|
|
20
|
+
import { getAutographCodec, getAutographDecoder, getAutographEncoder } from "./generated/types/autograph.js";
|
|
21
|
+
import { getAutographSignatureCodec, getAutographSignatureDecoder, getAutographSignatureEncoder } from "./generated/types/autographSignature.js";
|
|
22
|
+
import { getBubblegumV2Codec, getBubblegumV2Decoder, getBubblegumV2Encoder } from "./generated/types/bubblegumV2.js";
|
|
23
|
+
import { getBurnCollectionV1ArgsCodec, getBurnCollectionV1ArgsDecoder, getBurnCollectionV1ArgsEncoder } from "./generated/types/burnCollectionV1Args.js";
|
|
24
|
+
import { getBurnDelegateCodec, getBurnDelegateDecoder, getBurnDelegateEncoder } from "./generated/types/burnDelegate.js";
|
|
25
|
+
import { getBurnV1ArgsCodec, getBurnV1ArgsDecoder, getBurnV1ArgsEncoder } from "./generated/types/burnV1Args.js";
|
|
26
|
+
import { getCloseGroupV1ArgsCodec, getCloseGroupV1ArgsDecoder, getCloseGroupV1ArgsEncoder } from "./generated/types/closeGroupV1Args.js";
|
|
27
|
+
import { getCompressionProofCodec, getCompressionProofDecoder, getCompressionProofEncoder } from "./generated/types/compressionProof.js";
|
|
28
|
+
import { getCompressV1ArgsCodec, getCompressV1ArgsDecoder, getCompressV1ArgsEncoder } from "./generated/types/compressV1Args.js";
|
|
29
|
+
import { getCreateCollectionV1ArgsCodec, getCreateCollectionV1ArgsDecoder, getCreateCollectionV1ArgsEncoder } from "./generated/types/createCollectionV1Args.js";
|
|
30
|
+
import { getCreateCollectionV2ArgsCodec, getCreateCollectionV2ArgsDecoder, getCreateCollectionV2ArgsEncoder } from "./generated/types/createCollectionV2Args.js";
|
|
31
|
+
import { getCreateGroupV1ArgsCodec, getCreateGroupV1ArgsDecoder, getCreateGroupV1ArgsEncoder } from "./generated/types/createGroupV1Args.js";
|
|
32
|
+
import { getCreateV1ArgsCodec, getCreateV1ArgsDecoder, getCreateV1ArgsEncoder } from "./generated/types/createV1Args.js";
|
|
33
|
+
import { getCreateV2ArgsCodec, getCreateV2ArgsDecoder, getCreateV2ArgsEncoder } from "./generated/types/createV2Args.js";
|
|
34
|
+
import { getCreatorCodec, getCreatorDecoder, getCreatorEncoder } from "./generated/types/creator.js";
|
|
35
|
+
import { getDataSectionCodec, getDataSectionDecoder, getDataSectionEncoder } from "./generated/types/dataSection.js";
|
|
36
|
+
import { getDataSectionInitInfoCodec, getDataSectionInitInfoDecoder, getDataSectionInitInfoEncoder } from "./generated/types/dataSectionInitInfo.js";
|
|
37
|
+
import { getDataSectionUpdateInfoCodec, getDataSectionUpdateInfoDecoder, getDataSectionUpdateInfoEncoder } from "./generated/types/dataSectionUpdateInfo.js";
|
|
38
|
+
import { DataState, getDataStateCodec, getDataStateDecoder, getDataStateEncoder } from "./generated/types/dataState.js";
|
|
39
|
+
import { getDecompressV1ArgsCodec, getDecompressV1ArgsDecoder, getDecompressV1ArgsEncoder } from "./generated/types/decompressV1Args.js";
|
|
40
|
+
import { getEditionCodec, getEditionDecoder, getEditionEncoder } from "./generated/types/edition.js";
|
|
41
|
+
import { getExecuteV1ArgsCodec, getExecuteV1ArgsDecoder, getExecuteV1ArgsEncoder } from "./generated/types/executeV1Args.js";
|
|
42
|
+
import { getExternalCheckResultCodec, getExternalCheckResultDecoder, getExternalCheckResultEncoder } from "./generated/types/externalCheckResult.js";
|
|
43
|
+
import { externalPluginAdapter, getExternalPluginAdapterCodec, getExternalPluginAdapterDecoder, getExternalPluginAdapterEncoder, isExternalPluginAdapter } from "./generated/types/externalPluginAdapter.js";
|
|
44
|
+
import { externalPluginAdapterInitInfo, getExternalPluginAdapterInitInfoCodec, getExternalPluginAdapterInitInfoDecoder, getExternalPluginAdapterInitInfoEncoder, isExternalPluginAdapterInitInfo } from "./generated/types/externalPluginAdapterInitInfo.js";
|
|
45
|
+
import { externalPluginAdapterKey, getExternalPluginAdapterKeyCodec, getExternalPluginAdapterKeyDecoder, getExternalPluginAdapterKeyEncoder, isExternalPluginAdapterKey } from "./generated/types/externalPluginAdapterKey.js";
|
|
46
|
+
import { ExternalPluginAdapterSchema, getExternalPluginAdapterSchemaCodec, getExternalPluginAdapterSchemaDecoder, getExternalPluginAdapterSchemaEncoder } from "./generated/types/externalPluginAdapterSchema.js";
|
|
47
|
+
import { ExternalPluginAdapterType, getExternalPluginAdapterTypeCodec, getExternalPluginAdapterTypeDecoder, getExternalPluginAdapterTypeEncoder } from "./generated/types/externalPluginAdapterType.js";
|
|
48
|
+
import { externalPluginAdapterUpdateInfo, getExternalPluginAdapterUpdateInfoCodec, getExternalPluginAdapterUpdateInfoDecoder, getExternalPluginAdapterUpdateInfoEncoder, isExternalPluginAdapterUpdateInfo } from "./generated/types/externalPluginAdapterUpdateInfo.js";
|
|
49
|
+
import { getExternalRegistryRecordCodec, getExternalRegistryRecordDecoder, getExternalRegistryRecordEncoder } from "./generated/types/externalRegistryRecord.js";
|
|
50
|
+
import { ExternalValidationResult, getExternalValidationResultCodec, getExternalValidationResultDecoder, getExternalValidationResultEncoder } from "./generated/types/externalValidationResult.js";
|
|
51
|
+
import { extraAccount, getExtraAccountCodec, getExtraAccountDecoder, getExtraAccountEncoder, isExtraAccount } from "./generated/types/extraAccount.js";
|
|
52
|
+
import { getFreezeDelegateCodec, getFreezeDelegateDecoder, getFreezeDelegateEncoder } from "./generated/types/freezeDelegate.js";
|
|
53
|
+
import { getFreezeExecuteCodec, getFreezeExecuteDecoder, getFreezeExecuteEncoder } from "./generated/types/freezeExecute.js";
|
|
54
|
+
import { getGroupsCodec, getGroupsDecoder, getGroupsEncoder } from "./generated/types/groups.js";
|
|
55
|
+
import { getHashablePluginSchemaCodec, getHashablePluginSchemaDecoder, getHashablePluginSchemaEncoder } from "./generated/types/hashablePluginSchema.js";
|
|
56
|
+
import { getHashedAssetSchemaCodec, getHashedAssetSchemaDecoder, getHashedAssetSchemaEncoder } from "./generated/types/hashedAssetSchema.js";
|
|
57
|
+
import { HookableLifecycleEvent, getHookableLifecycleEventCodec, getHookableLifecycleEventDecoder, getHookableLifecycleEventEncoder } from "./generated/types/hookableLifecycleEvent.js";
|
|
58
|
+
import { getImmutableMetadataCodec, getImmutableMetadataDecoder, getImmutableMetadataEncoder } from "./generated/types/immutableMetadata.js";
|
|
59
|
+
import { Key, getKeyCodec, getKeyDecoder, getKeyEncoder } from "./generated/types/key.js";
|
|
60
|
+
import { getLifecycleHookCodec, getLifecycleHookDecoder, getLifecycleHookEncoder } from "./generated/types/lifecycleHook.js";
|
|
61
|
+
import { getLifecycleHookInitInfoCodec, getLifecycleHookInitInfoDecoder, getLifecycleHookInitInfoEncoder } from "./generated/types/lifecycleHookInitInfo.js";
|
|
62
|
+
import { getLifecycleHookUpdateInfoCodec, getLifecycleHookUpdateInfoDecoder, getLifecycleHookUpdateInfoEncoder } from "./generated/types/lifecycleHookUpdateInfo.js";
|
|
63
|
+
import { getLinkedAppDataCodec, getLinkedAppDataDecoder, getLinkedAppDataEncoder } from "./generated/types/linkedAppData.js";
|
|
64
|
+
import { getLinkedAppDataInitInfoCodec, getLinkedAppDataInitInfoDecoder, getLinkedAppDataInitInfoEncoder } from "./generated/types/linkedAppDataInitInfo.js";
|
|
65
|
+
import { getLinkedAppDataUpdateInfoCodec, getLinkedAppDataUpdateInfoDecoder, getLinkedAppDataUpdateInfoEncoder } from "./generated/types/linkedAppDataUpdateInfo.js";
|
|
66
|
+
import { getLinkedDataKeyCodec, getLinkedDataKeyDecoder, getLinkedDataKeyEncoder, isLinkedDataKey, linkedDataKey } from "./generated/types/linkedDataKey.js";
|
|
67
|
+
import { getLinkedLifecycleHookCodec, getLinkedLifecycleHookDecoder, getLinkedLifecycleHookEncoder } from "./generated/types/linkedLifecycleHook.js";
|
|
68
|
+
import { getLinkedLifecycleHookInitInfoCodec, getLinkedLifecycleHookInitInfoDecoder, getLinkedLifecycleHookInitInfoEncoder } from "./generated/types/linkedLifecycleHookInitInfo.js";
|
|
69
|
+
import { getLinkedLifecycleHookUpdateInfoCodec, getLinkedLifecycleHookUpdateInfoDecoder, getLinkedLifecycleHookUpdateInfoEncoder } from "./generated/types/linkedLifecycleHookUpdateInfo.js";
|
|
70
|
+
import { getMasterEditionCodec, getMasterEditionDecoder, getMasterEditionEncoder } from "./generated/types/masterEdition.js";
|
|
71
|
+
import { getOracleCodec, getOracleDecoder, getOracleEncoder } from "./generated/types/oracle.js";
|
|
72
|
+
import { getOracleInitInfoCodec, getOracleInitInfoDecoder, getOracleInitInfoEncoder } from "./generated/types/oracleInitInfo.js";
|
|
73
|
+
import { getOracleUpdateInfoCodec, getOracleUpdateInfoDecoder, getOracleUpdateInfoEncoder } from "./generated/types/oracleUpdateInfo.js";
|
|
74
|
+
import { getOracleValidationCodec, getOracleValidationDecoder, getOracleValidationEncoder, isOracleValidation, oracleValidation } from "./generated/types/oracleValidation.js";
|
|
75
|
+
import { getPermanentBurnDelegateCodec, getPermanentBurnDelegateDecoder, getPermanentBurnDelegateEncoder } from "./generated/types/permanentBurnDelegate.js";
|
|
76
|
+
import { getPermanentFreezeDelegateCodec, getPermanentFreezeDelegateDecoder, getPermanentFreezeDelegateEncoder } from "./generated/types/permanentFreezeDelegate.js";
|
|
77
|
+
import { getPermanentFreezeExecuteCodec, getPermanentFreezeExecuteDecoder, getPermanentFreezeExecuteEncoder } from "./generated/types/permanentFreezeExecute.js";
|
|
78
|
+
import { getPermanentTransferDelegateCodec, getPermanentTransferDelegateDecoder, getPermanentTransferDelegateEncoder } from "./generated/types/permanentTransferDelegate.js";
|
|
79
|
+
import { getPluginCodec, getPluginDecoder, getPluginEncoder, isPlugin, plugin } from "./generated/types/plugin.js";
|
|
80
|
+
import { getPluginAuthorityPairCodec, getPluginAuthorityPairDecoder, getPluginAuthorityPairEncoder } from "./generated/types/pluginAuthorityPair.js";
|
|
81
|
+
import { PluginType, getPluginTypeCodec, getPluginTypeDecoder, getPluginTypeEncoder } from "./generated/types/pluginType.js";
|
|
82
|
+
import { getRegistryRecordCodec, getRegistryRecordDecoder, getRegistryRecordEncoder } from "./generated/types/registryRecord.js";
|
|
83
|
+
import { getRelationshipEntryCodec, getRelationshipEntryDecoder, getRelationshipEntryEncoder } from "./generated/types/relationshipEntry.js";
|
|
84
|
+
import { RelationshipKind, getRelationshipKindCodec, getRelationshipKindDecoder, getRelationshipKindEncoder } from "./generated/types/relationshipKind.js";
|
|
85
|
+
import { getRemoveAssetsFromGroupV1ArgsCodec, getRemoveAssetsFromGroupV1ArgsDecoder, getRemoveAssetsFromGroupV1ArgsEncoder } from "./generated/types/removeAssetsFromGroupV1Args.js";
|
|
86
|
+
import { getRemoveCollectionExternalPluginAdapterV1ArgsCodec, getRemoveCollectionExternalPluginAdapterV1ArgsDecoder, getRemoveCollectionExternalPluginAdapterV1ArgsEncoder } from "./generated/types/removeCollectionExternalPluginAdapterV1Args.js";
|
|
87
|
+
import { getRemoveCollectionPluginV1ArgsCodec, getRemoveCollectionPluginV1ArgsDecoder, getRemoveCollectionPluginV1ArgsEncoder } from "./generated/types/removeCollectionPluginV1Args.js";
|
|
88
|
+
import { getRemoveCollectionsFromGroupV1ArgsCodec, getRemoveCollectionsFromGroupV1ArgsDecoder, getRemoveCollectionsFromGroupV1ArgsEncoder } from "./generated/types/removeCollectionsFromGroupV1Args.js";
|
|
89
|
+
import { getRemoveExternalPluginAdapterV1ArgsCodec, getRemoveExternalPluginAdapterV1ArgsDecoder, getRemoveExternalPluginAdapterV1ArgsEncoder } from "./generated/types/removeExternalPluginAdapterV1Args.js";
|
|
90
|
+
import { getRemoveGroupsFromGroupV1ArgsCodec, getRemoveGroupsFromGroupV1ArgsDecoder, getRemoveGroupsFromGroupV1ArgsEncoder } from "./generated/types/removeGroupsFromGroupV1Args.js";
|
|
91
|
+
import { getRemovePluginV1ArgsCodec, getRemovePluginV1ArgsDecoder, getRemovePluginV1ArgsEncoder } from "./generated/types/removePluginV1Args.js";
|
|
92
|
+
import { getRevokeCollectionPluginAuthorityV1ArgsCodec, getRevokeCollectionPluginAuthorityV1ArgsDecoder, getRevokeCollectionPluginAuthorityV1ArgsEncoder } from "./generated/types/revokeCollectionPluginAuthorityV1Args.js";
|
|
93
|
+
import { getRevokePluginAuthorityV1ArgsCodec, getRevokePluginAuthorityV1ArgsDecoder, getRevokePluginAuthorityV1ArgsEncoder } from "./generated/types/revokePluginAuthorityV1Args.js";
|
|
94
|
+
import { getRoyaltiesCodec, getRoyaltiesDecoder, getRoyaltiesEncoder } from "./generated/types/royalties.js";
|
|
95
|
+
import { getRuleSetCodec, getRuleSetDecoder, getRuleSetEncoder, isRuleSet, ruleSet } from "./generated/types/ruleSet.js";
|
|
96
|
+
import { getSeedCodec, getSeedDecoder, getSeedEncoder, isSeed, seed } from "./generated/types/seed.js";
|
|
97
|
+
import { getTransferDelegateCodec, getTransferDelegateDecoder, getTransferDelegateEncoder } from "./generated/types/transferDelegate.js";
|
|
98
|
+
import { getTransferV1ArgsCodec, getTransferV1ArgsDecoder, getTransferV1ArgsEncoder } from "./generated/types/transferV1Args.js";
|
|
99
|
+
import { getUpdateAuthorityCodec, getUpdateAuthorityDecoder, getUpdateAuthorityEncoder, isUpdateAuthority, updateAuthority } from "./generated/types/updateAuthority.js";
|
|
100
|
+
import { getUpdateCollectionExternalPluginAdapterV1ArgsCodec, getUpdateCollectionExternalPluginAdapterV1ArgsDecoder, getUpdateCollectionExternalPluginAdapterV1ArgsEncoder } from "./generated/types/updateCollectionExternalPluginAdapterV1Args.js";
|
|
101
|
+
import { getUpdateCollectionInfoV1ArgsCodec, getUpdateCollectionInfoV1ArgsDecoder, getUpdateCollectionInfoV1ArgsEncoder } from "./generated/types/updateCollectionInfoV1Args.js";
|
|
102
|
+
import { getUpdateCollectionPluginV1ArgsCodec, getUpdateCollectionPluginV1ArgsDecoder, getUpdateCollectionPluginV1ArgsEncoder } from "./generated/types/updateCollectionPluginV1Args.js";
|
|
103
|
+
import { getUpdateCollectionV1ArgsCodec, getUpdateCollectionV1ArgsDecoder, getUpdateCollectionV1ArgsEncoder } from "./generated/types/updateCollectionV1Args.js";
|
|
104
|
+
import { getUpdateDelegateCodec, getUpdateDelegateDecoder, getUpdateDelegateEncoder } from "./generated/types/updateDelegate.js";
|
|
105
|
+
import { getUpdateExternalPluginAdapterV1ArgsCodec, getUpdateExternalPluginAdapterV1ArgsDecoder, getUpdateExternalPluginAdapterV1ArgsEncoder } from "./generated/types/updateExternalPluginAdapterV1Args.js";
|
|
106
|
+
import { getUpdateGroupV1ArgsCodec, getUpdateGroupV1ArgsDecoder, getUpdateGroupV1ArgsEncoder } from "./generated/types/updateGroupV1Args.js";
|
|
107
|
+
import { getUpdatePluginV1ArgsCodec, getUpdatePluginV1ArgsDecoder, getUpdatePluginV1ArgsEncoder } from "./generated/types/updatePluginV1Args.js";
|
|
108
|
+
import { UpdateType, getUpdateTypeCodec, getUpdateTypeDecoder, getUpdateTypeEncoder } from "./generated/types/updateType.js";
|
|
109
|
+
import { getUpdateV1ArgsCodec, getUpdateV1ArgsDecoder, getUpdateV1ArgsEncoder } from "./generated/types/updateV1Args.js";
|
|
110
|
+
import { getUpdateV2ArgsCodec, getUpdateV2ArgsDecoder, getUpdateV2ArgsEncoder } from "./generated/types/updateV2Args.js";
|
|
111
|
+
import { ValidationResult, getValidationResultCodec, getValidationResultDecoder, getValidationResultEncoder } from "./generated/types/validationResult.js";
|
|
112
|
+
import { getValidationResultsOffsetCodec, getValidationResultsOffsetDecoder, getValidationResultsOffsetEncoder, isValidationResultsOffset, validationResultsOffset } from "./generated/types/validationResultsOffset.js";
|
|
113
|
+
import { getVerifiedCreatorsCodec, getVerifiedCreatorsDecoder, getVerifiedCreatorsEncoder } from "./generated/types/verifiedCreators.js";
|
|
114
|
+
import { getVerifiedCreatorsSignatureCodec, getVerifiedCreatorsSignatureDecoder, getVerifiedCreatorsSignatureEncoder } from "./generated/types/verifiedCreatorsSignature.js";
|
|
115
|
+
import { getWriteCollectionExternalPluginAdapterDataV1ArgsCodec, getWriteCollectionExternalPluginAdapterDataV1ArgsDecoder, getWriteCollectionExternalPluginAdapterDataV1ArgsEncoder } from "./generated/types/writeCollectionExternalPluginAdapterDataV1Args.js";
|
|
116
|
+
import { getWriteExternalPluginAdapterDataV1ArgsCodec, getWriteExternalPluginAdapterDataV1ArgsDecoder, getWriteExternalPluginAdapterDataV1ArgsEncoder } from "./generated/types/writeExternalPluginAdapterDataV1Args.js";
|
|
117
|
+
import { decodeAssetV1, fetchAllAssetV1, fetchAllMaybeAssetV1, fetchAssetV1, fetchMaybeAssetV1, getAssetV1Codec, getAssetV1Decoder, getAssetV1Encoder } from "./generated/accounts/assetV1.js";
|
|
118
|
+
import { decodeCollectionV1, fetchAllCollectionV1, fetchAllMaybeCollectionV1, fetchCollectionV1, fetchMaybeCollectionV1, getCollectionV1Codec, getCollectionV1Decoder, getCollectionV1Encoder } from "./generated/accounts/collectionV1.js";
|
|
119
|
+
import { decodeGroupV1, fetchAllGroupV1, fetchAllMaybeGroupV1, fetchGroupV1, fetchMaybeGroupV1, getGroupV1Codec, getGroupV1Decoder, getGroupV1Encoder } from "./generated/accounts/groupV1.js";
|
|
120
|
+
import { decodeHashedAssetV1, fetchAllHashedAssetV1, fetchAllMaybeHashedAssetV1, fetchHashedAssetV1, fetchMaybeHashedAssetV1, getHashedAssetV1Codec, getHashedAssetV1Decoder, getHashedAssetV1Encoder } from "./generated/accounts/hashedAssetV1.js";
|
|
121
|
+
import { decodePluginHeaderV1, fetchAllMaybePluginHeaderV1, fetchAllPluginHeaderV1, fetchMaybePluginHeaderV1, fetchPluginHeaderV1, getPluginHeaderV1Codec, getPluginHeaderV1Decoder, getPluginHeaderV1Encoder } from "./generated/accounts/pluginHeaderV1.js";
|
|
122
|
+
import { decodePluginRegistryV1, fetchAllMaybePluginRegistryV1, fetchAllPluginRegistryV1, fetchMaybePluginRegistryV1, fetchPluginRegistryV1, getPluginRegistryV1Codec, getPluginRegistryV1Decoder, getPluginRegistryV1Encoder } from "./generated/accounts/pluginRegistryV1.js";
|
|
123
|
+
import { ADD_ASSETS_TO_GROUP_V1_DISCRIMINATOR, getAddAssetsToGroupV1DiscriminatorBytes, getAddAssetsToGroupV1Instruction, getAddAssetsToGroupV1InstructionDataCodec, getAddAssetsToGroupV1InstructionDataDecoder, getAddAssetsToGroupV1InstructionDataEncoder, parseAddAssetsToGroupV1Instruction } from "./generated/instructions/addAssetsToGroupV1.js";
|
|
124
|
+
import { ADD_COLLECTION_EXTERNAL_PLUGIN_ADAPTER_V1_DISCRIMINATOR, getAddCollectionExternalPluginAdapterV1DiscriminatorBytes, getAddCollectionExternalPluginAdapterV1Instruction, getAddCollectionExternalPluginAdapterV1InstructionDataCodec, getAddCollectionExternalPluginAdapterV1InstructionDataDecoder, getAddCollectionExternalPluginAdapterV1InstructionDataEncoder, parseAddCollectionExternalPluginAdapterV1Instruction } from "./generated/instructions/addCollectionExternalPluginAdapterV1.js";
|
|
125
|
+
import { ADD_COLLECTION_PLUGIN_V1_DISCRIMINATOR, getAddCollectionPluginV1DiscriminatorBytes, getAddCollectionPluginV1Instruction, getAddCollectionPluginV1InstructionDataCodec, getAddCollectionPluginV1InstructionDataDecoder, getAddCollectionPluginV1InstructionDataEncoder, parseAddCollectionPluginV1Instruction } from "./generated/instructions/addCollectionPluginV1.js";
|
|
126
|
+
import { ADD_COLLECTIONS_TO_GROUP_V1_DISCRIMINATOR, getAddCollectionsToGroupV1DiscriminatorBytes, getAddCollectionsToGroupV1Instruction, getAddCollectionsToGroupV1InstructionDataCodec, getAddCollectionsToGroupV1InstructionDataDecoder, getAddCollectionsToGroupV1InstructionDataEncoder, parseAddCollectionsToGroupV1Instruction } from "./generated/instructions/addCollectionsToGroupV1.js";
|
|
127
|
+
import { ADD_EXTERNAL_PLUGIN_ADAPTER_V1_DISCRIMINATOR, getAddExternalPluginAdapterV1DiscriminatorBytes, getAddExternalPluginAdapterV1Instruction, getAddExternalPluginAdapterV1InstructionDataCodec, getAddExternalPluginAdapterV1InstructionDataDecoder, getAddExternalPluginAdapterV1InstructionDataEncoder, parseAddExternalPluginAdapterV1Instruction } from "./generated/instructions/addExternalPluginAdapterV1.js";
|
|
128
|
+
import { ADD_GROUPS_TO_GROUP_V1_DISCRIMINATOR, getAddGroupsToGroupV1DiscriminatorBytes, getAddGroupsToGroupV1Instruction, getAddGroupsToGroupV1InstructionDataCodec, getAddGroupsToGroupV1InstructionDataDecoder, getAddGroupsToGroupV1InstructionDataEncoder, parseAddGroupsToGroupV1Instruction } from "./generated/instructions/addGroupsToGroupV1.js";
|
|
129
|
+
import { ADD_PLUGIN_V1_DISCRIMINATOR, getAddPluginV1DiscriminatorBytes, getAddPluginV1Instruction, getAddPluginV1InstructionDataCodec, getAddPluginV1InstructionDataDecoder, getAddPluginV1InstructionDataEncoder, parseAddPluginV1Instruction } from "./generated/instructions/addPluginV1.js";
|
|
130
|
+
import { APPROVE_COLLECTION_PLUGIN_AUTHORITY_V1_DISCRIMINATOR, getApproveCollectionPluginAuthorityV1DiscriminatorBytes, getApproveCollectionPluginAuthorityV1Instruction, getApproveCollectionPluginAuthorityV1InstructionDataCodec, getApproveCollectionPluginAuthorityV1InstructionDataDecoder, getApproveCollectionPluginAuthorityV1InstructionDataEncoder, parseApproveCollectionPluginAuthorityV1Instruction } from "./generated/instructions/approveCollectionPluginAuthorityV1.js";
|
|
131
|
+
import { APPROVE_PLUGIN_AUTHORITY_V1_DISCRIMINATOR, getApprovePluginAuthorityV1DiscriminatorBytes, getApprovePluginAuthorityV1Instruction, getApprovePluginAuthorityV1InstructionDataCodec, getApprovePluginAuthorityV1InstructionDataDecoder, getApprovePluginAuthorityV1InstructionDataEncoder, parseApprovePluginAuthorityV1Instruction } from "./generated/instructions/approvePluginAuthorityV1.js";
|
|
132
|
+
import { BURN_COLLECTION_V1_DISCRIMINATOR, getBurnCollectionV1DiscriminatorBytes, getBurnCollectionV1Instruction, getBurnCollectionV1InstructionDataCodec, getBurnCollectionV1InstructionDataDecoder, getBurnCollectionV1InstructionDataEncoder, parseBurnCollectionV1Instruction } from "./generated/instructions/burnCollectionV1.js";
|
|
133
|
+
import { BURN_V1_DISCRIMINATOR, getBurnV1DiscriminatorBytes, getBurnV1Instruction, getBurnV1InstructionDataCodec, getBurnV1InstructionDataDecoder, getBurnV1InstructionDataEncoder, parseBurnV1Instruction } from "./generated/instructions/burnV1.js";
|
|
134
|
+
import { CLOSE_GROUP_V1_DISCRIMINATOR, getCloseGroupV1DiscriminatorBytes, getCloseGroupV1Instruction, getCloseGroupV1InstructionDataCodec, getCloseGroupV1InstructionDataDecoder, getCloseGroupV1InstructionDataEncoder, parseCloseGroupV1Instruction } from "./generated/instructions/closeGroupV1.js";
|
|
135
|
+
import { COLLECT_DISCRIMINATOR, getCollectDiscriminatorBytes, getCollectInstruction, getCollectInstructionDataCodec, getCollectInstructionDataDecoder, getCollectInstructionDataEncoder, parseCollectInstruction } from "./generated/instructions/collect.js";
|
|
136
|
+
import { COMPRESS_V1_DISCRIMINATOR, getCompressV1DiscriminatorBytes, getCompressV1Instruction, getCompressV1InstructionDataCodec, getCompressV1InstructionDataDecoder, getCompressV1InstructionDataEncoder, parseCompressV1Instruction } from "./generated/instructions/compressV1.js";
|
|
137
|
+
import { CREATE_COLLECTION_V1_DISCRIMINATOR, getCreateCollectionV1DiscriminatorBytes, getCreateCollectionV1Instruction, getCreateCollectionV1InstructionDataCodec, getCreateCollectionV1InstructionDataDecoder, getCreateCollectionV1InstructionDataEncoder, parseCreateCollectionV1Instruction } from "./generated/instructions/createCollectionV1.js";
|
|
138
|
+
import { CREATE_COLLECTION_V2_DISCRIMINATOR, getCreateCollectionV2DiscriminatorBytes, getCreateCollectionV2Instruction, getCreateCollectionV2InstructionDataCodec, getCreateCollectionV2InstructionDataDecoder, getCreateCollectionV2InstructionDataEncoder, parseCreateCollectionV2Instruction } from "./generated/instructions/createCollectionV2.js";
|
|
139
|
+
import { CREATE_GROUP_V1_DISCRIMINATOR, getCreateGroupV1DiscriminatorBytes, getCreateGroupV1Instruction, getCreateGroupV1InstructionDataCodec, getCreateGroupV1InstructionDataDecoder, getCreateGroupV1InstructionDataEncoder, parseCreateGroupV1Instruction } from "./generated/instructions/createGroupV1.js";
|
|
140
|
+
import { CREATE_V1_DISCRIMINATOR, getCreateV1DiscriminatorBytes, getCreateV1Instruction, getCreateV1InstructionDataCodec, getCreateV1InstructionDataDecoder, getCreateV1InstructionDataEncoder, parseCreateV1Instruction } from "./generated/instructions/createV1.js";
|
|
141
|
+
import { CREATE_V2_DISCRIMINATOR, getCreateV2DiscriminatorBytes, getCreateV2Instruction, getCreateV2InstructionDataCodec, getCreateV2InstructionDataDecoder, getCreateV2InstructionDataEncoder, parseCreateV2Instruction } from "./generated/instructions/createV2.js";
|
|
142
|
+
import { DECOMPRESS_V1_DISCRIMINATOR, getDecompressV1DiscriminatorBytes, getDecompressV1Instruction, getDecompressV1InstructionDataCodec, getDecompressV1InstructionDataDecoder, getDecompressV1InstructionDataEncoder, parseDecompressV1Instruction } from "./generated/instructions/decompressV1.js";
|
|
143
|
+
import { findAssetSignerPda } from "./generated/pdas/assetSigner.js";
|
|
144
|
+
import { EXECUTE_V1_DISCRIMINATOR, getExecuteV1DiscriminatorBytes, getExecuteV1Instruction, getExecuteV1InstructionAsync, getExecuteV1InstructionDataCodec, getExecuteV1InstructionDataDecoder, getExecuteV1InstructionDataEncoder, parseExecuteV1Instruction } from "./generated/instructions/executeV1.js";
|
|
145
|
+
import { REMOVE_ASSETS_FROM_GROUP_V1_DISCRIMINATOR, getRemoveAssetsFromGroupV1DiscriminatorBytes, getRemoveAssetsFromGroupV1Instruction, getRemoveAssetsFromGroupV1InstructionDataCodec, getRemoveAssetsFromGroupV1InstructionDataDecoder, getRemoveAssetsFromGroupV1InstructionDataEncoder, parseRemoveAssetsFromGroupV1Instruction } from "./generated/instructions/removeAssetsFromGroupV1.js";
|
|
146
|
+
import { REMOVE_COLLECTION_EXTERNAL_PLUGIN_ADAPTER_V1_DISCRIMINATOR, getRemoveCollectionExternalPluginAdapterV1DiscriminatorBytes, getRemoveCollectionExternalPluginAdapterV1Instruction, getRemoveCollectionExternalPluginAdapterV1InstructionDataCodec, getRemoveCollectionExternalPluginAdapterV1InstructionDataDecoder, getRemoveCollectionExternalPluginAdapterV1InstructionDataEncoder, parseRemoveCollectionExternalPluginAdapterV1Instruction } from "./generated/instructions/removeCollectionExternalPluginAdapterV1.js";
|
|
147
|
+
import { REMOVE_COLLECTION_PLUGIN_V1_DISCRIMINATOR, getRemoveCollectionPluginV1DiscriminatorBytes, getRemoveCollectionPluginV1Instruction, getRemoveCollectionPluginV1InstructionDataCodec, getRemoveCollectionPluginV1InstructionDataDecoder, getRemoveCollectionPluginV1InstructionDataEncoder, parseRemoveCollectionPluginV1Instruction } from "./generated/instructions/removeCollectionPluginV1.js";
|
|
148
|
+
import { REMOVE_COLLECTIONS_FROM_GROUP_V1_DISCRIMINATOR, getRemoveCollectionsFromGroupV1DiscriminatorBytes, getRemoveCollectionsFromGroupV1Instruction, getRemoveCollectionsFromGroupV1InstructionDataCodec, getRemoveCollectionsFromGroupV1InstructionDataDecoder, getRemoveCollectionsFromGroupV1InstructionDataEncoder, parseRemoveCollectionsFromGroupV1Instruction } from "./generated/instructions/removeCollectionsFromGroupV1.js";
|
|
149
|
+
import { REMOVE_EXTERNAL_PLUGIN_ADAPTER_V1_DISCRIMINATOR, getRemoveExternalPluginAdapterV1DiscriminatorBytes, getRemoveExternalPluginAdapterV1Instruction, getRemoveExternalPluginAdapterV1InstructionDataCodec, getRemoveExternalPluginAdapterV1InstructionDataDecoder, getRemoveExternalPluginAdapterV1InstructionDataEncoder, parseRemoveExternalPluginAdapterV1Instruction } from "./generated/instructions/removeExternalPluginAdapterV1.js";
|
|
150
|
+
import { REMOVE_GROUPS_FROM_GROUP_V1_DISCRIMINATOR, getRemoveGroupsFromGroupV1DiscriminatorBytes, getRemoveGroupsFromGroupV1Instruction, getRemoveGroupsFromGroupV1InstructionDataCodec, getRemoveGroupsFromGroupV1InstructionDataDecoder, getRemoveGroupsFromGroupV1InstructionDataEncoder, parseRemoveGroupsFromGroupV1Instruction } from "./generated/instructions/removeGroupsFromGroupV1.js";
|
|
151
|
+
import { REMOVE_PLUGIN_V1_DISCRIMINATOR, getRemovePluginV1DiscriminatorBytes, getRemovePluginV1Instruction, getRemovePluginV1InstructionDataCodec, getRemovePluginV1InstructionDataDecoder, getRemovePluginV1InstructionDataEncoder, parseRemovePluginV1Instruction } from "./generated/instructions/removePluginV1.js";
|
|
152
|
+
import { REVOKE_COLLECTION_PLUGIN_AUTHORITY_V1_DISCRIMINATOR, getRevokeCollectionPluginAuthorityV1DiscriminatorBytes, getRevokeCollectionPluginAuthorityV1Instruction, getRevokeCollectionPluginAuthorityV1InstructionDataCodec, getRevokeCollectionPluginAuthorityV1InstructionDataDecoder, getRevokeCollectionPluginAuthorityV1InstructionDataEncoder, parseRevokeCollectionPluginAuthorityV1Instruction } from "./generated/instructions/revokeCollectionPluginAuthorityV1.js";
|
|
153
|
+
import { REVOKE_PLUGIN_AUTHORITY_V1_DISCRIMINATOR, getRevokePluginAuthorityV1DiscriminatorBytes, getRevokePluginAuthorityV1Instruction, getRevokePluginAuthorityV1InstructionDataCodec, getRevokePluginAuthorityV1InstructionDataDecoder, getRevokePluginAuthorityV1InstructionDataEncoder, parseRevokePluginAuthorityV1Instruction } from "./generated/instructions/revokePluginAuthorityV1.js";
|
|
154
|
+
import { TRANSFER_V1_DISCRIMINATOR, getTransferV1DiscriminatorBytes, getTransferV1Instruction, getTransferV1InstructionDataCodec, getTransferV1InstructionDataDecoder, getTransferV1InstructionDataEncoder, parseTransferV1Instruction } from "./generated/instructions/transferV1.js";
|
|
155
|
+
import { UPDATE_COLLECTION_EXTERNAL_PLUGIN_ADAPTER_V1_DISCRIMINATOR, getUpdateCollectionExternalPluginAdapterV1DiscriminatorBytes, getUpdateCollectionExternalPluginAdapterV1Instruction, getUpdateCollectionExternalPluginAdapterV1InstructionDataCodec, getUpdateCollectionExternalPluginAdapterV1InstructionDataDecoder, getUpdateCollectionExternalPluginAdapterV1InstructionDataEncoder, parseUpdateCollectionExternalPluginAdapterV1Instruction } from "./generated/instructions/updateCollectionExternalPluginAdapterV1.js";
|
|
156
|
+
import { UPDATE_COLLECTION_INFO_V1_DISCRIMINATOR, getUpdateCollectionInfoV1DiscriminatorBytes, getUpdateCollectionInfoV1Instruction, getUpdateCollectionInfoV1InstructionDataCodec, getUpdateCollectionInfoV1InstructionDataDecoder, getUpdateCollectionInfoV1InstructionDataEncoder, parseUpdateCollectionInfoV1Instruction } from "./generated/instructions/updateCollectionInfoV1.js";
|
|
157
|
+
import { UPDATE_COLLECTION_PLUGIN_V1_DISCRIMINATOR, getUpdateCollectionPluginV1DiscriminatorBytes, getUpdateCollectionPluginV1Instruction, getUpdateCollectionPluginV1InstructionDataCodec, getUpdateCollectionPluginV1InstructionDataDecoder, getUpdateCollectionPluginV1InstructionDataEncoder, parseUpdateCollectionPluginV1Instruction } from "./generated/instructions/updateCollectionPluginV1.js";
|
|
158
|
+
import { UPDATE_COLLECTION_V1_DISCRIMINATOR, getUpdateCollectionV1DiscriminatorBytes, getUpdateCollectionV1Instruction, getUpdateCollectionV1InstructionDataCodec, getUpdateCollectionV1InstructionDataDecoder, getUpdateCollectionV1InstructionDataEncoder, parseUpdateCollectionV1Instruction } from "./generated/instructions/updateCollectionV1.js";
|
|
159
|
+
import { UPDATE_EXTERNAL_PLUGIN_ADAPTER_V1_DISCRIMINATOR, getUpdateExternalPluginAdapterV1DiscriminatorBytes, getUpdateExternalPluginAdapterV1Instruction, getUpdateExternalPluginAdapterV1InstructionDataCodec, getUpdateExternalPluginAdapterV1InstructionDataDecoder, getUpdateExternalPluginAdapterV1InstructionDataEncoder, parseUpdateExternalPluginAdapterV1Instruction } from "./generated/instructions/updateExternalPluginAdapterV1.js";
|
|
160
|
+
import { UPDATE_GROUP_V1_DISCRIMINATOR, getUpdateGroupV1DiscriminatorBytes, getUpdateGroupV1Instruction, getUpdateGroupV1InstructionDataCodec, getUpdateGroupV1InstructionDataDecoder, getUpdateGroupV1InstructionDataEncoder, parseUpdateGroupV1Instruction } from "./generated/instructions/updateGroupV1.js";
|
|
161
|
+
import { UPDATE_PLUGIN_V1_DISCRIMINATOR, getUpdatePluginV1DiscriminatorBytes, getUpdatePluginV1Instruction, getUpdatePluginV1InstructionDataCodec, getUpdatePluginV1InstructionDataDecoder, getUpdatePluginV1InstructionDataEncoder, parseUpdatePluginV1Instruction } from "./generated/instructions/updatePluginV1.js";
|
|
162
|
+
import { UPDATE_V1_DISCRIMINATOR, getUpdateV1DiscriminatorBytes, getUpdateV1Instruction, getUpdateV1InstructionDataCodec, getUpdateV1InstructionDataDecoder, getUpdateV1InstructionDataEncoder, parseUpdateV1Instruction } from "./generated/instructions/updateV1.js";
|
|
163
|
+
import { UPDATE_V2_DISCRIMINATOR, getUpdateV2DiscriminatorBytes, getUpdateV2Instruction, getUpdateV2InstructionDataCodec, getUpdateV2InstructionDataDecoder, getUpdateV2InstructionDataEncoder, parseUpdateV2Instruction } from "./generated/instructions/updateV2.js";
|
|
164
|
+
import { WRITE_COLLECTION_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR, getWriteCollectionExternalPluginAdapterDataV1DiscriminatorBytes, getWriteCollectionExternalPluginAdapterDataV1Instruction, getWriteCollectionExternalPluginAdapterDataV1InstructionDataCodec, getWriteCollectionExternalPluginAdapterDataV1InstructionDataDecoder, getWriteCollectionExternalPluginAdapterDataV1InstructionDataEncoder, parseWriteCollectionExternalPluginAdapterDataV1Instruction } from "./generated/instructions/writeCollectionExternalPluginAdapterDataV1.js";
|
|
165
|
+
import { WRITE_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR, getWriteExternalPluginAdapterDataV1DiscriminatorBytes, getWriteExternalPluginAdapterDataV1Instruction, getWriteExternalPluginAdapterDataV1InstructionDataCodec, getWriteExternalPluginAdapterDataV1InstructionDataDecoder, getWriteExternalPluginAdapterDataV1InstructionDataEncoder, parseWriteExternalPluginAdapterDataV1Instruction } from "./generated/instructions/writeExternalPluginAdapterDataV1.js";
|
|
166
|
+
import { MPL_CORE_PROGRAM_PROGRAM_ADDRESS, MplCoreProgramAccount, MplCoreProgramInstruction, identifyMplCoreProgramInstruction, mplCoreProgramProgram, parseMplCoreProgramInstruction } from "./generated/programs/mplCoreProgram.js";
|
|
167
|
+
import { MPL_CORE_PROGRAM_ERROR__AGENT_IDENTITY_MUST_SIGN, MPL_CORE_PROGRAM_ERROR__ALREADY_COMPRESSED, MPL_CORE_PROGRAM_ERROR__ALREADY_DECOMPRESSED, MPL_CORE_PROGRAM_ERROR__ASSET_IS_FROZEN, MPL_CORE_PROGRAM_ERROR__BLOCKED_BY_BUBBLEGUM_V2, MPL_CORE_PROGRAM_ERROR__CANNOT_ADD_DATA_SECTION, MPL_CORE_PROGRAM_ERROR__CANNOT_BURN_COLLECTION, MPL_CORE_PROGRAM_ERROR__CANNOT_MIGRATE_MASTER_WITH_SUPPLY, MPL_CORE_PROGRAM_ERROR__CANNOT_MIGRATE_PRINTS, MPL_CORE_PROGRAM_ERROR__CANNOT_REDELEGATE, MPL_CORE_PROGRAM_ERROR__COLLECTION_MUST_BE_EMPTY, MPL_CORE_PROGRAM_ERROR__CONFLICTING_AUTHORITY, MPL_CORE_PROGRAM_ERROR__DESERIALIZATION_ERROR, MPL_CORE_PROGRAM_ERROR__DUPLICATE_ENTRY, MPL_CORE_PROGRAM_ERROR__DUPLICATE_LIFECYCLE_CHECKS, MPL_CORE_PROGRAM_ERROR__EXTERNAL_PLUGIN_ADAPTER_ALREADY_EXISTS, MPL_CORE_PROGRAM_ERROR__EXTERNAL_PLUGIN_ADAPTER_NOT_FOUND, MPL_CORE_PROGRAM_ERROR__GROUP_MUST_BE_EMPTY, MPL_CORE_PROGRAM_ERROR__GROUP_NESTING_DEPTH_EXCEEDED, MPL_CORE_PROGRAM_ERROR__GROUP_VECTOR_FULL, MPL_CORE_PROGRAM_ERROR__INCONSISTENT_GROUP_RELATIONSHIP, MPL_CORE_PROGRAM_ERROR__INCORRECT_ACCOUNT, MPL_CORE_PROGRAM_ERROR__INCORRECT_ASSET_HASH, MPL_CORE_PROGRAM_ERROR__INVALID_ASSET, MPL_CORE_PROGRAM_ERROR__INVALID_AUTHORITY, MPL_CORE_PROGRAM_ERROR__INVALID_COLLECTION, MPL_CORE_PROGRAM_ERROR__INVALID_EXECUTE_PDA, MPL_CORE_PROGRAM_ERROR__INVALID_LOG_WRAPPER_PROGRAM, MPL_CORE_PROGRAM_ERROR__INVALID_ORACLE_ACCOUNT_DATA, MPL_CORE_PROGRAM_ERROR__INVALID_PLUGIN, MPL_CORE_PROGRAM_ERROR__INVALID_PLUGIN_ADAPTER_TARGET, MPL_CORE_PROGRAM_ERROR__INVALID_PLUGIN_OPERATION, MPL_CORE_PROGRAM_ERROR__INVALID_PLUGIN_SETTING, MPL_CORE_PROGRAM_ERROR__INVALID_SYSTEM_PROGRAM, MPL_CORE_PROGRAM_ERROR__MISSING_ASSET, MPL_CORE_PROGRAM_ERROR__MISSING_COLLECTION, MPL_CORE_PROGRAM_ERROR__MISSING_COMPRESSION_PROOF, MPL_CORE_PROGRAM_ERROR__MISSING_EXTERNAL_PLUGIN_ADAPTER_ACCOUNT, MPL_CORE_PROGRAM_ERROR__MISSING_NEW_OWNER, MPL_CORE_PROGRAM_ERROR__MISSING_SIGNER, MPL_CORE_PROGRAM_ERROR__MISSING_SYSTEM_PROGRAM, MPL_CORE_PROGRAM_ERROR__MISSING_UPDATE_AUTHORITY, MPL_CORE_PROGRAM_ERROR__NOT_AVAILABLE, MPL_CORE_PROGRAM_ERROR__NO_APPROVALS, MPL_CORE_PROGRAM_ERROR__NO_DATA_SOURCES, MPL_CORE_PROGRAM_ERROR__NUMERICAL_OVERFLOW, MPL_CORE_PROGRAM_ERROR__NUMERICAL_OVERFLOW_ERROR, MPL_CORE_PROGRAM_ERROR__ORACLE_CAN_REJECT_ONLY, MPL_CORE_PROGRAM_ERROR__PERMANENT_DELEGATES_PREVENT_MOVE, MPL_CORE_PROGRAM_ERROR__PLUGINS_NOT_INITIALIZED, MPL_CORE_PROGRAM_ERROR__PLUGIN_ALREADY_EXISTS, MPL_CORE_PROGRAM_ERROR__PLUGIN_NOT_FOUND, MPL_CORE_PROGRAM_ERROR__REQUIRES_LIFECYCLE_CHECK, MPL_CORE_PROGRAM_ERROR__SERIALIZATION_ERROR, MPL_CORE_PROGRAM_ERROR__TWO_DATA_SOURCES, MPL_CORE_PROGRAM_ERROR__UNINITIALIZED_ORACLE_ACCOUNT, MPL_CORE_PROGRAM_ERROR__UNSUPPORTED_OPERATION, getMplCoreProgramErrorMessage, isMplCoreProgramError } from "./generated/errors/mplCoreProgram.js";
|
|
168
|
+
export { ADD_ASSETS_TO_GROUP_V1_DISCRIMINATOR, ADD_COLLECTIONS_TO_GROUP_V1_DISCRIMINATOR, ADD_COLLECTION_EXTERNAL_PLUGIN_ADAPTER_V1_DISCRIMINATOR, ADD_COLLECTION_PLUGIN_V1_DISCRIMINATOR, ADD_EXTERNAL_PLUGIN_ADAPTER_V1_DISCRIMINATOR, ADD_GROUPS_TO_GROUP_V1_DISCRIMINATOR, ADD_PLUGIN_V1_DISCRIMINATOR, APPROVE_COLLECTION_PLUGIN_AUTHORITY_V1_DISCRIMINATOR, APPROVE_PLUGIN_AUTHORITY_V1_DISCRIMINATOR, BURN_COLLECTION_V1_DISCRIMINATOR, BURN_V1_DISCRIMINATOR, CLOSE_GROUP_V1_DISCRIMINATOR, COLLECT_DISCRIMINATOR, COMPRESS_V1_DISCRIMINATOR, CREATE_COLLECTION_V1_DISCRIMINATOR, CREATE_COLLECTION_V2_DISCRIMINATOR, CREATE_GROUP_V1_DISCRIMINATOR, CREATE_V1_DISCRIMINATOR, CREATE_V2_DISCRIMINATOR, DECOMPRESS_V1_DISCRIMINATOR, DataState, EXECUTE_V1_DISCRIMINATOR, ExternalPluginAdapterSchema, ExternalPluginAdapterType, ExternalValidationResult, HookableLifecycleEvent, Key, MPL_CORE_PROGRAM_ERROR__AGENT_IDENTITY_MUST_SIGN, MPL_CORE_PROGRAM_ERROR__ALREADY_COMPRESSED, MPL_CORE_PROGRAM_ERROR__ALREADY_DECOMPRESSED, MPL_CORE_PROGRAM_ERROR__ASSET_IS_FROZEN, MPL_CORE_PROGRAM_ERROR__BLOCKED_BY_BUBBLEGUM_V2, MPL_CORE_PROGRAM_ERROR__CANNOT_ADD_DATA_SECTION, MPL_CORE_PROGRAM_ERROR__CANNOT_BURN_COLLECTION, MPL_CORE_PROGRAM_ERROR__CANNOT_MIGRATE_MASTER_WITH_SUPPLY, MPL_CORE_PROGRAM_ERROR__CANNOT_MIGRATE_PRINTS, MPL_CORE_PROGRAM_ERROR__CANNOT_REDELEGATE, MPL_CORE_PROGRAM_ERROR__COLLECTION_MUST_BE_EMPTY, MPL_CORE_PROGRAM_ERROR__CONFLICTING_AUTHORITY, MPL_CORE_PROGRAM_ERROR__DESERIALIZATION_ERROR, MPL_CORE_PROGRAM_ERROR__DUPLICATE_ENTRY, MPL_CORE_PROGRAM_ERROR__DUPLICATE_LIFECYCLE_CHECKS, MPL_CORE_PROGRAM_ERROR__EXTERNAL_PLUGIN_ADAPTER_ALREADY_EXISTS, MPL_CORE_PROGRAM_ERROR__EXTERNAL_PLUGIN_ADAPTER_NOT_FOUND, MPL_CORE_PROGRAM_ERROR__GROUP_MUST_BE_EMPTY, MPL_CORE_PROGRAM_ERROR__GROUP_NESTING_DEPTH_EXCEEDED, MPL_CORE_PROGRAM_ERROR__GROUP_VECTOR_FULL, MPL_CORE_PROGRAM_ERROR__INCONSISTENT_GROUP_RELATIONSHIP, MPL_CORE_PROGRAM_ERROR__INCORRECT_ACCOUNT, MPL_CORE_PROGRAM_ERROR__INCORRECT_ASSET_HASH, MPL_CORE_PROGRAM_ERROR__INVALID_ASSET, MPL_CORE_PROGRAM_ERROR__INVALID_AUTHORITY, MPL_CORE_PROGRAM_ERROR__INVALID_COLLECTION, MPL_CORE_PROGRAM_ERROR__INVALID_EXECUTE_PDA, MPL_CORE_PROGRAM_ERROR__INVALID_LOG_WRAPPER_PROGRAM, MPL_CORE_PROGRAM_ERROR__INVALID_ORACLE_ACCOUNT_DATA, MPL_CORE_PROGRAM_ERROR__INVALID_PLUGIN, MPL_CORE_PROGRAM_ERROR__INVALID_PLUGIN_ADAPTER_TARGET, MPL_CORE_PROGRAM_ERROR__INVALID_PLUGIN_OPERATION, MPL_CORE_PROGRAM_ERROR__INVALID_PLUGIN_SETTING, MPL_CORE_PROGRAM_ERROR__INVALID_SYSTEM_PROGRAM, MPL_CORE_PROGRAM_ERROR__MISSING_ASSET, MPL_CORE_PROGRAM_ERROR__MISSING_COLLECTION, MPL_CORE_PROGRAM_ERROR__MISSING_COMPRESSION_PROOF, MPL_CORE_PROGRAM_ERROR__MISSING_EXTERNAL_PLUGIN_ADAPTER_ACCOUNT, MPL_CORE_PROGRAM_ERROR__MISSING_NEW_OWNER, MPL_CORE_PROGRAM_ERROR__MISSING_SIGNER, MPL_CORE_PROGRAM_ERROR__MISSING_SYSTEM_PROGRAM, MPL_CORE_PROGRAM_ERROR__MISSING_UPDATE_AUTHORITY, MPL_CORE_PROGRAM_ERROR__NOT_AVAILABLE, MPL_CORE_PROGRAM_ERROR__NO_APPROVALS, MPL_CORE_PROGRAM_ERROR__NO_DATA_SOURCES, MPL_CORE_PROGRAM_ERROR__NUMERICAL_OVERFLOW, MPL_CORE_PROGRAM_ERROR__NUMERICAL_OVERFLOW_ERROR, MPL_CORE_PROGRAM_ERROR__ORACLE_CAN_REJECT_ONLY, MPL_CORE_PROGRAM_ERROR__PERMANENT_DELEGATES_PREVENT_MOVE, MPL_CORE_PROGRAM_ERROR__PLUGINS_NOT_INITIALIZED, MPL_CORE_PROGRAM_ERROR__PLUGIN_ALREADY_EXISTS, MPL_CORE_PROGRAM_ERROR__PLUGIN_NOT_FOUND, MPL_CORE_PROGRAM_ERROR__REQUIRES_LIFECYCLE_CHECK, MPL_CORE_PROGRAM_ERROR__SERIALIZATION_ERROR, MPL_CORE_PROGRAM_ERROR__TWO_DATA_SOURCES, MPL_CORE_PROGRAM_ERROR__UNINITIALIZED_ORACLE_ACCOUNT, MPL_CORE_PROGRAM_ERROR__UNSUPPORTED_OPERATION, MPL_CORE_PROGRAM_PROGRAM_ADDRESS, MplCoreProgramAccount, MplCoreProgramInstruction, PluginType, REMOVE_ASSETS_FROM_GROUP_V1_DISCRIMINATOR, REMOVE_COLLECTIONS_FROM_GROUP_V1_DISCRIMINATOR, REMOVE_COLLECTION_EXTERNAL_PLUGIN_ADAPTER_V1_DISCRIMINATOR, REMOVE_COLLECTION_PLUGIN_V1_DISCRIMINATOR, REMOVE_EXTERNAL_PLUGIN_ADAPTER_V1_DISCRIMINATOR, REMOVE_GROUPS_FROM_GROUP_V1_DISCRIMINATOR, REMOVE_PLUGIN_V1_DISCRIMINATOR, REVOKE_COLLECTION_PLUGIN_AUTHORITY_V1_DISCRIMINATOR, REVOKE_PLUGIN_AUTHORITY_V1_DISCRIMINATOR, RelationshipKind, TRANSFER_V1_DISCRIMINATOR, UPDATE_COLLECTION_EXTERNAL_PLUGIN_ADAPTER_V1_DISCRIMINATOR, UPDATE_COLLECTION_INFO_V1_DISCRIMINATOR, UPDATE_COLLECTION_PLUGIN_V1_DISCRIMINATOR, UPDATE_COLLECTION_V1_DISCRIMINATOR, UPDATE_EXTERNAL_PLUGIN_ADAPTER_V1_DISCRIMINATOR, UPDATE_GROUP_V1_DISCRIMINATOR, UPDATE_PLUGIN_V1_DISCRIMINATOR, UPDATE_V1_DISCRIMINATOR, UPDATE_V2_DISCRIMINATOR, UpdateType, ValidationResult, WRITE_COLLECTION_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR, WRITE_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR, authority, decodeAssetV1, decodeCollectionV1, decodeGroupV1, decodeHashedAssetV1, decodePluginHeaderV1, decodePluginRegistryV1, externalPluginAdapter, externalPluginAdapterInitInfo, externalPluginAdapterKey, externalPluginAdapterUpdateInfo, extraAccount, fetchAllAssetV1, fetchAllCollectionV1, fetchAllGroupV1, fetchAllHashedAssetV1, fetchAllMaybeAssetV1, fetchAllMaybeCollectionV1, fetchAllMaybeGroupV1, fetchAllMaybeHashedAssetV1, fetchAllMaybePluginHeaderV1, fetchAllMaybePluginRegistryV1, fetchAllPluginHeaderV1, fetchAllPluginRegistryV1, fetchAssetV1, fetchCollectionV1, fetchGroupV1, fetchHashedAssetV1, fetchMaybeAssetV1, fetchMaybeCollectionV1, fetchMaybeGroupV1, fetchMaybeHashedAssetV1, fetchMaybePluginHeaderV1, fetchMaybePluginRegistryV1, fetchPluginHeaderV1, fetchPluginRegistryV1, findAssetSignerPda, getAddAssetsToGroupV1ArgsCodec, getAddAssetsToGroupV1ArgsDecoder, getAddAssetsToGroupV1ArgsEncoder, getAddAssetsToGroupV1DiscriminatorBytes, getAddAssetsToGroupV1Instruction, getAddAssetsToGroupV1InstructionDataCodec, getAddAssetsToGroupV1InstructionDataDecoder, getAddAssetsToGroupV1InstructionDataEncoder, getAddBlockerCodec, getAddBlockerDecoder, getAddBlockerEncoder, getAddCollectionExternalPluginAdapterV1ArgsCodec, getAddCollectionExternalPluginAdapterV1ArgsDecoder, getAddCollectionExternalPluginAdapterV1ArgsEncoder, getAddCollectionExternalPluginAdapterV1DiscriminatorBytes, getAddCollectionExternalPluginAdapterV1Instruction, getAddCollectionExternalPluginAdapterV1InstructionDataCodec, getAddCollectionExternalPluginAdapterV1InstructionDataDecoder, getAddCollectionExternalPluginAdapterV1InstructionDataEncoder, getAddCollectionPluginV1ArgsCodec, getAddCollectionPluginV1ArgsDecoder, getAddCollectionPluginV1ArgsEncoder, getAddCollectionPluginV1DiscriminatorBytes, getAddCollectionPluginV1Instruction, getAddCollectionPluginV1InstructionDataCodec, getAddCollectionPluginV1InstructionDataDecoder, getAddCollectionPluginV1InstructionDataEncoder, getAddCollectionsToGroupV1ArgsCodec, getAddCollectionsToGroupV1ArgsDecoder, getAddCollectionsToGroupV1ArgsEncoder, getAddCollectionsToGroupV1DiscriminatorBytes, getAddCollectionsToGroupV1Instruction, getAddCollectionsToGroupV1InstructionDataCodec, getAddCollectionsToGroupV1InstructionDataDecoder, getAddCollectionsToGroupV1InstructionDataEncoder, getAddExternalPluginAdapterV1ArgsCodec, getAddExternalPluginAdapterV1ArgsDecoder, getAddExternalPluginAdapterV1ArgsEncoder, getAddExternalPluginAdapterV1DiscriminatorBytes, getAddExternalPluginAdapterV1Instruction, getAddExternalPluginAdapterV1InstructionDataCodec, getAddExternalPluginAdapterV1InstructionDataDecoder, getAddExternalPluginAdapterV1InstructionDataEncoder, getAddGroupsToGroupV1ArgsCodec, getAddGroupsToGroupV1ArgsDecoder, getAddGroupsToGroupV1ArgsEncoder, getAddGroupsToGroupV1DiscriminatorBytes, getAddGroupsToGroupV1Instruction, getAddGroupsToGroupV1InstructionDataCodec, getAddGroupsToGroupV1InstructionDataDecoder, getAddGroupsToGroupV1InstructionDataEncoder, getAddPluginV1ArgsCodec, getAddPluginV1ArgsDecoder, getAddPluginV1ArgsEncoder, getAddPluginV1DiscriminatorBytes, getAddPluginV1Instruction, getAddPluginV1InstructionDataCodec, getAddPluginV1InstructionDataDecoder, getAddPluginV1InstructionDataEncoder, getAgentIdentityCodec, getAgentIdentityDecoder, getAgentIdentityEncoder, getAgentIdentityInitInfoCodec, getAgentIdentityInitInfoDecoder, getAgentIdentityInitInfoEncoder, getAgentIdentityUpdateInfoCodec, getAgentIdentityUpdateInfoDecoder, getAgentIdentityUpdateInfoEncoder, getAppDataCodec, getAppDataDecoder, getAppDataEncoder, getAppDataInitInfoCodec, getAppDataInitInfoDecoder, getAppDataInitInfoEncoder, getAppDataUpdateInfoCodec, getAppDataUpdateInfoDecoder, getAppDataUpdateInfoEncoder, getApproveCollectionPluginAuthorityV1ArgsCodec, getApproveCollectionPluginAuthorityV1ArgsDecoder, getApproveCollectionPluginAuthorityV1ArgsEncoder, getApproveCollectionPluginAuthorityV1DiscriminatorBytes, getApproveCollectionPluginAuthorityV1Instruction, getApproveCollectionPluginAuthorityV1InstructionDataCodec, getApproveCollectionPluginAuthorityV1InstructionDataDecoder, getApproveCollectionPluginAuthorityV1InstructionDataEncoder, getApprovePluginAuthorityV1ArgsCodec, getApprovePluginAuthorityV1ArgsDecoder, getApprovePluginAuthorityV1ArgsEncoder, getApprovePluginAuthorityV1DiscriminatorBytes, getApprovePluginAuthorityV1Instruction, getApprovePluginAuthorityV1InstructionDataCodec, getApprovePluginAuthorityV1InstructionDataDecoder, getApprovePluginAuthorityV1InstructionDataEncoder, getAssetV1Codec, getAssetV1Decoder, getAssetV1Encoder, getAttributeCodec, getAttributeDecoder, getAttributeEncoder, getAttributesCodec, getAttributesDecoder, getAttributesEncoder, getAuthorityCodec, getAuthorityDecoder, getAuthorityEncoder, getAutographCodec, getAutographDecoder, getAutographEncoder, getAutographSignatureCodec, getAutographSignatureDecoder, getAutographSignatureEncoder, getBubblegumV2Codec, getBubblegumV2Decoder, getBubblegumV2Encoder, getBurnCollectionV1ArgsCodec, getBurnCollectionV1ArgsDecoder, getBurnCollectionV1ArgsEncoder, getBurnCollectionV1DiscriminatorBytes, getBurnCollectionV1Instruction, getBurnCollectionV1InstructionDataCodec, getBurnCollectionV1InstructionDataDecoder, getBurnCollectionV1InstructionDataEncoder, getBurnDelegateCodec, getBurnDelegateDecoder, getBurnDelegateEncoder, getBurnV1ArgsCodec, getBurnV1ArgsDecoder, getBurnV1ArgsEncoder, getBurnV1DiscriminatorBytes, getBurnV1Instruction, getBurnV1InstructionDataCodec, getBurnV1InstructionDataDecoder, getBurnV1InstructionDataEncoder, getCloseGroupV1ArgsCodec, getCloseGroupV1ArgsDecoder, getCloseGroupV1ArgsEncoder, getCloseGroupV1DiscriminatorBytes, getCloseGroupV1Instruction, getCloseGroupV1InstructionDataCodec, getCloseGroupV1InstructionDataDecoder, getCloseGroupV1InstructionDataEncoder, getCollectDiscriminatorBytes, getCollectInstruction, getCollectInstructionDataCodec, getCollectInstructionDataDecoder, getCollectInstructionDataEncoder, getCollectionV1Codec, getCollectionV1Decoder, getCollectionV1Encoder, getCompressV1ArgsCodec, getCompressV1ArgsDecoder, getCompressV1ArgsEncoder, getCompressV1DiscriminatorBytes, getCompressV1Instruction, getCompressV1InstructionDataCodec, getCompressV1InstructionDataDecoder, getCompressV1InstructionDataEncoder, getCompressionProofCodec, getCompressionProofDecoder, getCompressionProofEncoder, getCreateCollectionV1ArgsCodec, getCreateCollectionV1ArgsDecoder, getCreateCollectionV1ArgsEncoder, getCreateCollectionV1DiscriminatorBytes, getCreateCollectionV1Instruction, getCreateCollectionV1InstructionDataCodec, getCreateCollectionV1InstructionDataDecoder, getCreateCollectionV1InstructionDataEncoder, getCreateCollectionV2ArgsCodec, getCreateCollectionV2ArgsDecoder, getCreateCollectionV2ArgsEncoder, getCreateCollectionV2DiscriminatorBytes, getCreateCollectionV2Instruction, getCreateCollectionV2InstructionDataCodec, getCreateCollectionV2InstructionDataDecoder, getCreateCollectionV2InstructionDataEncoder, getCreateGroupV1ArgsCodec, getCreateGroupV1ArgsDecoder, getCreateGroupV1ArgsEncoder, getCreateGroupV1DiscriminatorBytes, getCreateGroupV1Instruction, getCreateGroupV1InstructionDataCodec, getCreateGroupV1InstructionDataDecoder, getCreateGroupV1InstructionDataEncoder, getCreateV1ArgsCodec, getCreateV1ArgsDecoder, getCreateV1ArgsEncoder, getCreateV1DiscriminatorBytes, getCreateV1Instruction, getCreateV1InstructionDataCodec, getCreateV1InstructionDataDecoder, getCreateV1InstructionDataEncoder, getCreateV2ArgsCodec, getCreateV2ArgsDecoder, getCreateV2ArgsEncoder, getCreateV2DiscriminatorBytes, getCreateV2Instruction, getCreateV2InstructionDataCodec, getCreateV2InstructionDataDecoder, getCreateV2InstructionDataEncoder, getCreatorCodec, getCreatorDecoder, getCreatorEncoder, getDataSectionCodec, getDataSectionDecoder, getDataSectionEncoder, getDataSectionInitInfoCodec, getDataSectionInitInfoDecoder, getDataSectionInitInfoEncoder, getDataSectionUpdateInfoCodec, getDataSectionUpdateInfoDecoder, getDataSectionUpdateInfoEncoder, getDataStateCodec, getDataStateDecoder, getDataStateEncoder, getDecompressV1ArgsCodec, getDecompressV1ArgsDecoder, getDecompressV1ArgsEncoder, getDecompressV1DiscriminatorBytes, getDecompressV1Instruction, getDecompressV1InstructionDataCodec, getDecompressV1InstructionDataDecoder, getDecompressV1InstructionDataEncoder, getEditionCodec, getEditionDecoder, getEditionEncoder, getExecuteV1ArgsCodec, getExecuteV1ArgsDecoder, getExecuteV1ArgsEncoder, getExecuteV1DiscriminatorBytes, getExecuteV1Instruction, getExecuteV1InstructionAsync, getExecuteV1InstructionDataCodec, getExecuteV1InstructionDataDecoder, getExecuteV1InstructionDataEncoder, getExternalCheckResultCodec, getExternalCheckResultDecoder, getExternalCheckResultEncoder, getExternalPluginAdapterCodec, getExternalPluginAdapterDecoder, getExternalPluginAdapterEncoder, getExternalPluginAdapterInitInfoCodec, getExternalPluginAdapterInitInfoDecoder, getExternalPluginAdapterInitInfoEncoder, getExternalPluginAdapterKeyCodec, getExternalPluginAdapterKeyDecoder, getExternalPluginAdapterKeyEncoder, getExternalPluginAdapterSchemaCodec, getExternalPluginAdapterSchemaDecoder, getExternalPluginAdapterSchemaEncoder, getExternalPluginAdapterTypeCodec, getExternalPluginAdapterTypeDecoder, getExternalPluginAdapterTypeEncoder, getExternalPluginAdapterUpdateInfoCodec, getExternalPluginAdapterUpdateInfoDecoder, getExternalPluginAdapterUpdateInfoEncoder, getExternalRegistryRecordCodec, getExternalRegistryRecordDecoder, getExternalRegistryRecordEncoder, getExternalValidationResultCodec, getExternalValidationResultDecoder, getExternalValidationResultEncoder, getExtraAccountCodec, getExtraAccountDecoder, getExtraAccountEncoder, getFreezeDelegateCodec, getFreezeDelegateDecoder, getFreezeDelegateEncoder, getFreezeExecuteCodec, getFreezeExecuteDecoder, getFreezeExecuteEncoder, getGroupV1Codec, getGroupV1Decoder, getGroupV1Encoder, getGroupsCodec, getGroupsDecoder, getGroupsEncoder, getHashablePluginSchemaCodec, getHashablePluginSchemaDecoder, getHashablePluginSchemaEncoder, getHashedAssetSchemaCodec, getHashedAssetSchemaDecoder, getHashedAssetSchemaEncoder, getHashedAssetV1Codec, getHashedAssetV1Decoder, getHashedAssetV1Encoder, getHookableLifecycleEventCodec, getHookableLifecycleEventDecoder, getHookableLifecycleEventEncoder, getImmutableMetadataCodec, getImmutableMetadataDecoder, getImmutableMetadataEncoder, getKeyCodec, getKeyDecoder, getKeyEncoder, getLifecycleHookCodec, getLifecycleHookDecoder, getLifecycleHookEncoder, getLifecycleHookInitInfoCodec, getLifecycleHookInitInfoDecoder, getLifecycleHookInitInfoEncoder, getLifecycleHookUpdateInfoCodec, getLifecycleHookUpdateInfoDecoder, getLifecycleHookUpdateInfoEncoder, getLinkedAppDataCodec, getLinkedAppDataDecoder, getLinkedAppDataEncoder, getLinkedAppDataInitInfoCodec, getLinkedAppDataInitInfoDecoder, getLinkedAppDataInitInfoEncoder, getLinkedAppDataUpdateInfoCodec, getLinkedAppDataUpdateInfoDecoder, getLinkedAppDataUpdateInfoEncoder, getLinkedDataKeyCodec, getLinkedDataKeyDecoder, getLinkedDataKeyEncoder, getLinkedLifecycleHookCodec, getLinkedLifecycleHookDecoder, getLinkedLifecycleHookEncoder, getLinkedLifecycleHookInitInfoCodec, getLinkedLifecycleHookInitInfoDecoder, getLinkedLifecycleHookInitInfoEncoder, getLinkedLifecycleHookUpdateInfoCodec, getLinkedLifecycleHookUpdateInfoDecoder, getLinkedLifecycleHookUpdateInfoEncoder, getMasterEditionCodec, getMasterEditionDecoder, getMasterEditionEncoder, getMplCoreProgramErrorMessage, getOracleCodec, getOracleDecoder, getOracleEncoder, getOracleInitInfoCodec, getOracleInitInfoDecoder, getOracleInitInfoEncoder, getOracleUpdateInfoCodec, getOracleUpdateInfoDecoder, getOracleUpdateInfoEncoder, getOracleValidationCodec, getOracleValidationDecoder, getOracleValidationEncoder, getPermanentBurnDelegateCodec, getPermanentBurnDelegateDecoder, getPermanentBurnDelegateEncoder, getPermanentFreezeDelegateCodec, getPermanentFreezeDelegateDecoder, getPermanentFreezeDelegateEncoder, getPermanentFreezeExecuteCodec, getPermanentFreezeExecuteDecoder, getPermanentFreezeExecuteEncoder, getPermanentTransferDelegateCodec, getPermanentTransferDelegateDecoder, getPermanentTransferDelegateEncoder, getPluginAuthorityPairCodec, getPluginAuthorityPairDecoder, getPluginAuthorityPairEncoder, getPluginCodec, getPluginDecoder, getPluginEncoder, getPluginHeaderV1Codec, getPluginHeaderV1Decoder, getPluginHeaderV1Encoder, getPluginRegistryV1Codec, getPluginRegistryV1Decoder, getPluginRegistryV1Encoder, getPluginTypeCodec, getPluginTypeDecoder, getPluginTypeEncoder, getRegistryRecordCodec, getRegistryRecordDecoder, getRegistryRecordEncoder, getRelationshipEntryCodec, getRelationshipEntryDecoder, getRelationshipEntryEncoder, getRelationshipKindCodec, getRelationshipKindDecoder, getRelationshipKindEncoder, getRemoveAssetsFromGroupV1ArgsCodec, getRemoveAssetsFromGroupV1ArgsDecoder, getRemoveAssetsFromGroupV1ArgsEncoder, getRemoveAssetsFromGroupV1DiscriminatorBytes, getRemoveAssetsFromGroupV1Instruction, getRemoveAssetsFromGroupV1InstructionDataCodec, getRemoveAssetsFromGroupV1InstructionDataDecoder, getRemoveAssetsFromGroupV1InstructionDataEncoder, getRemoveCollectionExternalPluginAdapterV1ArgsCodec, getRemoveCollectionExternalPluginAdapterV1ArgsDecoder, getRemoveCollectionExternalPluginAdapterV1ArgsEncoder, getRemoveCollectionExternalPluginAdapterV1DiscriminatorBytes, getRemoveCollectionExternalPluginAdapterV1Instruction, getRemoveCollectionExternalPluginAdapterV1InstructionDataCodec, getRemoveCollectionExternalPluginAdapterV1InstructionDataDecoder, getRemoveCollectionExternalPluginAdapterV1InstructionDataEncoder, getRemoveCollectionPluginV1ArgsCodec, getRemoveCollectionPluginV1ArgsDecoder, getRemoveCollectionPluginV1ArgsEncoder, getRemoveCollectionPluginV1DiscriminatorBytes, getRemoveCollectionPluginV1Instruction, getRemoveCollectionPluginV1InstructionDataCodec, getRemoveCollectionPluginV1InstructionDataDecoder, getRemoveCollectionPluginV1InstructionDataEncoder, getRemoveCollectionsFromGroupV1ArgsCodec, getRemoveCollectionsFromGroupV1ArgsDecoder, getRemoveCollectionsFromGroupV1ArgsEncoder, getRemoveCollectionsFromGroupV1DiscriminatorBytes, getRemoveCollectionsFromGroupV1Instruction, getRemoveCollectionsFromGroupV1InstructionDataCodec, getRemoveCollectionsFromGroupV1InstructionDataDecoder, getRemoveCollectionsFromGroupV1InstructionDataEncoder, getRemoveExternalPluginAdapterV1ArgsCodec, getRemoveExternalPluginAdapterV1ArgsDecoder, getRemoveExternalPluginAdapterV1ArgsEncoder, getRemoveExternalPluginAdapterV1DiscriminatorBytes, getRemoveExternalPluginAdapterV1Instruction, getRemoveExternalPluginAdapterV1InstructionDataCodec, getRemoveExternalPluginAdapterV1InstructionDataDecoder, getRemoveExternalPluginAdapterV1InstructionDataEncoder, getRemoveGroupsFromGroupV1ArgsCodec, getRemoveGroupsFromGroupV1ArgsDecoder, getRemoveGroupsFromGroupV1ArgsEncoder, getRemoveGroupsFromGroupV1DiscriminatorBytes, getRemoveGroupsFromGroupV1Instruction, getRemoveGroupsFromGroupV1InstructionDataCodec, getRemoveGroupsFromGroupV1InstructionDataDecoder, getRemoveGroupsFromGroupV1InstructionDataEncoder, getRemovePluginV1ArgsCodec, getRemovePluginV1ArgsDecoder, getRemovePluginV1ArgsEncoder, getRemovePluginV1DiscriminatorBytes, getRemovePluginV1Instruction, getRemovePluginV1InstructionDataCodec, getRemovePluginV1InstructionDataDecoder, getRemovePluginV1InstructionDataEncoder, getRevokeCollectionPluginAuthorityV1ArgsCodec, getRevokeCollectionPluginAuthorityV1ArgsDecoder, getRevokeCollectionPluginAuthorityV1ArgsEncoder, getRevokeCollectionPluginAuthorityV1DiscriminatorBytes, getRevokeCollectionPluginAuthorityV1Instruction, getRevokeCollectionPluginAuthorityV1InstructionDataCodec, getRevokeCollectionPluginAuthorityV1InstructionDataDecoder, getRevokeCollectionPluginAuthorityV1InstructionDataEncoder, getRevokePluginAuthorityV1ArgsCodec, getRevokePluginAuthorityV1ArgsDecoder, getRevokePluginAuthorityV1ArgsEncoder, getRevokePluginAuthorityV1DiscriminatorBytes, getRevokePluginAuthorityV1Instruction, getRevokePluginAuthorityV1InstructionDataCodec, getRevokePluginAuthorityV1InstructionDataDecoder, getRevokePluginAuthorityV1InstructionDataEncoder, getRoyaltiesCodec, getRoyaltiesDecoder, getRoyaltiesEncoder, getRuleSetCodec, getRuleSetDecoder, getRuleSetEncoder, getSeedCodec, getSeedDecoder, getSeedEncoder, getTransferDelegateCodec, getTransferDelegateDecoder, getTransferDelegateEncoder, getTransferV1ArgsCodec, getTransferV1ArgsDecoder, getTransferV1ArgsEncoder, getTransferV1DiscriminatorBytes, getTransferV1Instruction, getTransferV1InstructionDataCodec, getTransferV1InstructionDataDecoder, getTransferV1InstructionDataEncoder, getUpdateAuthorityCodec, getUpdateAuthorityDecoder, getUpdateAuthorityEncoder, getUpdateCollectionExternalPluginAdapterV1ArgsCodec, getUpdateCollectionExternalPluginAdapterV1ArgsDecoder, getUpdateCollectionExternalPluginAdapterV1ArgsEncoder, getUpdateCollectionExternalPluginAdapterV1DiscriminatorBytes, getUpdateCollectionExternalPluginAdapterV1Instruction, getUpdateCollectionExternalPluginAdapterV1InstructionDataCodec, getUpdateCollectionExternalPluginAdapterV1InstructionDataDecoder, getUpdateCollectionExternalPluginAdapterV1InstructionDataEncoder, getUpdateCollectionInfoV1ArgsCodec, getUpdateCollectionInfoV1ArgsDecoder, getUpdateCollectionInfoV1ArgsEncoder, getUpdateCollectionInfoV1DiscriminatorBytes, getUpdateCollectionInfoV1Instruction, getUpdateCollectionInfoV1InstructionDataCodec, getUpdateCollectionInfoV1InstructionDataDecoder, getUpdateCollectionInfoV1InstructionDataEncoder, getUpdateCollectionPluginV1ArgsCodec, getUpdateCollectionPluginV1ArgsDecoder, getUpdateCollectionPluginV1ArgsEncoder, getUpdateCollectionPluginV1DiscriminatorBytes, getUpdateCollectionPluginV1Instruction, getUpdateCollectionPluginV1InstructionDataCodec, getUpdateCollectionPluginV1InstructionDataDecoder, getUpdateCollectionPluginV1InstructionDataEncoder, getUpdateCollectionV1ArgsCodec, getUpdateCollectionV1ArgsDecoder, getUpdateCollectionV1ArgsEncoder, getUpdateCollectionV1DiscriminatorBytes, getUpdateCollectionV1Instruction, getUpdateCollectionV1InstructionDataCodec, getUpdateCollectionV1InstructionDataDecoder, getUpdateCollectionV1InstructionDataEncoder, getUpdateDelegateCodec, getUpdateDelegateDecoder, getUpdateDelegateEncoder, getUpdateExternalPluginAdapterV1ArgsCodec, getUpdateExternalPluginAdapterV1ArgsDecoder, getUpdateExternalPluginAdapterV1ArgsEncoder, getUpdateExternalPluginAdapterV1DiscriminatorBytes, getUpdateExternalPluginAdapterV1Instruction, getUpdateExternalPluginAdapterV1InstructionDataCodec, getUpdateExternalPluginAdapterV1InstructionDataDecoder, getUpdateExternalPluginAdapterV1InstructionDataEncoder, getUpdateGroupV1ArgsCodec, getUpdateGroupV1ArgsDecoder, getUpdateGroupV1ArgsEncoder, getUpdateGroupV1DiscriminatorBytes, getUpdateGroupV1Instruction, getUpdateGroupV1InstructionDataCodec, getUpdateGroupV1InstructionDataDecoder, getUpdateGroupV1InstructionDataEncoder, getUpdatePluginV1ArgsCodec, getUpdatePluginV1ArgsDecoder, getUpdatePluginV1ArgsEncoder, getUpdatePluginV1DiscriminatorBytes, getUpdatePluginV1Instruction, getUpdatePluginV1InstructionDataCodec, getUpdatePluginV1InstructionDataDecoder, getUpdatePluginV1InstructionDataEncoder, getUpdateTypeCodec, getUpdateTypeDecoder, getUpdateTypeEncoder, getUpdateV1ArgsCodec, getUpdateV1ArgsDecoder, getUpdateV1ArgsEncoder, getUpdateV1DiscriminatorBytes, getUpdateV1Instruction, getUpdateV1InstructionDataCodec, getUpdateV1InstructionDataDecoder, getUpdateV1InstructionDataEncoder, getUpdateV2ArgsCodec, getUpdateV2ArgsDecoder, getUpdateV2ArgsEncoder, getUpdateV2DiscriminatorBytes, getUpdateV2Instruction, getUpdateV2InstructionDataCodec, getUpdateV2InstructionDataDecoder, getUpdateV2InstructionDataEncoder, getValidationResultCodec, getValidationResultDecoder, getValidationResultEncoder, getValidationResultsOffsetCodec, getValidationResultsOffsetDecoder, getValidationResultsOffsetEncoder, getVerifiedCreatorsCodec, getVerifiedCreatorsDecoder, getVerifiedCreatorsEncoder, getVerifiedCreatorsSignatureCodec, getVerifiedCreatorsSignatureDecoder, getVerifiedCreatorsSignatureEncoder, getWriteCollectionExternalPluginAdapterDataV1ArgsCodec, getWriteCollectionExternalPluginAdapterDataV1ArgsDecoder, getWriteCollectionExternalPluginAdapterDataV1ArgsEncoder, getWriteCollectionExternalPluginAdapterDataV1DiscriminatorBytes, getWriteCollectionExternalPluginAdapterDataV1Instruction, getWriteCollectionExternalPluginAdapterDataV1InstructionDataCodec, getWriteCollectionExternalPluginAdapterDataV1InstructionDataDecoder, getWriteCollectionExternalPluginAdapterDataV1InstructionDataEncoder, getWriteExternalPluginAdapterDataV1ArgsCodec, getWriteExternalPluginAdapterDataV1ArgsDecoder, getWriteExternalPluginAdapterDataV1ArgsEncoder, getWriteExternalPluginAdapterDataV1DiscriminatorBytes, getWriteExternalPluginAdapterDataV1Instruction, getWriteExternalPluginAdapterDataV1InstructionDataCodec, getWriteExternalPluginAdapterDataV1InstructionDataDecoder, getWriteExternalPluginAdapterDataV1InstructionDataEncoder, identifyMplCoreProgramInstruction, isAuthority, isExternalPluginAdapter, isExternalPluginAdapterInitInfo, isExternalPluginAdapterKey, isExternalPluginAdapterUpdateInfo, isExtraAccount, isLinkedDataKey, isMplCoreProgramError, isOracleValidation, isPlugin, isRuleSet, isSeed, isUpdateAuthority, isValidationResultsOffset, linkedDataKey, mplCoreProgramProgram, oracleValidation, parseAddAssetsToGroupV1Instruction, parseAddCollectionExternalPluginAdapterV1Instruction, parseAddCollectionPluginV1Instruction, parseAddCollectionsToGroupV1Instruction, parseAddExternalPluginAdapterV1Instruction, parseAddGroupsToGroupV1Instruction, parseAddPluginV1Instruction, parseApproveCollectionPluginAuthorityV1Instruction, parseApprovePluginAuthorityV1Instruction, parseBurnCollectionV1Instruction, parseBurnV1Instruction, parseCloseGroupV1Instruction, parseCollectInstruction, parseCompressV1Instruction, parseCreateCollectionV1Instruction, parseCreateCollectionV2Instruction, parseCreateGroupV1Instruction, parseCreateV1Instruction, parseCreateV2Instruction, parseDecompressV1Instruction, parseExecuteV1Instruction, parseMplCoreProgramInstruction, parseRemoveAssetsFromGroupV1Instruction, parseRemoveCollectionExternalPluginAdapterV1Instruction, parseRemoveCollectionPluginV1Instruction, parseRemoveCollectionsFromGroupV1Instruction, parseRemoveExternalPluginAdapterV1Instruction, parseRemoveGroupsFromGroupV1Instruction, parseRemovePluginV1Instruction, parseRevokeCollectionPluginAuthorityV1Instruction, parseRevokePluginAuthorityV1Instruction, parseTransferV1Instruction, parseUpdateCollectionExternalPluginAdapterV1Instruction, parseUpdateCollectionInfoV1Instruction, parseUpdateCollectionPluginV1Instruction, parseUpdateCollectionV1Instruction, parseUpdateExternalPluginAdapterV1Instruction, parseUpdateGroupV1Instruction, parseUpdatePluginV1Instruction, parseUpdateV1Instruction, parseUpdateV2Instruction, parseWriteCollectionExternalPluginAdapterDataV1Instruction, parseWriteExternalPluginAdapterDataV1Instruction, plugin, ruleSet, seed, updateAuthority, validationResultsOffset };
|
package/package.json
CHANGED
|
@@ -1,16 +1,63 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@macalinao/clients-mpl-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "TypeScript client for the Metaplex Core program",
|
|
5
|
-
"
|
|
5
|
+
"type": "module",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"author": "Ian Macalinao <me@ianm.com>",
|
|
7
8
|
"homepage": "https://coda.ianm.com",
|
|
9
|
+
"license": "Apache-2.0",
|
|
10
|
+
"keywords": [
|
|
11
|
+
"coda",
|
|
12
|
+
"solana",
|
|
13
|
+
"metaplex",
|
|
14
|
+
"mpl-core",
|
|
15
|
+
"core",
|
|
16
|
+
"nft",
|
|
17
|
+
"client",
|
|
18
|
+
"esm",
|
|
19
|
+
"typescript",
|
|
20
|
+
"ian-macalinao"
|
|
21
|
+
],
|
|
22
|
+
"main": "dist/index.js",
|
|
23
|
+
"types": "dist/index.d.ts",
|
|
24
|
+
"exports": {
|
|
25
|
+
".": {
|
|
26
|
+
"import": "./dist/index.js",
|
|
27
|
+
"types": "./dist/index.d.ts"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"files": [
|
|
31
|
+
"dist/",
|
|
32
|
+
"src/"
|
|
33
|
+
],
|
|
34
|
+
"scripts": {
|
|
35
|
+
"build": "tsdown",
|
|
36
|
+
"clean": "rm -fr .eslintcache dist/ node_modules/ tsconfig.tsbuildinfo",
|
|
37
|
+
"codegen": "rm -fr src/generated/ && coda generate",
|
|
38
|
+
"lint": "eslint . --cache"
|
|
39
|
+
},
|
|
40
|
+
"peerDependencies": {
|
|
41
|
+
"@solana/kit": "*",
|
|
42
|
+
"@solana/program-client-core": "*"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@macalinao/coda": "^0.6.0",
|
|
46
|
+
"@macalinao/eslint-config": "^8.1.0",
|
|
47
|
+
"@macalinao/tsconfig": "^3.2.5",
|
|
48
|
+
"@solana/kit": "^6.9.0",
|
|
49
|
+
"@solana/program-client-core": "^6.9.0",
|
|
50
|
+
"eslint": "^10.4.1",
|
|
51
|
+
"typescript": "^6.0.3",
|
|
52
|
+
"tsdown": "^0.22.2",
|
|
53
|
+
"typescript-eslint": "^8.60.1"
|
|
54
|
+
},
|
|
55
|
+
"publishConfig": {
|
|
56
|
+
"access": "public"
|
|
57
|
+
},
|
|
8
58
|
"repository": {
|
|
9
59
|
"type": "git",
|
|
10
60
|
"url": "git+https://github.com/macalinao/coda.git",
|
|
11
61
|
"directory": "clients/mpl-core"
|
|
12
|
-
},
|
|
13
|
-
"publishConfig": {
|
|
14
|
-
"access": "public"
|
|
15
62
|
}
|
|
16
63
|
}
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This code was AUTOGENERATED using the Codama library.
|
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
4
|
+
* to add features, then rerun Codama to update it.
|
|
5
|
+
*
|
|
6
|
+
* @see https://github.com/codama-idl/codama
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import type {
|
|
10
|
+
Account,
|
|
11
|
+
Address,
|
|
12
|
+
Codec,
|
|
13
|
+
Decoder,
|
|
14
|
+
EncodedAccount,
|
|
15
|
+
Encoder,
|
|
16
|
+
FetchAccountConfig,
|
|
17
|
+
FetchAccountsConfig,
|
|
18
|
+
MaybeAccount,
|
|
19
|
+
MaybeEncodedAccount,
|
|
20
|
+
Option,
|
|
21
|
+
OptionOrNullable,
|
|
22
|
+
} from "@solana/kit";
|
|
23
|
+
import type {
|
|
24
|
+
Key,
|
|
25
|
+
KeyArgs,
|
|
26
|
+
UpdateAuthority,
|
|
27
|
+
UpdateAuthorityArgs,
|
|
28
|
+
} from "../types/index.js";
|
|
29
|
+
import {
|
|
30
|
+
addDecoderSizePrefix,
|
|
31
|
+
addEncoderSizePrefix,
|
|
32
|
+
assertAccountExists,
|
|
33
|
+
assertAccountsExist,
|
|
34
|
+
combineCodec,
|
|
35
|
+
decodeAccount,
|
|
36
|
+
fetchEncodedAccount,
|
|
37
|
+
fetchEncodedAccounts,
|
|
38
|
+
getAddressDecoder,
|
|
39
|
+
getAddressEncoder,
|
|
40
|
+
getOptionDecoder,
|
|
41
|
+
getOptionEncoder,
|
|
42
|
+
getStructDecoder,
|
|
43
|
+
getStructEncoder,
|
|
44
|
+
getU32Decoder,
|
|
45
|
+
getU32Encoder,
|
|
46
|
+
getU64Decoder,
|
|
47
|
+
getU64Encoder,
|
|
48
|
+
getUtf8Decoder,
|
|
49
|
+
getUtf8Encoder,
|
|
50
|
+
} from "@solana/kit";
|
|
51
|
+
import {
|
|
52
|
+
getKeyDecoder,
|
|
53
|
+
getKeyEncoder,
|
|
54
|
+
getUpdateAuthorityDecoder,
|
|
55
|
+
getUpdateAuthorityEncoder,
|
|
56
|
+
} from "../types/index.js";
|
|
57
|
+
|
|
58
|
+
export interface AssetV1 {
|
|
59
|
+
key: Key;
|
|
60
|
+
owner: Address;
|
|
61
|
+
updateAuthority: UpdateAuthority;
|
|
62
|
+
name: string;
|
|
63
|
+
uri: string;
|
|
64
|
+
seq: Option<bigint>;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface AssetV1Args {
|
|
68
|
+
key: KeyArgs;
|
|
69
|
+
owner: Address;
|
|
70
|
+
updateAuthority: UpdateAuthorityArgs;
|
|
71
|
+
name: string;
|
|
72
|
+
uri: string;
|
|
73
|
+
seq: OptionOrNullable<number | bigint>;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/** Gets the encoder for {@link AssetV1Args} account data. */
|
|
77
|
+
export function getAssetV1Encoder(): Encoder<AssetV1Args> {
|
|
78
|
+
return getStructEncoder([
|
|
79
|
+
["key", getKeyEncoder()],
|
|
80
|
+
["owner", getAddressEncoder()],
|
|
81
|
+
["updateAuthority", getUpdateAuthorityEncoder()],
|
|
82
|
+
["name", addEncoderSizePrefix(getUtf8Encoder(), getU32Encoder())],
|
|
83
|
+
["uri", addEncoderSizePrefix(getUtf8Encoder(), getU32Encoder())],
|
|
84
|
+
["seq", getOptionEncoder(getU64Encoder())],
|
|
85
|
+
]);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/** Gets the decoder for {@link AssetV1} account data. */
|
|
89
|
+
export function getAssetV1Decoder(): Decoder<AssetV1> {
|
|
90
|
+
return getStructDecoder([
|
|
91
|
+
["key", getKeyDecoder()],
|
|
92
|
+
["owner", getAddressDecoder()],
|
|
93
|
+
["updateAuthority", getUpdateAuthorityDecoder()],
|
|
94
|
+
["name", addDecoderSizePrefix(getUtf8Decoder(), getU32Decoder())],
|
|
95
|
+
["uri", addDecoderSizePrefix(getUtf8Decoder(), getU32Decoder())],
|
|
96
|
+
["seq", getOptionDecoder(getU64Decoder())],
|
|
97
|
+
]);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/** Gets the codec for {@link AssetV1} account data. */
|
|
101
|
+
export function getAssetV1Codec(): Codec<AssetV1Args, AssetV1> {
|
|
102
|
+
return combineCodec(getAssetV1Encoder(), getAssetV1Decoder());
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export function decodeAssetV1<TAddress extends string = string>(
|
|
106
|
+
encodedAccount: EncodedAccount<TAddress>,
|
|
107
|
+
): Account<AssetV1, TAddress>;
|
|
108
|
+
export function decodeAssetV1<TAddress extends string = string>(
|
|
109
|
+
encodedAccount: MaybeEncodedAccount<TAddress>,
|
|
110
|
+
): MaybeAccount<AssetV1, TAddress>;
|
|
111
|
+
export function decodeAssetV1<TAddress extends string = string>(
|
|
112
|
+
encodedAccount: EncodedAccount<TAddress> | MaybeEncodedAccount<TAddress>,
|
|
113
|
+
): Account<AssetV1, TAddress> | MaybeAccount<AssetV1, TAddress> {
|
|
114
|
+
return decodeAccount(
|
|
115
|
+
encodedAccount as MaybeEncodedAccount<TAddress>,
|
|
116
|
+
getAssetV1Decoder(),
|
|
117
|
+
);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export async function fetchAssetV1<TAddress extends string = string>(
|
|
121
|
+
rpc: Parameters<typeof fetchEncodedAccount>[0],
|
|
122
|
+
address: Address<TAddress>,
|
|
123
|
+
config?: FetchAccountConfig,
|
|
124
|
+
): Promise<Account<AssetV1, TAddress>> {
|
|
125
|
+
const maybeAccount = await fetchMaybeAssetV1(rpc, address, config);
|
|
126
|
+
assertAccountExists(maybeAccount);
|
|
127
|
+
return maybeAccount;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export async function fetchMaybeAssetV1<TAddress extends string = string>(
|
|
131
|
+
rpc: Parameters<typeof fetchEncodedAccount>[0],
|
|
132
|
+
address: Address<TAddress>,
|
|
133
|
+
config?: FetchAccountConfig,
|
|
134
|
+
): Promise<MaybeAccount<AssetV1, TAddress>> {
|
|
135
|
+
const maybeAccount = await fetchEncodedAccount(rpc, address, config);
|
|
136
|
+
return decodeAssetV1(maybeAccount);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
export async function fetchAllAssetV1(
|
|
140
|
+
rpc: Parameters<typeof fetchEncodedAccounts>[0],
|
|
141
|
+
addresses: Address[],
|
|
142
|
+
config?: FetchAccountsConfig,
|
|
143
|
+
): Promise<Account<AssetV1>[]> {
|
|
144
|
+
const maybeAccounts = await fetchAllMaybeAssetV1(rpc, addresses, config);
|
|
145
|
+
assertAccountsExist(maybeAccounts);
|
|
146
|
+
return maybeAccounts;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export async function fetchAllMaybeAssetV1(
|
|
150
|
+
rpc: Parameters<typeof fetchEncodedAccounts>[0],
|
|
151
|
+
addresses: Address[],
|
|
152
|
+
config?: FetchAccountsConfig,
|
|
153
|
+
): Promise<MaybeAccount<AssetV1>[]> {
|
|
154
|
+
const maybeAccounts = await fetchEncodedAccounts(rpc, addresses, config);
|
|
155
|
+
return maybeAccounts.map((maybeAccount) => decodeAssetV1(maybeAccount));
|
|
156
|
+
}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This code was AUTOGENERATED using the Codama library.
|
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
4
|
+
* to add features, then rerun Codama to update it.
|
|
5
|
+
*
|
|
6
|
+
* @see https://github.com/codama-idl/codama
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import type {
|
|
10
|
+
Account,
|
|
11
|
+
Address,
|
|
12
|
+
Codec,
|
|
13
|
+
Decoder,
|
|
14
|
+
EncodedAccount,
|
|
15
|
+
Encoder,
|
|
16
|
+
FetchAccountConfig,
|
|
17
|
+
FetchAccountsConfig,
|
|
18
|
+
MaybeAccount,
|
|
19
|
+
MaybeEncodedAccount,
|
|
20
|
+
} from "@solana/kit";
|
|
21
|
+
import type { Key, KeyArgs } from "../types/index.js";
|
|
22
|
+
import {
|
|
23
|
+
addDecoderSizePrefix,
|
|
24
|
+
addEncoderSizePrefix,
|
|
25
|
+
assertAccountExists,
|
|
26
|
+
assertAccountsExist,
|
|
27
|
+
combineCodec,
|
|
28
|
+
decodeAccount,
|
|
29
|
+
fetchEncodedAccount,
|
|
30
|
+
fetchEncodedAccounts,
|
|
31
|
+
getAddressDecoder,
|
|
32
|
+
getAddressEncoder,
|
|
33
|
+
getStructDecoder,
|
|
34
|
+
getStructEncoder,
|
|
35
|
+
getU32Decoder,
|
|
36
|
+
getU32Encoder,
|
|
37
|
+
getUtf8Decoder,
|
|
38
|
+
getUtf8Encoder,
|
|
39
|
+
} from "@solana/kit";
|
|
40
|
+
import { getKeyDecoder, getKeyEncoder } from "../types/index.js";
|
|
41
|
+
|
|
42
|
+
export interface CollectionV1 {
|
|
43
|
+
key: Key;
|
|
44
|
+
updateAuthority: Address;
|
|
45
|
+
name: string;
|
|
46
|
+
uri: string;
|
|
47
|
+
numMinted: number;
|
|
48
|
+
currentSize: number;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export interface CollectionV1Args {
|
|
52
|
+
key: KeyArgs;
|
|
53
|
+
updateAuthority: Address;
|
|
54
|
+
name: string;
|
|
55
|
+
uri: string;
|
|
56
|
+
numMinted: number;
|
|
57
|
+
currentSize: number;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/** Gets the encoder for {@link CollectionV1Args} account data. */
|
|
61
|
+
export function getCollectionV1Encoder(): Encoder<CollectionV1Args> {
|
|
62
|
+
return getStructEncoder([
|
|
63
|
+
["key", getKeyEncoder()],
|
|
64
|
+
["updateAuthority", getAddressEncoder()],
|
|
65
|
+
["name", addEncoderSizePrefix(getUtf8Encoder(), getU32Encoder())],
|
|
66
|
+
["uri", addEncoderSizePrefix(getUtf8Encoder(), getU32Encoder())],
|
|
67
|
+
["numMinted", getU32Encoder()],
|
|
68
|
+
["currentSize", getU32Encoder()],
|
|
69
|
+
]);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/** Gets the decoder for {@link CollectionV1} account data. */
|
|
73
|
+
export function getCollectionV1Decoder(): Decoder<CollectionV1> {
|
|
74
|
+
return getStructDecoder([
|
|
75
|
+
["key", getKeyDecoder()],
|
|
76
|
+
["updateAuthority", getAddressDecoder()],
|
|
77
|
+
["name", addDecoderSizePrefix(getUtf8Decoder(), getU32Decoder())],
|
|
78
|
+
["uri", addDecoderSizePrefix(getUtf8Decoder(), getU32Decoder())],
|
|
79
|
+
["numMinted", getU32Decoder()],
|
|
80
|
+
["currentSize", getU32Decoder()],
|
|
81
|
+
]);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/** Gets the codec for {@link CollectionV1} account data. */
|
|
85
|
+
export function getCollectionV1Codec(): Codec<CollectionV1Args, CollectionV1> {
|
|
86
|
+
return combineCodec(getCollectionV1Encoder(), getCollectionV1Decoder());
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export function decodeCollectionV1<TAddress extends string = string>(
|
|
90
|
+
encodedAccount: EncodedAccount<TAddress>,
|
|
91
|
+
): Account<CollectionV1, TAddress>;
|
|
92
|
+
export function decodeCollectionV1<TAddress extends string = string>(
|
|
93
|
+
encodedAccount: MaybeEncodedAccount<TAddress>,
|
|
94
|
+
): MaybeAccount<CollectionV1, TAddress>;
|
|
95
|
+
export function decodeCollectionV1<TAddress extends string = string>(
|
|
96
|
+
encodedAccount: EncodedAccount<TAddress> | MaybeEncodedAccount<TAddress>,
|
|
97
|
+
): Account<CollectionV1, TAddress> | MaybeAccount<CollectionV1, TAddress> {
|
|
98
|
+
return decodeAccount(
|
|
99
|
+
encodedAccount as MaybeEncodedAccount<TAddress>,
|
|
100
|
+
getCollectionV1Decoder(),
|
|
101
|
+
);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
export async function fetchCollectionV1<TAddress extends string = string>(
|
|
105
|
+
rpc: Parameters<typeof fetchEncodedAccount>[0],
|
|
106
|
+
address: Address<TAddress>,
|
|
107
|
+
config?: FetchAccountConfig,
|
|
108
|
+
): Promise<Account<CollectionV1, TAddress>> {
|
|
109
|
+
const maybeAccount = await fetchMaybeCollectionV1(rpc, address, config);
|
|
110
|
+
assertAccountExists(maybeAccount);
|
|
111
|
+
return maybeAccount;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export async function fetchMaybeCollectionV1<TAddress extends string = string>(
|
|
115
|
+
rpc: Parameters<typeof fetchEncodedAccount>[0],
|
|
116
|
+
address: Address<TAddress>,
|
|
117
|
+
config?: FetchAccountConfig,
|
|
118
|
+
): Promise<MaybeAccount<CollectionV1, TAddress>> {
|
|
119
|
+
const maybeAccount = await fetchEncodedAccount(rpc, address, config);
|
|
120
|
+
return decodeCollectionV1(maybeAccount);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export async function fetchAllCollectionV1(
|
|
124
|
+
rpc: Parameters<typeof fetchEncodedAccounts>[0],
|
|
125
|
+
addresses: Address[],
|
|
126
|
+
config?: FetchAccountsConfig,
|
|
127
|
+
): Promise<Account<CollectionV1>[]> {
|
|
128
|
+
const maybeAccounts = await fetchAllMaybeCollectionV1(rpc, addresses, config);
|
|
129
|
+
assertAccountsExist(maybeAccounts);
|
|
130
|
+
return maybeAccounts;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export async function fetchAllMaybeCollectionV1(
|
|
134
|
+
rpc: Parameters<typeof fetchEncodedAccounts>[0],
|
|
135
|
+
addresses: Address[],
|
|
136
|
+
config?: FetchAccountsConfig,
|
|
137
|
+
): Promise<MaybeAccount<CollectionV1>[]> {
|
|
138
|
+
const maybeAccounts = await fetchEncodedAccounts(rpc, addresses, config);
|
|
139
|
+
return maybeAccounts.map((maybeAccount) => decodeCollectionV1(maybeAccount));
|
|
140
|
+
}
|