@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
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { WriteExternalPluginAdapterDataV1Args, WriteExternalPluginAdapterDataV1ArgsArgs } from "../types/writeExternalPluginAdapterDataV1Args.js";
|
|
2
|
+
import { MPL_CORE_PROGRAM_PROGRAM_ADDRESS } from "../programs/mplCoreProgram.js";
|
|
3
|
+
import { AccountMeta, AccountSignerMeta, Address, Codec, Decoder, Encoder, Instruction, InstructionWithAccounts, InstructionWithData, ReadonlyAccount, ReadonlySignerAccount, ReadonlyUint8Array, TransactionSigner, WritableAccount, WritableSignerAccount } from "@solana/kit";
|
|
4
|
+
|
|
5
|
+
//#region src/generated/instructions/writeExternalPluginAdapterDataV1.d.ts
|
|
6
|
+
declare const WRITE_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR = 28;
|
|
7
|
+
declare function getWriteExternalPluginAdapterDataV1DiscriminatorBytes(): ReadonlyUint8Array;
|
|
8
|
+
type WriteExternalPluginAdapterDataV1Instruction<TProgram extends string = typeof MPL_CORE_PROGRAM_PROGRAM_ADDRESS, TAccountAsset extends string | AccountMeta<string> = string, TAccountCollection extends string | AccountMeta<string> = string, TAccountPayer extends string | AccountMeta<string> = string, TAccountAuthority extends string | AccountMeta<string> = string, TAccountBuffer extends string | AccountMeta<string> = string, TAccountSystemProgram extends string | AccountMeta<string> = "11111111111111111111111111111111", TAccountLogWrapper extends string | AccountMeta<string> = string, TRemainingAccounts extends readonly AccountMeta<string>[] = []> = Instruction<TProgram> & InstructionWithData<ReadonlyUint8Array> & InstructionWithAccounts<[TAccountAsset extends string ? WritableAccount<TAccountAsset> : TAccountAsset, TAccountCollection extends string ? WritableAccount<TAccountCollection> : TAccountCollection, TAccountPayer extends string ? WritableSignerAccount<TAccountPayer> & AccountSignerMeta<TAccountPayer> : TAccountPayer, TAccountAuthority extends string ? ReadonlySignerAccount<TAccountAuthority> & AccountSignerMeta<TAccountAuthority> : TAccountAuthority, TAccountBuffer extends string ? ReadonlyAccount<TAccountBuffer> : TAccountBuffer, TAccountSystemProgram extends string ? ReadonlyAccount<TAccountSystemProgram> : TAccountSystemProgram, TAccountLogWrapper extends string ? ReadonlyAccount<TAccountLogWrapper> : TAccountLogWrapper, ...TRemainingAccounts]>;
|
|
9
|
+
interface WriteExternalPluginAdapterDataV1InstructionData {
|
|
10
|
+
discriminator: number;
|
|
11
|
+
writeExternalPluginAdapterDataV1Args: WriteExternalPluginAdapterDataV1Args;
|
|
12
|
+
}
|
|
13
|
+
interface WriteExternalPluginAdapterDataV1InstructionDataArgs {
|
|
14
|
+
writeExternalPluginAdapterDataV1Args: WriteExternalPluginAdapterDataV1ArgsArgs;
|
|
15
|
+
}
|
|
16
|
+
declare function getWriteExternalPluginAdapterDataV1InstructionDataEncoder(): Encoder<WriteExternalPluginAdapterDataV1InstructionDataArgs>;
|
|
17
|
+
declare function getWriteExternalPluginAdapterDataV1InstructionDataDecoder(): Decoder<WriteExternalPluginAdapterDataV1InstructionData>;
|
|
18
|
+
declare function getWriteExternalPluginAdapterDataV1InstructionDataCodec(): Codec<WriteExternalPluginAdapterDataV1InstructionDataArgs, WriteExternalPluginAdapterDataV1InstructionData>;
|
|
19
|
+
interface WriteExternalPluginAdapterDataV1Input<TAccountAsset extends string = string, TAccountCollection extends string = string, TAccountPayer extends string = string, TAccountAuthority extends string = string, TAccountBuffer extends string = string, TAccountSystemProgram extends string = string, TAccountLogWrapper extends string = string> {
|
|
20
|
+
/** The address of the asset */
|
|
21
|
+
asset: Address<TAccountAsset>;
|
|
22
|
+
/** The collection to which the asset belongs */
|
|
23
|
+
collection?: Address<TAccountCollection>;
|
|
24
|
+
/** The account paying for the storage fees */
|
|
25
|
+
payer: TransactionSigner<TAccountPayer>;
|
|
26
|
+
/** The Data Authority of the External Plugin Adapter */
|
|
27
|
+
authority?: TransactionSigner<TAccountAuthority>;
|
|
28
|
+
/** The buffer to write to the external plugin */
|
|
29
|
+
buffer?: Address<TAccountBuffer>;
|
|
30
|
+
/** The system program */
|
|
31
|
+
systemProgram?: Address<TAccountSystemProgram>;
|
|
32
|
+
/** The SPL Noop Program */
|
|
33
|
+
logWrapper?: Address<TAccountLogWrapper>;
|
|
34
|
+
writeExternalPluginAdapterDataV1Args: WriteExternalPluginAdapterDataV1InstructionDataArgs["writeExternalPluginAdapterDataV1Args"];
|
|
35
|
+
}
|
|
36
|
+
declare function getWriteExternalPluginAdapterDataV1Instruction<TAccountAsset extends string, TAccountCollection extends string, TAccountPayer extends string, TAccountAuthority extends string, TAccountBuffer extends string, TAccountSystemProgram extends string, TAccountLogWrapper extends string, TProgramAddress extends Address = typeof MPL_CORE_PROGRAM_PROGRAM_ADDRESS>(input: WriteExternalPluginAdapterDataV1Input<TAccountAsset, TAccountCollection, TAccountPayer, TAccountAuthority, TAccountBuffer, TAccountSystemProgram, TAccountLogWrapper>, config?: {
|
|
37
|
+
programAddress?: TProgramAddress;
|
|
38
|
+
}): WriteExternalPluginAdapterDataV1Instruction<TProgramAddress, TAccountAsset, TAccountCollection, TAccountPayer, TAccountAuthority, TAccountBuffer, TAccountSystemProgram, TAccountLogWrapper>;
|
|
39
|
+
interface ParsedWriteExternalPluginAdapterDataV1Instruction<TProgram extends string = typeof MPL_CORE_PROGRAM_PROGRAM_ADDRESS, TAccountMetas extends readonly AccountMeta[] = readonly AccountMeta[]> {
|
|
40
|
+
programAddress: Address<TProgram>;
|
|
41
|
+
accounts: {
|
|
42
|
+
/** The address of the asset */asset: TAccountMetas[0]; /** The collection to which the asset belongs */
|
|
43
|
+
collection?: TAccountMetas[1] | undefined; /** The account paying for the storage fees */
|
|
44
|
+
payer: TAccountMetas[2]; /** The Data Authority of the External Plugin Adapter */
|
|
45
|
+
authority?: TAccountMetas[3] | undefined; /** The buffer to write to the external plugin */
|
|
46
|
+
buffer?: TAccountMetas[4] | undefined; /** The system program */
|
|
47
|
+
systemProgram: TAccountMetas[5]; /** The SPL Noop Program */
|
|
48
|
+
logWrapper?: TAccountMetas[6] | undefined;
|
|
49
|
+
};
|
|
50
|
+
data: WriteExternalPluginAdapterDataV1InstructionData;
|
|
51
|
+
}
|
|
52
|
+
declare function parseWriteExternalPluginAdapterDataV1Instruction<TProgram extends string, TAccountMetas extends readonly AccountMeta[]>(instruction: Instruction<TProgram> & InstructionWithAccounts<TAccountMetas> & InstructionWithData<ReadonlyUint8Array>): ParsedWriteExternalPluginAdapterDataV1Instruction<TProgram, TAccountMetas>;
|
|
53
|
+
//#endregion
|
|
54
|
+
export { ParsedWriteExternalPluginAdapterDataV1Instruction, WRITE_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR, WriteExternalPluginAdapterDataV1Input, WriteExternalPluginAdapterDataV1Instruction, WriteExternalPluginAdapterDataV1InstructionData, WriteExternalPluginAdapterDataV1InstructionDataArgs, getWriteExternalPluginAdapterDataV1DiscriminatorBytes, getWriteExternalPluginAdapterDataV1Instruction, getWriteExternalPluginAdapterDataV1InstructionDataCodec, getWriteExternalPluginAdapterDataV1InstructionDataDecoder, getWriteExternalPluginAdapterDataV1InstructionDataEncoder, parseWriteExternalPluginAdapterDataV1Instruction };
|
|
55
|
+
//# sourceMappingURL=writeExternalPluginAdapterDataV1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"writeExternalPluginAdapterDataV1.d.ts","names":[],"sources":["../../../src/generated/instructions/writeExternalPluginAdapterDataV1.ts"],"mappings":";;;;;cA+Ca,mDAAA;AAAA,iBAEG,qDAAA,IAAyD,kBAAA;AAAA,KAM7D,2CAAA,kCACuB,gCAAA,iCACF,WAAA,uDACK,WAAA,kDACL,WAAA,sDACI,WAAA,mDACH,WAAA,0DAG5B,WAAA,mFACgC,WAAA,uDACA,WAAA,mBAClC,WAAA,CAAY,QAAA,IACd,mBAAA,CAAoB,kBAAA,IACpB,uBAAA,EAEI,aAAA,kBACI,eAAA,CAAgB,aAAA,IAChB,aAAA,EACJ,kBAAA,kBACI,eAAA,CAAgB,kBAAA,IAChB,kBAAA,EACJ,aAAA,kBACI,qBAAA,CAAsB,aAAA,IACpB,iBAAA,CAAkB,aAAA,IACpB,aAAA,EACJ,iBAAA,kBACI,qBAAA,CAAsB,iBAAA,IACpB,iBAAA,CAAkB,iBAAA,IACpB,iBAAA,EACJ,cAAA,kBACI,eAAA,CAAgB,cAAA,IAChB,cAAA,EACJ,qBAAA,kBACI,eAAA,CAAgB,qBAAA,IAChB,qBAAA,EACJ,kBAAA,kBACI,eAAA,CAAgB,kBAAA,IAChB,kBAAA,KACD,kBAAA;AAAA,UAIQ,+CAAA;EACf,aAAA;EACA,oCAAA,EAAsC,oCAAA;AAAA;AAAA,UAGvB,mDAAA;EACf,oCAAA,EAAsC,wCAAA;AAAA;AAAA,iBAGxB,yDAAA,IAA6D,OAAA,CAAQ,mDAAA;AAAA,iBAgBrE,yDAAA,IAA6D,OAAA,CAAQ,+CAAA;AAAA,iBAUrE,uDAAA,IAA2D,KAAA,CACzE,mDAAA,EACA,+CAAA;AAAA,UAQe,qCAAA;;EAUf,KAAA,EAAO,OAAA,CAAQ,aAAA;;EAEf,UAAA,GAAa,OAAA,CAAQ,kBAAA;;EAErB,KAAA,EAAO,iBAAA,CAAkB,aAAA;;EAEzB,SAAA,GAAY,iBAAA,CAAkB,iBAAA;;EAE9B,MAAA,GAAS,OAAA,CAAQ,cAAA;;EAEjB,aAAA,GAAgB,OAAA,CAAQ,qBAAA;;EAExB,UAAA,GAAa,OAAA,CAAQ,kBAAA;EACrB,oCAAA,EAAsC,mDAAA;AAAA;AAAA,iBAGxB,8CAAA,kQAQU,OAAA,UAAiB,gCAAA,EAEzC,KAAA,EAAO,qCAAA,CACL,aAAA,EACA,kBAAA,EACA,aAAA,EACA,iBAAA,EACA,cAAA,EACA,qBAAA,EACA,kBAAA,GAEF,MAAA;EAAW,cAAA,GAAiB,eAAA;AAAA,IAC3B,2CAAA,CACD,eAAA,EACA,aAAA,EACA,kBAAA,EACA,aAAA,EACA,iBAAA,EACA,cAAA,EACA,qBAAA,EACA,kBAAA;AAAA,UAyDe,iDAAA,kCACkB,gCAAA,iCACF,WAAA,cAAyB,WAAA;EAExD,cAAA,EAAgB,OAAA,CAAQ,QAAA;EACxB,QAAA;IAxM+B,+BA0M7B,KAAA,EAAO,aAAA,KAzM0B;IA2MjC,UAAA,GAAa,aAAA,iBA1MiB;IA4M9B,KAAA,EAAO,aAAA,KAzML;IA2MF,SAAA,GAAY,aAAA,iBA1MsB;IA4MlC,MAAA,GAAS,aAAA,iBA3MyB;IA6MlC,aAAA,EAAe,aAAA,KA5MH;IA8MZ,UAAA,GAAa,aAAA;EAAA;EAEf,IAAA,EAAM,+CAAA;AAAA;AAAA,iBAGQ,gDAAA,yDAEiB,WAAA,IAE/B,WAAA,EAAa,WAAA,CAAY,QAAA,IACvB,uBAAA,CAAwB,aAAA,IACxB,mBAAA,CAAoB,kBAAA,IACrB,iDAAA,CAAkD,QAAA,EAAU,aAAA"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { getWriteExternalPluginAdapterDataV1ArgsDecoder, getWriteExternalPluginAdapterDataV1ArgsEncoder } from "../types/writeExternalPluginAdapterDataV1Args.js";
|
|
2
|
+
import "../programs/mplCoreProgram.js";
|
|
3
|
+
import { SOLANA_ERROR__PROGRAM_CLIENTS__INSUFFICIENT_ACCOUNT_METAS, SolanaError, combineCodec, getStructDecoder, getStructEncoder, getU8Decoder, getU8Encoder, transformEncoder } from "@solana/kit";
|
|
4
|
+
import { getAccountMetaFactory } from "@solana/program-client-core";
|
|
5
|
+
//#region src/generated/instructions/writeExternalPluginAdapterDataV1.ts
|
|
6
|
+
const WRITE_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR = 28;
|
|
7
|
+
function getWriteExternalPluginAdapterDataV1DiscriminatorBytes() {
|
|
8
|
+
return getU8Encoder().encode(28);
|
|
9
|
+
}
|
|
10
|
+
function getWriteExternalPluginAdapterDataV1InstructionDataEncoder() {
|
|
11
|
+
return transformEncoder(getStructEncoder([["discriminator", getU8Encoder()], ["writeExternalPluginAdapterDataV1Args", getWriteExternalPluginAdapterDataV1ArgsEncoder()]]), (value) => ({
|
|
12
|
+
...value,
|
|
13
|
+
discriminator: 28
|
|
14
|
+
}));
|
|
15
|
+
}
|
|
16
|
+
function getWriteExternalPluginAdapterDataV1InstructionDataDecoder() {
|
|
17
|
+
return getStructDecoder([["discriminator", getU8Decoder()], ["writeExternalPluginAdapterDataV1Args", getWriteExternalPluginAdapterDataV1ArgsDecoder()]]);
|
|
18
|
+
}
|
|
19
|
+
function getWriteExternalPluginAdapterDataV1InstructionDataCodec() {
|
|
20
|
+
return combineCodec(getWriteExternalPluginAdapterDataV1InstructionDataEncoder(), getWriteExternalPluginAdapterDataV1InstructionDataDecoder());
|
|
21
|
+
}
|
|
22
|
+
function getWriteExternalPluginAdapterDataV1Instruction(input, config) {
|
|
23
|
+
const programAddress = config?.programAddress ?? "CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d";
|
|
24
|
+
const accounts = {
|
|
25
|
+
asset: {
|
|
26
|
+
value: input.asset ?? null,
|
|
27
|
+
isWritable: true
|
|
28
|
+
},
|
|
29
|
+
collection: {
|
|
30
|
+
value: input.collection ?? null,
|
|
31
|
+
isWritable: true
|
|
32
|
+
},
|
|
33
|
+
payer: {
|
|
34
|
+
value: input.payer ?? null,
|
|
35
|
+
isWritable: true
|
|
36
|
+
},
|
|
37
|
+
authority: {
|
|
38
|
+
value: input.authority ?? null,
|
|
39
|
+
isWritable: false
|
|
40
|
+
},
|
|
41
|
+
buffer: {
|
|
42
|
+
value: input.buffer ?? null,
|
|
43
|
+
isWritable: false
|
|
44
|
+
},
|
|
45
|
+
systemProgram: {
|
|
46
|
+
value: input.systemProgram ?? null,
|
|
47
|
+
isWritable: false
|
|
48
|
+
},
|
|
49
|
+
logWrapper: {
|
|
50
|
+
value: input.logWrapper ?? null,
|
|
51
|
+
isWritable: false
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
const args = { ...input };
|
|
55
|
+
if (!accounts.systemProgram.value) accounts.systemProgram.value = "11111111111111111111111111111111";
|
|
56
|
+
const getAccountMeta = getAccountMetaFactory(programAddress, "programId");
|
|
57
|
+
return Object.freeze({
|
|
58
|
+
accounts: [
|
|
59
|
+
getAccountMeta("asset", accounts.asset),
|
|
60
|
+
getAccountMeta("collection", accounts.collection),
|
|
61
|
+
getAccountMeta("payer", accounts.payer),
|
|
62
|
+
getAccountMeta("authority", accounts.authority),
|
|
63
|
+
getAccountMeta("buffer", accounts.buffer),
|
|
64
|
+
getAccountMeta("systemProgram", accounts.systemProgram),
|
|
65
|
+
getAccountMeta("logWrapper", accounts.logWrapper)
|
|
66
|
+
],
|
|
67
|
+
data: getWriteExternalPluginAdapterDataV1InstructionDataEncoder().encode(args),
|
|
68
|
+
programAddress
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
function parseWriteExternalPluginAdapterDataV1Instruction(instruction) {
|
|
72
|
+
if (instruction.accounts.length < 7) throw new SolanaError(SOLANA_ERROR__PROGRAM_CLIENTS__INSUFFICIENT_ACCOUNT_METAS, {
|
|
73
|
+
actualAccountMetas: instruction.accounts.length,
|
|
74
|
+
expectedAccountMetas: 7
|
|
75
|
+
});
|
|
76
|
+
let accountIndex = 0;
|
|
77
|
+
const getNextAccount = () => {
|
|
78
|
+
const accountMeta = instruction.accounts[accountIndex];
|
|
79
|
+
accountIndex += 1;
|
|
80
|
+
return accountMeta;
|
|
81
|
+
};
|
|
82
|
+
const getNextOptionalAccount = () => {
|
|
83
|
+
const accountMeta = getNextAccount();
|
|
84
|
+
return accountMeta.address === "CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d" ? void 0 : accountMeta;
|
|
85
|
+
};
|
|
86
|
+
return {
|
|
87
|
+
programAddress: instruction.programAddress,
|
|
88
|
+
accounts: {
|
|
89
|
+
asset: getNextAccount(),
|
|
90
|
+
collection: getNextOptionalAccount(),
|
|
91
|
+
payer: getNextAccount(),
|
|
92
|
+
authority: getNextOptionalAccount(),
|
|
93
|
+
buffer: getNextOptionalAccount(),
|
|
94
|
+
systemProgram: getNextAccount(),
|
|
95
|
+
logWrapper: getNextOptionalAccount()
|
|
96
|
+
},
|
|
97
|
+
data: getWriteExternalPluginAdapterDataV1InstructionDataDecoder().decode(instruction.data)
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
//#endregion
|
|
101
|
+
export { WRITE_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR, getWriteExternalPluginAdapterDataV1DiscriminatorBytes, getWriteExternalPluginAdapterDataV1Instruction, getWriteExternalPluginAdapterDataV1InstructionDataCodec, getWriteExternalPluginAdapterDataV1InstructionDataDecoder, getWriteExternalPluginAdapterDataV1InstructionDataEncoder, parseWriteExternalPluginAdapterDataV1Instruction };
|
|
102
|
+
|
|
103
|
+
//# sourceMappingURL=writeExternalPluginAdapterDataV1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"writeExternalPluginAdapterDataV1.js","names":[],"sources":["../../../src/generated/instructions/writeExternalPluginAdapterDataV1.ts"],"sourcesContent":["/**\n * This code was AUTOGENERATED using the Codama library.\n * Please DO NOT EDIT THIS FILE, instead use visitors\n * to add features, then rerun Codama to update it.\n *\n * @see https://github.com/codama-idl/codama\n */\n\nimport type {\n AccountMeta,\n AccountSignerMeta,\n Address,\n Codec,\n Decoder,\n Encoder,\n Instruction,\n InstructionWithAccounts,\n InstructionWithData,\n ReadonlyAccount,\n ReadonlySignerAccount,\n ReadonlyUint8Array,\n TransactionSigner,\n WritableAccount,\n WritableSignerAccount,\n} from \"@solana/kit\";\nimport type { ResolvedInstructionAccount } from \"@solana/program-client-core\";\nimport type {\n WriteExternalPluginAdapterDataV1Args,\n WriteExternalPluginAdapterDataV1ArgsArgs,\n} from \"../types/index.js\";\nimport {\n combineCodec,\n getStructDecoder,\n getStructEncoder,\n getU8Decoder,\n getU8Encoder,\n SOLANA_ERROR__PROGRAM_CLIENTS__INSUFFICIENT_ACCOUNT_METAS,\n SolanaError,\n transformEncoder,\n} from \"@solana/kit\";\nimport { getAccountMetaFactory } from \"@solana/program-client-core\";\nimport { MPL_CORE_PROGRAM_PROGRAM_ADDRESS } from \"../programs/index.js\";\nimport {\n getWriteExternalPluginAdapterDataV1ArgsDecoder,\n getWriteExternalPluginAdapterDataV1ArgsEncoder,\n} from \"../types/index.js\";\n\nexport const WRITE_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR = 28;\n\nexport function getWriteExternalPluginAdapterDataV1DiscriminatorBytes(): ReadonlyUint8Array {\n return getU8Encoder().encode(\n WRITE_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR,\n );\n}\n\nexport type WriteExternalPluginAdapterDataV1Instruction<\n TProgram extends string = typeof MPL_CORE_PROGRAM_PROGRAM_ADDRESS,\n TAccountAsset extends string | AccountMeta<string> = string,\n TAccountCollection extends string | AccountMeta<string> = string,\n TAccountPayer extends string | AccountMeta<string> = string,\n TAccountAuthority extends string | AccountMeta<string> = string,\n TAccountBuffer extends string | AccountMeta<string> = string,\n TAccountSystemProgram extends\n | string\n | AccountMeta<string> = \"11111111111111111111111111111111\",\n TAccountLogWrapper extends string | AccountMeta<string> = string,\n TRemainingAccounts extends readonly AccountMeta<string>[] = [],\n> = Instruction<TProgram> &\n InstructionWithData<ReadonlyUint8Array> &\n InstructionWithAccounts<\n [\n TAccountAsset extends string\n ? WritableAccount<TAccountAsset>\n : TAccountAsset,\n TAccountCollection extends string\n ? WritableAccount<TAccountCollection>\n : TAccountCollection,\n TAccountPayer extends string\n ? WritableSignerAccount<TAccountPayer> &\n AccountSignerMeta<TAccountPayer>\n : TAccountPayer,\n TAccountAuthority extends string\n ? ReadonlySignerAccount<TAccountAuthority> &\n AccountSignerMeta<TAccountAuthority>\n : TAccountAuthority,\n TAccountBuffer extends string\n ? ReadonlyAccount<TAccountBuffer>\n : TAccountBuffer,\n TAccountSystemProgram extends string\n ? ReadonlyAccount<TAccountSystemProgram>\n : TAccountSystemProgram,\n TAccountLogWrapper extends string\n ? ReadonlyAccount<TAccountLogWrapper>\n : TAccountLogWrapper,\n ...TRemainingAccounts,\n ]\n >;\n\nexport interface WriteExternalPluginAdapterDataV1InstructionData {\n discriminator: number;\n writeExternalPluginAdapterDataV1Args: WriteExternalPluginAdapterDataV1Args;\n}\n\nexport interface WriteExternalPluginAdapterDataV1InstructionDataArgs {\n writeExternalPluginAdapterDataV1Args: WriteExternalPluginAdapterDataV1ArgsArgs;\n}\n\nexport function getWriteExternalPluginAdapterDataV1InstructionDataEncoder(): Encoder<WriteExternalPluginAdapterDataV1InstructionDataArgs> {\n return transformEncoder(\n getStructEncoder([\n [\"discriminator\", getU8Encoder()],\n [\n \"writeExternalPluginAdapterDataV1Args\",\n getWriteExternalPluginAdapterDataV1ArgsEncoder(),\n ],\n ]),\n (value) => ({\n ...value,\n discriminator: WRITE_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR,\n }),\n );\n}\n\nexport function getWriteExternalPluginAdapterDataV1InstructionDataDecoder(): Decoder<WriteExternalPluginAdapterDataV1InstructionData> {\n return getStructDecoder([\n [\"discriminator\", getU8Decoder()],\n [\n \"writeExternalPluginAdapterDataV1Args\",\n getWriteExternalPluginAdapterDataV1ArgsDecoder(),\n ],\n ]);\n}\n\nexport function getWriteExternalPluginAdapterDataV1InstructionDataCodec(): Codec<\n WriteExternalPluginAdapterDataV1InstructionDataArgs,\n WriteExternalPluginAdapterDataV1InstructionData\n> {\n return combineCodec(\n getWriteExternalPluginAdapterDataV1InstructionDataEncoder(),\n getWriteExternalPluginAdapterDataV1InstructionDataDecoder(),\n );\n}\n\nexport interface WriteExternalPluginAdapterDataV1Input<\n TAccountAsset extends string = string,\n TAccountCollection extends string = string,\n TAccountPayer extends string = string,\n TAccountAuthority extends string = string,\n TAccountBuffer extends string = string,\n TAccountSystemProgram extends string = string,\n TAccountLogWrapper extends string = string,\n> {\n /** The address of the asset */\n asset: Address<TAccountAsset>;\n /** The collection to which the asset belongs */\n collection?: Address<TAccountCollection>;\n /** The account paying for the storage fees */\n payer: TransactionSigner<TAccountPayer>;\n /** The Data Authority of the External Plugin Adapter */\n authority?: TransactionSigner<TAccountAuthority>;\n /** The buffer to write to the external plugin */\n buffer?: Address<TAccountBuffer>;\n /** The system program */\n systemProgram?: Address<TAccountSystemProgram>;\n /** The SPL Noop Program */\n logWrapper?: Address<TAccountLogWrapper>;\n writeExternalPluginAdapterDataV1Args: WriteExternalPluginAdapterDataV1InstructionDataArgs[\"writeExternalPluginAdapterDataV1Args\"];\n}\n\nexport function getWriteExternalPluginAdapterDataV1Instruction<\n TAccountAsset extends string,\n TAccountCollection extends string,\n TAccountPayer extends string,\n TAccountAuthority extends string,\n TAccountBuffer extends string,\n TAccountSystemProgram extends string,\n TAccountLogWrapper extends string,\n TProgramAddress extends Address = typeof MPL_CORE_PROGRAM_PROGRAM_ADDRESS,\n>(\n input: WriteExternalPluginAdapterDataV1Input<\n TAccountAsset,\n TAccountCollection,\n TAccountPayer,\n TAccountAuthority,\n TAccountBuffer,\n TAccountSystemProgram,\n TAccountLogWrapper\n >,\n config?: { programAddress?: TProgramAddress },\n): WriteExternalPluginAdapterDataV1Instruction<\n TProgramAddress,\n TAccountAsset,\n TAccountCollection,\n TAccountPayer,\n TAccountAuthority,\n TAccountBuffer,\n TAccountSystemProgram,\n TAccountLogWrapper\n> {\n // Program address.\n const programAddress =\n config?.programAddress ?? MPL_CORE_PROGRAM_PROGRAM_ADDRESS;\n\n // Original accounts.\n const originalAccounts = {\n asset: { value: input.asset ?? null, isWritable: true },\n collection: { value: input.collection ?? null, isWritable: true },\n payer: { value: input.payer ?? null, isWritable: true },\n authority: { value: input.authority ?? null, isWritable: false },\n buffer: { value: input.buffer ?? null, isWritable: false },\n systemProgram: { value: input.systemProgram ?? null, isWritable: false },\n logWrapper: { value: input.logWrapper ?? null, isWritable: false },\n };\n const accounts = originalAccounts as Record<\n keyof typeof originalAccounts,\n ResolvedInstructionAccount\n >;\n\n // Original args.\n const args = { ...input };\n\n // Resolve default values.\n if (!accounts.systemProgram.value) {\n accounts.systemProgram.value =\n \"11111111111111111111111111111111\" as Address<\"11111111111111111111111111111111\">;\n }\n\n const getAccountMeta = getAccountMetaFactory(programAddress, \"programId\");\n return Object.freeze({\n accounts: [\n getAccountMeta(\"asset\", accounts.asset),\n getAccountMeta(\"collection\", accounts.collection),\n getAccountMeta(\"payer\", accounts.payer),\n getAccountMeta(\"authority\", accounts.authority),\n getAccountMeta(\"buffer\", accounts.buffer),\n getAccountMeta(\"systemProgram\", accounts.systemProgram),\n getAccountMeta(\"logWrapper\", accounts.logWrapper),\n ],\n data: getWriteExternalPluginAdapterDataV1InstructionDataEncoder().encode(\n args as WriteExternalPluginAdapterDataV1InstructionDataArgs,\n ),\n programAddress,\n } as WriteExternalPluginAdapterDataV1Instruction<\n TProgramAddress,\n TAccountAsset,\n TAccountCollection,\n TAccountPayer,\n TAccountAuthority,\n TAccountBuffer,\n TAccountSystemProgram,\n TAccountLogWrapper\n >);\n}\n\nexport interface ParsedWriteExternalPluginAdapterDataV1Instruction<\n TProgram extends string = typeof MPL_CORE_PROGRAM_PROGRAM_ADDRESS,\n TAccountMetas extends readonly AccountMeta[] = readonly AccountMeta[],\n> {\n programAddress: Address<TProgram>;\n accounts: {\n /** The address of the asset */\n asset: TAccountMetas[0];\n /** The collection to which the asset belongs */\n collection?: TAccountMetas[1] | undefined;\n /** The account paying for the storage fees */\n payer: TAccountMetas[2];\n /** The Data Authority of the External Plugin Adapter */\n authority?: TAccountMetas[3] | undefined;\n /** The buffer to write to the external plugin */\n buffer?: TAccountMetas[4] | undefined;\n /** The system program */\n systemProgram: TAccountMetas[5];\n /** The SPL Noop Program */\n logWrapper?: TAccountMetas[6] | undefined;\n };\n data: WriteExternalPluginAdapterDataV1InstructionData;\n}\n\nexport function parseWriteExternalPluginAdapterDataV1Instruction<\n TProgram extends string,\n TAccountMetas extends readonly AccountMeta[],\n>(\n instruction: Instruction<TProgram> &\n InstructionWithAccounts<TAccountMetas> &\n InstructionWithData<ReadonlyUint8Array>,\n): ParsedWriteExternalPluginAdapterDataV1Instruction<TProgram, TAccountMetas> {\n if (instruction.accounts.length < 7) {\n throw new SolanaError(\n SOLANA_ERROR__PROGRAM_CLIENTS__INSUFFICIENT_ACCOUNT_METAS,\n {\n actualAccountMetas: instruction.accounts.length,\n expectedAccountMetas: 7,\n },\n );\n }\n let accountIndex = 0;\n const getNextAccount = () => {\n const accountMeta = (instruction.accounts as TAccountMetas)[accountIndex]!;\n accountIndex += 1;\n return accountMeta;\n };\n const getNextOptionalAccount = () => {\n const accountMeta = getNextAccount();\n return accountMeta.address === MPL_CORE_PROGRAM_PROGRAM_ADDRESS\n ? undefined\n : accountMeta;\n };\n return {\n programAddress: instruction.programAddress,\n accounts: {\n asset: getNextAccount(),\n collection: getNextOptionalAccount(),\n payer: getNextAccount(),\n authority: getNextOptionalAccount(),\n buffer: getNextOptionalAccount(),\n systemProgram: getNextAccount(),\n logWrapper: getNextOptionalAccount(),\n },\n data: getWriteExternalPluginAdapterDataV1InstructionDataDecoder().decode(\n instruction.data,\n ),\n };\n}\n"],"mappings":";;;;;AA+CA,MAAa,sDAAsD;AAEnE,SAAgB,wDAA4E;CAC1F,OAAO,aAAa,CAAC,CAAC,OAAA,EAEtB;AACF;AAsDA,SAAgB,4DAA0H;CACxI,OAAO,iBACL,iBAAiB,CACf,CAAC,iBAAiB,aAAa,CAAC,GAChC,CACE,wCACA,+CAA+C,CACjD,CACF,CAAC,IACA,WAAW;EACV,GAAG;EACH,eAAA;CACF,EACF;AACF;AAEA,SAAgB,4DAAsH;CACpI,OAAO,iBAAiB,CACtB,CAAC,iBAAiB,aAAa,CAAC,GAChC,CACE,wCACA,+CAA+C,CACjD,CACF,CAAC;AACH;AAEA,SAAgB,0DAGd;CACA,OAAO,aACL,0DAA0D,GAC1D,0DAA0D,CAC5D;AACF;AA4BA,SAAgB,+CAUd,OASA,QAUA;CAEA,MAAM,iBACJ,QAAQ,kBAAA;CAYV,MAAM,WAAW;EARf,OAAO;GAAE,OAAO,MAAM,SAAS;GAAM,YAAY;EAAK;EACtD,YAAY;GAAE,OAAO,MAAM,cAAc;GAAM,YAAY;EAAK;EAChE,OAAO;GAAE,OAAO,MAAM,SAAS;GAAM,YAAY;EAAK;EACtD,WAAW;GAAE,OAAO,MAAM,aAAa;GAAM,YAAY;EAAM;EAC/D,QAAQ;GAAE,OAAO,MAAM,UAAU;GAAM,YAAY;EAAM;EACzD,eAAe;GAAE,OAAO,MAAM,iBAAiB;GAAM,YAAY;EAAM;EACvE,YAAY;GAAE,OAAO,MAAM,cAAc;GAAM,YAAY;EAAM;CAEnC;CAMhC,MAAM,OAAO,EAAE,GAAG,MAAM;CAGxB,IAAI,CAAC,SAAS,cAAc,OAC1B,SAAS,cAAc,QACrB;CAGJ,MAAM,iBAAiB,sBAAsB,gBAAgB,WAAW;CACxE,OAAO,OAAO,OAAO;EACnB,UAAU;GACR,eAAe,SAAS,SAAS,KAAK;GACtC,eAAe,cAAc,SAAS,UAAU;GAChD,eAAe,SAAS,SAAS,KAAK;GACtC,eAAe,aAAa,SAAS,SAAS;GAC9C,eAAe,UAAU,SAAS,MAAM;GACxC,eAAe,iBAAiB,SAAS,aAAa;GACtD,eAAe,cAAc,SAAS,UAAU;EAClD;EACA,MAAM,0DAA0D,CAAC,CAAC,OAChE,IACF;EACA;CACF,CASC;AACH;AA0BA,SAAgB,iDAId,aAG4E;CAC5E,IAAI,YAAY,SAAS,SAAS,GAChC,MAAM,IAAI,YACR,2DACA;EACE,oBAAoB,YAAY,SAAS;EACzC,sBAAsB;CACxB,CACF;CAEF,IAAI,eAAe;CACnB,MAAM,uBAAuB;EAC3B,MAAM,cAAe,YAAY,SAA2B;EAC5D,gBAAgB;EAChB,OAAO;CACT;CACA,MAAM,+BAA+B;EACnC,MAAM,cAAc,eAAe;EACnC,OAAO,YAAY,YAAA,iDACf,KAAA,IACA;CACN;CACA,OAAO;EACL,gBAAgB,YAAY;EAC5B,UAAU;GACR,OAAO,eAAe;GACtB,YAAY,uBAAuB;GACnC,OAAO,eAAe;GACtB,WAAW,uBAAuB;GAClC,QAAQ,uBAAuB;GAC/B,eAAe,eAAe;GAC9B,YAAY,uBAAuB;EACrC;EACA,MAAM,0DAA0D,CAAC,CAAC,OAChE,YAAY,IACd;CACF;AACF"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Address, ProgramDerivedAddress } from "@solana/kit";
|
|
2
|
+
|
|
3
|
+
//#region src/generated/pdas/assetSigner.d.ts
|
|
4
|
+
interface AssetSignerSeeds {
|
|
5
|
+
/** The address of the asset account */
|
|
6
|
+
asset: Address;
|
|
7
|
+
}
|
|
8
|
+
/** The signing PDA for an asset, used by executeV1 */
|
|
9
|
+
declare function findAssetSignerPda(seeds: AssetSignerSeeds, config?: {
|
|
10
|
+
programAddress?: Address | undefined;
|
|
11
|
+
}): Promise<ProgramDerivedAddress>;
|
|
12
|
+
//#endregion
|
|
13
|
+
export { AssetSignerSeeds, findAssetSignerPda };
|
|
14
|
+
//# sourceMappingURL=assetSigner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assetSigner.d.ts","names":[],"sources":["../../../src/generated/pdas/assetSigner.ts"],"mappings":";;;UAeiB,gBAAA;EAMK;EAJpB,KAAA,EAAO,OAAA;AAAA;;iBAIa,kBAAA,CACpB,KAAA,EAAO,gBAAA,EACP,MAAA;EAAU,cAAA,GAAiB,OAAA;AAAA,IAC1B,OAAA,CAAQ,qBAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { getAddressEncoder, getProgramDerivedAddress, getUtf8Encoder } from "@solana/kit";
|
|
2
|
+
//#region src/generated/pdas/assetSigner.ts
|
|
3
|
+
/** The signing PDA for an asset, used by executeV1 */
|
|
4
|
+
async function findAssetSignerPda(seeds, config = {}) {
|
|
5
|
+
const { programAddress = "CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d" } = config;
|
|
6
|
+
return await getProgramDerivedAddress({
|
|
7
|
+
programAddress,
|
|
8
|
+
seeds: [getUtf8Encoder().encode("mpl-core-execute"), getAddressEncoder().encode(seeds.asset)]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
//#endregion
|
|
12
|
+
export { findAssetSignerPda };
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=assetSigner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assetSigner.js","names":[],"sources":["../../../src/generated/pdas/assetSigner.ts"],"sourcesContent":["/**\n * This code was AUTOGENERATED using the Codama library.\n * Please DO NOT EDIT THIS FILE, instead use visitors\n * to add features, then rerun Codama to update it.\n *\n * @see https://github.com/codama-idl/codama\n */\n\nimport type { Address, ProgramDerivedAddress } from \"@solana/kit\";\nimport {\n getAddressEncoder,\n getProgramDerivedAddress,\n getUtf8Encoder,\n} from \"@solana/kit\";\n\nexport interface AssetSignerSeeds {\n /** The address of the asset account */\n asset: Address;\n}\n\n/** The signing PDA for an asset, used by executeV1 */\nexport async function findAssetSignerPda(\n seeds: AssetSignerSeeds,\n config: { programAddress?: Address | undefined } = {},\n): Promise<ProgramDerivedAddress> {\n const {\n programAddress = \"CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d\" as Address<\"CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d\">,\n } = config;\n return await getProgramDerivedAddress({\n programAddress,\n seeds: [\n getUtf8Encoder().encode(\"mpl-core-execute\"),\n getAddressEncoder().encode(seeds.asset),\n ],\n });\n}\n"],"mappings":";;;AAqBA,eAAsB,mBACpB,OACA,SAAmD,CAAC,GACpB;CAChC,MAAM,EACJ,iBAAiB,mDACf;CACJ,OAAO,MAAM,yBAAyB;EACpC;EACA,OAAO,CACL,eAAe,CAAC,CAAC,OAAO,kBAAkB,GAC1C,kBAAkB,CAAC,CAAC,OAAO,MAAM,KAAK,CACxC;CACF,CAAC;AACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import { AssetSignerSeeds, findAssetSignerPda } from "./assetSigner.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import { MPL_CORE_PROGRAM_PROGRAM_ADDRESS, MplCoreProgramAccount, MplCoreProgramInstruction, MplCoreProgramPlugin, MplCoreProgramPluginAccounts, MplCoreProgramPluginInstructions, MplCoreProgramPluginPdas, MplCoreProgramPluginRequirements, ParsedMplCoreProgramInstruction, identifyMplCoreProgramInstruction, mplCoreProgramProgram, parseMplCoreProgramInstruction } from "./mplCoreProgram.js";
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
import { AssetV1, AssetV1Args, getAssetV1Codec } from "../accounts/assetV1.js";
|
|
2
|
+
import { CollectionV1, CollectionV1Args, getCollectionV1Codec } from "../accounts/collectionV1.js";
|
|
3
|
+
import { GroupV1, GroupV1Args, getGroupV1Codec } from "../accounts/groupV1.js";
|
|
4
|
+
import { HashedAssetV1, HashedAssetV1Args, getHashedAssetV1Codec } from "../accounts/hashedAssetV1.js";
|
|
5
|
+
import { PluginHeaderV1, PluginHeaderV1Args, getPluginHeaderV1Codec } from "../accounts/pluginHeaderV1.js";
|
|
6
|
+
import { PluginRegistryV1, PluginRegistryV1Args, getPluginRegistryV1Codec } from "../accounts/pluginRegistryV1.js";
|
|
7
|
+
import { findAssetSignerPda } from "../pdas/assetSigner.js";
|
|
8
|
+
import { AddAssetsToGroupV1Input, ParsedAddAssetsToGroupV1Instruction, getAddAssetsToGroupV1Instruction } from "../instructions/addAssetsToGroupV1.js";
|
|
9
|
+
import { AddCollectionExternalPluginAdapterV1Input, ParsedAddCollectionExternalPluginAdapterV1Instruction, getAddCollectionExternalPluginAdapterV1Instruction } from "../instructions/addCollectionExternalPluginAdapterV1.js";
|
|
10
|
+
import { AddCollectionPluginV1Input, ParsedAddCollectionPluginV1Instruction, getAddCollectionPluginV1Instruction } from "../instructions/addCollectionPluginV1.js";
|
|
11
|
+
import { AddCollectionsToGroupV1Input, ParsedAddCollectionsToGroupV1Instruction, getAddCollectionsToGroupV1Instruction } from "../instructions/addCollectionsToGroupV1.js";
|
|
12
|
+
import { AddExternalPluginAdapterV1Input, ParsedAddExternalPluginAdapterV1Instruction, getAddExternalPluginAdapterV1Instruction } from "../instructions/addExternalPluginAdapterV1.js";
|
|
13
|
+
import { AddGroupsToGroupV1Input, ParsedAddGroupsToGroupV1Instruction, getAddGroupsToGroupV1Instruction } from "../instructions/addGroupsToGroupV1.js";
|
|
14
|
+
import { AddPluginV1Input, ParsedAddPluginV1Instruction, getAddPluginV1Instruction } from "../instructions/addPluginV1.js";
|
|
15
|
+
import { ApproveCollectionPluginAuthorityV1Input, ParsedApproveCollectionPluginAuthorityV1Instruction, getApproveCollectionPluginAuthorityV1Instruction } from "../instructions/approveCollectionPluginAuthorityV1.js";
|
|
16
|
+
import { ApprovePluginAuthorityV1Input, ParsedApprovePluginAuthorityV1Instruction, getApprovePluginAuthorityV1Instruction } from "../instructions/approvePluginAuthorityV1.js";
|
|
17
|
+
import { BurnCollectionV1Input, ParsedBurnCollectionV1Instruction, getBurnCollectionV1Instruction } from "../instructions/burnCollectionV1.js";
|
|
18
|
+
import { BurnV1Input, ParsedBurnV1Instruction, getBurnV1Instruction } from "../instructions/burnV1.js";
|
|
19
|
+
import { CloseGroupV1Input, ParsedCloseGroupV1Instruction, getCloseGroupV1Instruction } from "../instructions/closeGroupV1.js";
|
|
20
|
+
import { CollectInput, ParsedCollectInstruction, getCollectInstruction } from "../instructions/collect.js";
|
|
21
|
+
import { CompressV1Input, ParsedCompressV1Instruction, getCompressV1Instruction } from "../instructions/compressV1.js";
|
|
22
|
+
import { CreateCollectionV1Input, ParsedCreateCollectionV1Instruction, getCreateCollectionV1Instruction } from "../instructions/createCollectionV1.js";
|
|
23
|
+
import { CreateCollectionV2Input, ParsedCreateCollectionV2Instruction, getCreateCollectionV2Instruction } from "../instructions/createCollectionV2.js";
|
|
24
|
+
import { CreateGroupV1Input, ParsedCreateGroupV1Instruction, getCreateGroupV1Instruction } from "../instructions/createGroupV1.js";
|
|
25
|
+
import { CreateV1Input, ParsedCreateV1Instruction, getCreateV1Instruction } from "../instructions/createV1.js";
|
|
26
|
+
import { CreateV2Input, ParsedCreateV2Instruction, getCreateV2Instruction } from "../instructions/createV2.js";
|
|
27
|
+
import { DecompressV1Input, ParsedDecompressV1Instruction, getDecompressV1Instruction } from "../instructions/decompressV1.js";
|
|
28
|
+
import { ExecuteV1AsyncInput, ParsedExecuteV1Instruction, getExecuteV1InstructionAsync } from "../instructions/executeV1.js";
|
|
29
|
+
import { ParsedRemoveAssetsFromGroupV1Instruction, RemoveAssetsFromGroupV1Input, getRemoveAssetsFromGroupV1Instruction } from "../instructions/removeAssetsFromGroupV1.js";
|
|
30
|
+
import { ParsedRemoveCollectionExternalPluginAdapterV1Instruction, RemoveCollectionExternalPluginAdapterV1Input, getRemoveCollectionExternalPluginAdapterV1Instruction } from "../instructions/removeCollectionExternalPluginAdapterV1.js";
|
|
31
|
+
import { ParsedRemoveCollectionPluginV1Instruction, RemoveCollectionPluginV1Input, getRemoveCollectionPluginV1Instruction } from "../instructions/removeCollectionPluginV1.js";
|
|
32
|
+
import { ParsedRemoveCollectionsFromGroupV1Instruction, RemoveCollectionsFromGroupV1Input, getRemoveCollectionsFromGroupV1Instruction } from "../instructions/removeCollectionsFromGroupV1.js";
|
|
33
|
+
import { ParsedRemoveExternalPluginAdapterV1Instruction, RemoveExternalPluginAdapterV1Input, getRemoveExternalPluginAdapterV1Instruction } from "../instructions/removeExternalPluginAdapterV1.js";
|
|
34
|
+
import { ParsedRemoveGroupsFromGroupV1Instruction, RemoveGroupsFromGroupV1Input, getRemoveGroupsFromGroupV1Instruction } from "../instructions/removeGroupsFromGroupV1.js";
|
|
35
|
+
import { ParsedRemovePluginV1Instruction, RemovePluginV1Input, getRemovePluginV1Instruction } from "../instructions/removePluginV1.js";
|
|
36
|
+
import { ParsedRevokeCollectionPluginAuthorityV1Instruction, RevokeCollectionPluginAuthorityV1Input, getRevokeCollectionPluginAuthorityV1Instruction } from "../instructions/revokeCollectionPluginAuthorityV1.js";
|
|
37
|
+
import { ParsedRevokePluginAuthorityV1Instruction, RevokePluginAuthorityV1Input, getRevokePluginAuthorityV1Instruction } from "../instructions/revokePluginAuthorityV1.js";
|
|
38
|
+
import { ParsedTransferV1Instruction, TransferV1Input, getTransferV1Instruction } from "../instructions/transferV1.js";
|
|
39
|
+
import { ParsedUpdateCollectionExternalPluginAdapterV1Instruction, UpdateCollectionExternalPluginAdapterV1Input, getUpdateCollectionExternalPluginAdapterV1Instruction } from "../instructions/updateCollectionExternalPluginAdapterV1.js";
|
|
40
|
+
import { ParsedUpdateCollectionInfoV1Instruction, UpdateCollectionInfoV1Input, getUpdateCollectionInfoV1Instruction } from "../instructions/updateCollectionInfoV1.js";
|
|
41
|
+
import { ParsedUpdateCollectionPluginV1Instruction, UpdateCollectionPluginV1Input, getUpdateCollectionPluginV1Instruction } from "../instructions/updateCollectionPluginV1.js";
|
|
42
|
+
import { ParsedUpdateCollectionV1Instruction, UpdateCollectionV1Input, getUpdateCollectionV1Instruction } from "../instructions/updateCollectionV1.js";
|
|
43
|
+
import { ParsedUpdateExternalPluginAdapterV1Instruction, UpdateExternalPluginAdapterV1Input, getUpdateExternalPluginAdapterV1Instruction } from "../instructions/updateExternalPluginAdapterV1.js";
|
|
44
|
+
import { ParsedUpdateGroupV1Instruction, UpdateGroupV1Input, getUpdateGroupV1Instruction } from "../instructions/updateGroupV1.js";
|
|
45
|
+
import { ParsedUpdatePluginV1Instruction, UpdatePluginV1Input, getUpdatePluginV1Instruction } from "../instructions/updatePluginV1.js";
|
|
46
|
+
import { ParsedUpdateV1Instruction, UpdateV1Input, getUpdateV1Instruction } from "../instructions/updateV1.js";
|
|
47
|
+
import { ParsedUpdateV2Instruction, UpdateV2Input, getUpdateV2Instruction } from "../instructions/updateV2.js";
|
|
48
|
+
import { ParsedWriteCollectionExternalPluginAdapterDataV1Instruction, WriteCollectionExternalPluginAdapterDataV1Input, getWriteCollectionExternalPluginAdapterDataV1Instruction } from "../instructions/writeCollectionExternalPluginAdapterDataV1.js";
|
|
49
|
+
import { ParsedWriteExternalPluginAdapterDataV1Instruction, WriteExternalPluginAdapterDataV1Input, getWriteExternalPluginAdapterDataV1Instruction } from "../instructions/writeExternalPluginAdapterDataV1.js";
|
|
50
|
+
import { Address, ClientWithPayer, ClientWithRpc, ClientWithTransactionPlanning, ClientWithTransactionSending, GetAccountInfoApi, GetMultipleAccountsApi, Instruction, InstructionWithData, ReadonlyUint8Array } from "@solana/kit";
|
|
51
|
+
import { SelfFetchFunctions, SelfPlanAndSendFunctions } from "@solana/program-client-core";
|
|
52
|
+
|
|
53
|
+
//#region src/generated/programs/mplCoreProgram.d.ts
|
|
54
|
+
declare const MPL_CORE_PROGRAM_PROGRAM_ADDRESS: Address<"CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d">;
|
|
55
|
+
declare enum MplCoreProgramAccount {
|
|
56
|
+
PluginHeaderV1 = 0,
|
|
57
|
+
PluginRegistryV1 = 1,
|
|
58
|
+
AssetV1 = 2,
|
|
59
|
+
CollectionV1 = 3,
|
|
60
|
+
GroupV1 = 4,
|
|
61
|
+
HashedAssetV1 = 5
|
|
62
|
+
}
|
|
63
|
+
declare enum MplCoreProgramInstruction {
|
|
64
|
+
CreateV1 = 0,
|
|
65
|
+
CreateCollectionV1 = 1,
|
|
66
|
+
AddPluginV1 = 2,
|
|
67
|
+
AddCollectionPluginV1 = 3,
|
|
68
|
+
RemovePluginV1 = 4,
|
|
69
|
+
RemoveCollectionPluginV1 = 5,
|
|
70
|
+
UpdatePluginV1 = 6,
|
|
71
|
+
UpdateCollectionPluginV1 = 7,
|
|
72
|
+
ApprovePluginAuthorityV1 = 8,
|
|
73
|
+
ApproveCollectionPluginAuthorityV1 = 9,
|
|
74
|
+
RevokePluginAuthorityV1 = 10,
|
|
75
|
+
RevokeCollectionPluginAuthorityV1 = 11,
|
|
76
|
+
BurnV1 = 12,
|
|
77
|
+
BurnCollectionV1 = 13,
|
|
78
|
+
TransferV1 = 14,
|
|
79
|
+
UpdateV1 = 15,
|
|
80
|
+
UpdateCollectionV1 = 16,
|
|
81
|
+
CompressV1 = 17,
|
|
82
|
+
DecompressV1 = 18,
|
|
83
|
+
Collect = 19,
|
|
84
|
+
CreateV2 = 20,
|
|
85
|
+
CreateCollectionV2 = 21,
|
|
86
|
+
AddExternalPluginAdapterV1 = 22,
|
|
87
|
+
AddCollectionExternalPluginAdapterV1 = 23,
|
|
88
|
+
RemoveExternalPluginAdapterV1 = 24,
|
|
89
|
+
RemoveCollectionExternalPluginAdapterV1 = 25,
|
|
90
|
+
UpdateExternalPluginAdapterV1 = 26,
|
|
91
|
+
UpdateCollectionExternalPluginAdapterV1 = 27,
|
|
92
|
+
WriteExternalPluginAdapterDataV1 = 28,
|
|
93
|
+
WriteCollectionExternalPluginAdapterDataV1 = 29,
|
|
94
|
+
UpdateV2 = 30,
|
|
95
|
+
ExecuteV1 = 31,
|
|
96
|
+
UpdateCollectionInfoV1 = 32,
|
|
97
|
+
AddCollectionsToGroupV1 = 33,
|
|
98
|
+
RemoveCollectionsFromGroupV1 = 34,
|
|
99
|
+
AddAssetsToGroupV1 = 35,
|
|
100
|
+
RemoveAssetsFromGroupV1 = 36,
|
|
101
|
+
AddGroupsToGroupV1 = 37,
|
|
102
|
+
RemoveGroupsFromGroupV1 = 38,
|
|
103
|
+
CreateGroupV1 = 39,
|
|
104
|
+
CloseGroupV1 = 40,
|
|
105
|
+
UpdateGroupV1 = 41
|
|
106
|
+
}
|
|
107
|
+
declare function identifyMplCoreProgramInstruction(instruction: {
|
|
108
|
+
data: ReadonlyUint8Array;
|
|
109
|
+
} | ReadonlyUint8Array): MplCoreProgramInstruction;
|
|
110
|
+
type ParsedMplCoreProgramInstruction<TProgram extends string = "CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d"> = ({
|
|
111
|
+
instructionType: MplCoreProgramInstruction.CreateV1;
|
|
112
|
+
} & ParsedCreateV1Instruction<TProgram>) | ({
|
|
113
|
+
instructionType: MplCoreProgramInstruction.CreateCollectionV1;
|
|
114
|
+
} & ParsedCreateCollectionV1Instruction<TProgram>) | ({
|
|
115
|
+
instructionType: MplCoreProgramInstruction.AddPluginV1;
|
|
116
|
+
} & ParsedAddPluginV1Instruction<TProgram>) | ({
|
|
117
|
+
instructionType: MplCoreProgramInstruction.AddCollectionPluginV1;
|
|
118
|
+
} & ParsedAddCollectionPluginV1Instruction<TProgram>) | ({
|
|
119
|
+
instructionType: MplCoreProgramInstruction.RemovePluginV1;
|
|
120
|
+
} & ParsedRemovePluginV1Instruction<TProgram>) | ({
|
|
121
|
+
instructionType: MplCoreProgramInstruction.RemoveCollectionPluginV1;
|
|
122
|
+
} & ParsedRemoveCollectionPluginV1Instruction<TProgram>) | ({
|
|
123
|
+
instructionType: MplCoreProgramInstruction.UpdatePluginV1;
|
|
124
|
+
} & ParsedUpdatePluginV1Instruction<TProgram>) | ({
|
|
125
|
+
instructionType: MplCoreProgramInstruction.UpdateCollectionPluginV1;
|
|
126
|
+
} & ParsedUpdateCollectionPluginV1Instruction<TProgram>) | ({
|
|
127
|
+
instructionType: MplCoreProgramInstruction.ApprovePluginAuthorityV1;
|
|
128
|
+
} & ParsedApprovePluginAuthorityV1Instruction<TProgram>) | ({
|
|
129
|
+
instructionType: MplCoreProgramInstruction.ApproveCollectionPluginAuthorityV1;
|
|
130
|
+
} & ParsedApproveCollectionPluginAuthorityV1Instruction<TProgram>) | ({
|
|
131
|
+
instructionType: MplCoreProgramInstruction.RevokePluginAuthorityV1;
|
|
132
|
+
} & ParsedRevokePluginAuthorityV1Instruction<TProgram>) | ({
|
|
133
|
+
instructionType: MplCoreProgramInstruction.RevokeCollectionPluginAuthorityV1;
|
|
134
|
+
} & ParsedRevokeCollectionPluginAuthorityV1Instruction<TProgram>) | ({
|
|
135
|
+
instructionType: MplCoreProgramInstruction.BurnV1;
|
|
136
|
+
} & ParsedBurnV1Instruction<TProgram>) | ({
|
|
137
|
+
instructionType: MplCoreProgramInstruction.BurnCollectionV1;
|
|
138
|
+
} & ParsedBurnCollectionV1Instruction<TProgram>) | ({
|
|
139
|
+
instructionType: MplCoreProgramInstruction.TransferV1;
|
|
140
|
+
} & ParsedTransferV1Instruction<TProgram>) | ({
|
|
141
|
+
instructionType: MplCoreProgramInstruction.UpdateV1;
|
|
142
|
+
} & ParsedUpdateV1Instruction<TProgram>) | ({
|
|
143
|
+
instructionType: MplCoreProgramInstruction.UpdateCollectionV1;
|
|
144
|
+
} & ParsedUpdateCollectionV1Instruction<TProgram>) | ({
|
|
145
|
+
instructionType: MplCoreProgramInstruction.CompressV1;
|
|
146
|
+
} & ParsedCompressV1Instruction<TProgram>) | ({
|
|
147
|
+
instructionType: MplCoreProgramInstruction.DecompressV1;
|
|
148
|
+
} & ParsedDecompressV1Instruction<TProgram>) | ({
|
|
149
|
+
instructionType: MplCoreProgramInstruction.Collect;
|
|
150
|
+
} & ParsedCollectInstruction<TProgram>) | ({
|
|
151
|
+
instructionType: MplCoreProgramInstruction.CreateV2;
|
|
152
|
+
} & ParsedCreateV2Instruction<TProgram>) | ({
|
|
153
|
+
instructionType: MplCoreProgramInstruction.CreateCollectionV2;
|
|
154
|
+
} & ParsedCreateCollectionV2Instruction<TProgram>) | ({
|
|
155
|
+
instructionType: MplCoreProgramInstruction.AddExternalPluginAdapterV1;
|
|
156
|
+
} & ParsedAddExternalPluginAdapterV1Instruction<TProgram>) | ({
|
|
157
|
+
instructionType: MplCoreProgramInstruction.AddCollectionExternalPluginAdapterV1;
|
|
158
|
+
} & ParsedAddCollectionExternalPluginAdapterV1Instruction<TProgram>) | ({
|
|
159
|
+
instructionType: MplCoreProgramInstruction.RemoveExternalPluginAdapterV1;
|
|
160
|
+
} & ParsedRemoveExternalPluginAdapterV1Instruction<TProgram>) | ({
|
|
161
|
+
instructionType: MplCoreProgramInstruction.RemoveCollectionExternalPluginAdapterV1;
|
|
162
|
+
} & ParsedRemoveCollectionExternalPluginAdapterV1Instruction<TProgram>) | ({
|
|
163
|
+
instructionType: MplCoreProgramInstruction.UpdateExternalPluginAdapterV1;
|
|
164
|
+
} & ParsedUpdateExternalPluginAdapterV1Instruction<TProgram>) | ({
|
|
165
|
+
instructionType: MplCoreProgramInstruction.UpdateCollectionExternalPluginAdapterV1;
|
|
166
|
+
} & ParsedUpdateCollectionExternalPluginAdapterV1Instruction<TProgram>) | ({
|
|
167
|
+
instructionType: MplCoreProgramInstruction.WriteExternalPluginAdapterDataV1;
|
|
168
|
+
} & ParsedWriteExternalPluginAdapterDataV1Instruction<TProgram>) | ({
|
|
169
|
+
instructionType: MplCoreProgramInstruction.WriteCollectionExternalPluginAdapterDataV1;
|
|
170
|
+
} & ParsedWriteCollectionExternalPluginAdapterDataV1Instruction<TProgram>) | ({
|
|
171
|
+
instructionType: MplCoreProgramInstruction.UpdateV2;
|
|
172
|
+
} & ParsedUpdateV2Instruction<TProgram>) | ({
|
|
173
|
+
instructionType: MplCoreProgramInstruction.ExecuteV1;
|
|
174
|
+
} & ParsedExecuteV1Instruction<TProgram>) | ({
|
|
175
|
+
instructionType: MplCoreProgramInstruction.UpdateCollectionInfoV1;
|
|
176
|
+
} & ParsedUpdateCollectionInfoV1Instruction<TProgram>) | ({
|
|
177
|
+
instructionType: MplCoreProgramInstruction.AddCollectionsToGroupV1;
|
|
178
|
+
} & ParsedAddCollectionsToGroupV1Instruction<TProgram>) | ({
|
|
179
|
+
instructionType: MplCoreProgramInstruction.RemoveCollectionsFromGroupV1;
|
|
180
|
+
} & ParsedRemoveCollectionsFromGroupV1Instruction<TProgram>) | ({
|
|
181
|
+
instructionType: MplCoreProgramInstruction.AddAssetsToGroupV1;
|
|
182
|
+
} & ParsedAddAssetsToGroupV1Instruction<TProgram>) | ({
|
|
183
|
+
instructionType: MplCoreProgramInstruction.RemoveAssetsFromGroupV1;
|
|
184
|
+
} & ParsedRemoveAssetsFromGroupV1Instruction<TProgram>) | ({
|
|
185
|
+
instructionType: MplCoreProgramInstruction.AddGroupsToGroupV1;
|
|
186
|
+
} & ParsedAddGroupsToGroupV1Instruction<TProgram>) | ({
|
|
187
|
+
instructionType: MplCoreProgramInstruction.RemoveGroupsFromGroupV1;
|
|
188
|
+
} & ParsedRemoveGroupsFromGroupV1Instruction<TProgram>) | ({
|
|
189
|
+
instructionType: MplCoreProgramInstruction.CreateGroupV1;
|
|
190
|
+
} & ParsedCreateGroupV1Instruction<TProgram>) | ({
|
|
191
|
+
instructionType: MplCoreProgramInstruction.CloseGroupV1;
|
|
192
|
+
} & ParsedCloseGroupV1Instruction<TProgram>) | ({
|
|
193
|
+
instructionType: MplCoreProgramInstruction.UpdateGroupV1;
|
|
194
|
+
} & ParsedUpdateGroupV1Instruction<TProgram>);
|
|
195
|
+
declare function parseMplCoreProgramInstruction<TProgram extends string>(instruction: Instruction<TProgram> & InstructionWithData<ReadonlyUint8Array>): ParsedMplCoreProgramInstruction<TProgram>;
|
|
196
|
+
interface MplCoreProgramPlugin {
|
|
197
|
+
accounts: MplCoreProgramPluginAccounts;
|
|
198
|
+
instructions: MplCoreProgramPluginInstructions;
|
|
199
|
+
pdas: MplCoreProgramPluginPdas;
|
|
200
|
+
}
|
|
201
|
+
interface MplCoreProgramPluginAccounts {
|
|
202
|
+
pluginHeaderV1: ReturnType<typeof getPluginHeaderV1Codec> & SelfFetchFunctions<PluginHeaderV1Args, PluginHeaderV1>;
|
|
203
|
+
pluginRegistryV1: ReturnType<typeof getPluginRegistryV1Codec> & SelfFetchFunctions<PluginRegistryV1Args, PluginRegistryV1>;
|
|
204
|
+
assetV1: ReturnType<typeof getAssetV1Codec> & SelfFetchFunctions<AssetV1Args, AssetV1>;
|
|
205
|
+
collectionV1: ReturnType<typeof getCollectionV1Codec> & SelfFetchFunctions<CollectionV1Args, CollectionV1>;
|
|
206
|
+
groupV1: ReturnType<typeof getGroupV1Codec> & SelfFetchFunctions<GroupV1Args, GroupV1>;
|
|
207
|
+
hashedAssetV1: ReturnType<typeof getHashedAssetV1Codec> & SelfFetchFunctions<HashedAssetV1Args, HashedAssetV1>;
|
|
208
|
+
}
|
|
209
|
+
interface MplCoreProgramPluginInstructions {
|
|
210
|
+
createV1: (input: MakeOptional<CreateV1Input, "payer">) => ReturnType<typeof getCreateV1Instruction> & SelfPlanAndSendFunctions;
|
|
211
|
+
createCollectionV1: (input: MakeOptional<CreateCollectionV1Input, "payer">) => ReturnType<typeof getCreateCollectionV1Instruction> & SelfPlanAndSendFunctions;
|
|
212
|
+
addPluginV1: (input: MakeOptional<AddPluginV1Input, "payer">) => ReturnType<typeof getAddPluginV1Instruction> & SelfPlanAndSendFunctions;
|
|
213
|
+
addCollectionPluginV1: (input: MakeOptional<AddCollectionPluginV1Input, "payer">) => ReturnType<typeof getAddCollectionPluginV1Instruction> & SelfPlanAndSendFunctions;
|
|
214
|
+
removePluginV1: (input: MakeOptional<RemovePluginV1Input, "payer">) => ReturnType<typeof getRemovePluginV1Instruction> & SelfPlanAndSendFunctions;
|
|
215
|
+
removeCollectionPluginV1: (input: MakeOptional<RemoveCollectionPluginV1Input, "payer">) => ReturnType<typeof getRemoveCollectionPluginV1Instruction> & SelfPlanAndSendFunctions;
|
|
216
|
+
updatePluginV1: (input: MakeOptional<UpdatePluginV1Input, "payer">) => ReturnType<typeof getUpdatePluginV1Instruction> & SelfPlanAndSendFunctions;
|
|
217
|
+
updateCollectionPluginV1: (input: MakeOptional<UpdateCollectionPluginV1Input, "payer">) => ReturnType<typeof getUpdateCollectionPluginV1Instruction> & SelfPlanAndSendFunctions;
|
|
218
|
+
approvePluginAuthorityV1: (input: MakeOptional<ApprovePluginAuthorityV1Input, "payer">) => ReturnType<typeof getApprovePluginAuthorityV1Instruction> & SelfPlanAndSendFunctions;
|
|
219
|
+
approveCollectionPluginAuthorityV1: (input: MakeOptional<ApproveCollectionPluginAuthorityV1Input, "payer">) => ReturnType<typeof getApproveCollectionPluginAuthorityV1Instruction> & SelfPlanAndSendFunctions;
|
|
220
|
+
revokePluginAuthorityV1: (input: MakeOptional<RevokePluginAuthorityV1Input, "payer">) => ReturnType<typeof getRevokePluginAuthorityV1Instruction> & SelfPlanAndSendFunctions;
|
|
221
|
+
revokeCollectionPluginAuthorityV1: (input: MakeOptional<RevokeCollectionPluginAuthorityV1Input, "payer">) => ReturnType<typeof getRevokeCollectionPluginAuthorityV1Instruction> & SelfPlanAndSendFunctions;
|
|
222
|
+
burnV1: (input: MakeOptional<BurnV1Input, "payer">) => ReturnType<typeof getBurnV1Instruction> & SelfPlanAndSendFunctions;
|
|
223
|
+
burnCollectionV1: (input: MakeOptional<BurnCollectionV1Input, "payer">) => ReturnType<typeof getBurnCollectionV1Instruction> & SelfPlanAndSendFunctions;
|
|
224
|
+
transferV1: (input: MakeOptional<TransferV1Input, "payer">) => ReturnType<typeof getTransferV1Instruction> & SelfPlanAndSendFunctions;
|
|
225
|
+
updateV1: (input: MakeOptional<UpdateV1Input, "payer">) => ReturnType<typeof getUpdateV1Instruction> & SelfPlanAndSendFunctions;
|
|
226
|
+
updateCollectionV1: (input: MakeOptional<UpdateCollectionV1Input, "payer">) => ReturnType<typeof getUpdateCollectionV1Instruction> & SelfPlanAndSendFunctions;
|
|
227
|
+
compressV1: (input: MakeOptional<CompressV1Input, "payer">) => ReturnType<typeof getCompressV1Instruction> & SelfPlanAndSendFunctions;
|
|
228
|
+
decompressV1: (input: MakeOptional<DecompressV1Input, "payer">) => ReturnType<typeof getDecompressV1Instruction> & SelfPlanAndSendFunctions;
|
|
229
|
+
collect: (input: CollectInput) => ReturnType<typeof getCollectInstruction> & SelfPlanAndSendFunctions;
|
|
230
|
+
createV2: (input: MakeOptional<CreateV2Input, "payer">) => ReturnType<typeof getCreateV2Instruction> & SelfPlanAndSendFunctions;
|
|
231
|
+
createCollectionV2: (input: MakeOptional<CreateCollectionV2Input, "payer">) => ReturnType<typeof getCreateCollectionV2Instruction> & SelfPlanAndSendFunctions;
|
|
232
|
+
addExternalPluginAdapterV1: (input: MakeOptional<AddExternalPluginAdapterV1Input, "payer">) => ReturnType<typeof getAddExternalPluginAdapterV1Instruction> & SelfPlanAndSendFunctions;
|
|
233
|
+
addCollectionExternalPluginAdapterV1: (input: MakeOptional<AddCollectionExternalPluginAdapterV1Input, "payer">) => ReturnType<typeof getAddCollectionExternalPluginAdapterV1Instruction> & SelfPlanAndSendFunctions;
|
|
234
|
+
removeExternalPluginAdapterV1: (input: MakeOptional<RemoveExternalPluginAdapterV1Input, "payer">) => ReturnType<typeof getRemoveExternalPluginAdapterV1Instruction> & SelfPlanAndSendFunctions;
|
|
235
|
+
removeCollectionExternalPluginAdapterV1: (input: MakeOptional<RemoveCollectionExternalPluginAdapterV1Input, "payer">) => ReturnType<typeof getRemoveCollectionExternalPluginAdapterV1Instruction> & SelfPlanAndSendFunctions;
|
|
236
|
+
updateExternalPluginAdapterV1: (input: MakeOptional<UpdateExternalPluginAdapterV1Input, "payer">) => ReturnType<typeof getUpdateExternalPluginAdapterV1Instruction> & SelfPlanAndSendFunctions;
|
|
237
|
+
updateCollectionExternalPluginAdapterV1: (input: MakeOptional<UpdateCollectionExternalPluginAdapterV1Input, "payer">) => ReturnType<typeof getUpdateCollectionExternalPluginAdapterV1Instruction> & SelfPlanAndSendFunctions;
|
|
238
|
+
writeExternalPluginAdapterDataV1: (input: MakeOptional<WriteExternalPluginAdapterDataV1Input, "payer">) => ReturnType<typeof getWriteExternalPluginAdapterDataV1Instruction> & SelfPlanAndSendFunctions;
|
|
239
|
+
writeCollectionExternalPluginAdapterDataV1: (input: MakeOptional<WriteCollectionExternalPluginAdapterDataV1Input, "payer">) => ReturnType<typeof getWriteCollectionExternalPluginAdapterDataV1Instruction> & SelfPlanAndSendFunctions;
|
|
240
|
+
updateV2: (input: MakeOptional<UpdateV2Input, "payer">) => ReturnType<typeof getUpdateV2Instruction> & SelfPlanAndSendFunctions;
|
|
241
|
+
executeV1: (input: MakeOptional<ExecuteV1AsyncInput, "payer">) => ReturnType<typeof getExecuteV1InstructionAsync> & SelfPlanAndSendFunctions;
|
|
242
|
+
updateCollectionInfoV1: (input: UpdateCollectionInfoV1Input) => ReturnType<typeof getUpdateCollectionInfoV1Instruction> & SelfPlanAndSendFunctions;
|
|
243
|
+
addCollectionsToGroupV1: (input: MakeOptional<AddCollectionsToGroupV1Input, "payer">) => ReturnType<typeof getAddCollectionsToGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
244
|
+
removeCollectionsFromGroupV1: (input: MakeOptional<RemoveCollectionsFromGroupV1Input, "payer">) => ReturnType<typeof getRemoveCollectionsFromGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
245
|
+
addAssetsToGroupV1: (input: MakeOptional<AddAssetsToGroupV1Input, "payer">) => ReturnType<typeof getAddAssetsToGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
246
|
+
removeAssetsFromGroupV1: (input: MakeOptional<RemoveAssetsFromGroupV1Input, "payer">) => ReturnType<typeof getRemoveAssetsFromGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
247
|
+
addGroupsToGroupV1: (input: MakeOptional<AddGroupsToGroupV1Input, "payer">) => ReturnType<typeof getAddGroupsToGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
248
|
+
removeGroupsFromGroupV1: (input: MakeOptional<RemoveGroupsFromGroupV1Input, "payer">) => ReturnType<typeof getRemoveGroupsFromGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
249
|
+
createGroupV1: (input: MakeOptional<CreateGroupV1Input, "payer">) => ReturnType<typeof getCreateGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
250
|
+
closeGroupV1: (input: MakeOptional<CloseGroupV1Input, "payer">) => ReturnType<typeof getCloseGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
251
|
+
updateGroupV1: (input: MakeOptional<UpdateGroupV1Input, "payer">) => ReturnType<typeof getUpdateGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
252
|
+
}
|
|
253
|
+
interface MplCoreProgramPluginPdas {
|
|
254
|
+
assetSigner: typeof findAssetSignerPda;
|
|
255
|
+
}
|
|
256
|
+
type MplCoreProgramPluginRequirements = ClientWithRpc<GetAccountInfoApi & GetMultipleAccountsApi> & ClientWithPayer & ClientWithTransactionPlanning & ClientWithTransactionSending;
|
|
257
|
+
declare function mplCoreProgramProgram(): <T extends MplCoreProgramPluginRequirements>(client: T) => Omit<T, "mplCoreProgram"> & {
|
|
258
|
+
mplCoreProgram: MplCoreProgramPlugin;
|
|
259
|
+
};
|
|
260
|
+
type MakeOptional<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
|
|
261
|
+
//#endregion
|
|
262
|
+
export { MPL_CORE_PROGRAM_PROGRAM_ADDRESS, MplCoreProgramAccount, MplCoreProgramInstruction, MplCoreProgramPlugin, MplCoreProgramPluginAccounts, MplCoreProgramPluginInstructions, MplCoreProgramPluginPdas, MplCoreProgramPluginRequirements, ParsedMplCoreProgramInstruction, identifyMplCoreProgramInstruction, mplCoreProgramProgram, parseMplCoreProgramInstruction };
|
|
263
|
+
//# sourceMappingURL=mplCoreProgram.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mplCoreProgram.d.ts","names":[],"sources":["../../../src/generated/programs/mplCoreProgram.ts"],"mappings":"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"}
|