@macalinao/clients-mpl-core 0.0.0 → 0.2.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/.tsbuildinfo +1 -0
- package/dist/generated/accounts/assetV1.d.ts +39 -0
- package/dist/generated/accounts/assetV1.d.ts.map +1 -0
- package/dist/generated/accounts/assetV1.js +57 -0
- package/dist/generated/accounts/assetV1.js.map +1 -0
- package/dist/generated/accounts/collectionV1.d.ts +39 -0
- package/dist/generated/accounts/collectionV1.d.ts.map +1 -0
- package/dist/generated/accounts/collectionV1.js +57 -0
- package/dist/generated/accounts/collectionV1.js.map +1 -0
- package/dist/generated/accounts/groupV1.d.ts +43 -0
- package/dist/generated/accounts/groupV1.d.ts.map +1 -0
- package/dist/generated/accounts/groupV1.js +61 -0
- package/dist/generated/accounts/groupV1.js.map +1 -0
- package/dist/generated/accounts/hashedAssetV1.d.ts +31 -0
- package/dist/generated/accounts/hashedAssetV1.d.ts.map +1 -0
- package/dist/generated/accounts/hashedAssetV1.js +49 -0
- package/dist/generated/accounts/hashedAssetV1.js.map +1 -0
- package/dist/generated/accounts/index.d.ts +14 -0
- package/dist/generated/accounts/index.d.ts.map +1 -0
- package/dist/generated/accounts/index.js +14 -0
- package/dist/generated/accounts/index.js.map +1 -0
- package/dist/generated/accounts/pluginHeaderV1.d.ts +31 -0
- package/dist/generated/accounts/pluginHeaderV1.d.ts.map +1 -0
- package/dist/generated/accounts/pluginHeaderV1.js +49 -0
- package/dist/generated/accounts/pluginHeaderV1.js.map +1 -0
- package/dist/generated/accounts/pluginRegistryV1.d.ts +33 -0
- package/dist/generated/accounts/pluginRegistryV1.d.ts.map +1 -0
- package/dist/generated/accounts/pluginRegistryV1.js +51 -0
- package/dist/generated/accounts/pluginRegistryV1.js.map +1 -0
- package/dist/generated/errors/index.d.ts +9 -0
- package/dist/generated/errors/index.d.ts.map +1 -0
- package/dist/generated/errors/index.js +9 -0
- package/dist/generated/errors/index.js.map +1 -0
- package/dist/generated/errors/mplCoreProgram.d.ts +134 -0
- package/dist/generated/errors/mplCoreProgram.d.ts.map +1 -0
- package/dist/generated/errors/mplCoreProgram.js +195 -0
- package/dist/generated/errors/mplCoreProgram.js.map +1 -0
- package/dist/generated/index.d.ts +13 -0
- package/dist/generated/index.d.ts.map +1 -0
- package/dist/generated/index.js +13 -0
- package/dist/generated/index.js.map +1 -0
- package/dist/generated/instructions/addAssetsToGroupV1.d.ts +59 -0
- package/dist/generated/instructions/addAssetsToGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/addAssetsToGroupV1.js +94 -0
- package/dist/generated/instructions/addAssetsToGroupV1.js.map +1 -0
- package/dist/generated/instructions/addCollectionExternalPluginAdapterV1.d.ts +64 -0
- package/dist/generated/instructions/addCollectionExternalPluginAdapterV1.d.ts.map +1 -0
- package/dist/generated/instructions/addCollectionExternalPluginAdapterV1.js +103 -0
- package/dist/generated/instructions/addCollectionExternalPluginAdapterV1.js.map +1 -0
- package/dist/generated/instructions/addCollectionPluginV1.d.ts +64 -0
- package/dist/generated/instructions/addCollectionPluginV1.d.ts.map +1 -0
- package/dist/generated/instructions/addCollectionPluginV1.js +97 -0
- package/dist/generated/instructions/addCollectionPluginV1.js.map +1 -0
- package/dist/generated/instructions/addCollectionsToGroupV1.d.ts +59 -0
- package/dist/generated/instructions/addCollectionsToGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/addCollectionsToGroupV1.js +94 -0
- package/dist/generated/instructions/addCollectionsToGroupV1.js.map +1 -0
- package/dist/generated/instructions/addExternalPluginAdapterV1.d.ts +69 -0
- package/dist/generated/instructions/addExternalPluginAdapterV1.d.ts.map +1 -0
- package/dist/generated/instructions/addExternalPluginAdapterV1.js +106 -0
- package/dist/generated/instructions/addExternalPluginAdapterV1.js.map +1 -0
- package/dist/generated/instructions/addGroupsToGroupV1.d.ts +59 -0
- package/dist/generated/instructions/addGroupsToGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/addGroupsToGroupV1.js +94 -0
- package/dist/generated/instructions/addGroupsToGroupV1.js.map +1 -0
- package/dist/generated/instructions/addPluginV1.d.ts +69 -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 +64 -0
- package/dist/generated/instructions/approveCollectionPluginAuthorityV1.d.ts.map +1 -0
- package/dist/generated/instructions/approveCollectionPluginAuthorityV1.js +103 -0
- package/dist/generated/instructions/approveCollectionPluginAuthorityV1.js.map +1 -0
- package/dist/generated/instructions/approvePluginAuthorityV1.d.ts +69 -0
- package/dist/generated/instructions/approvePluginAuthorityV1.d.ts.map +1 -0
- package/dist/generated/instructions/approvePluginAuthorityV1.js +103 -0
- package/dist/generated/instructions/approvePluginAuthorityV1.js.map +1 -0
- package/dist/generated/instructions/burnCollectionV1.d.ts +59 -0
- package/dist/generated/instructions/burnCollectionV1.d.ts.map +1 -0
- package/dist/generated/instructions/burnCollectionV1.js +86 -0
- package/dist/generated/instructions/burnCollectionV1.js.map +1 -0
- package/dist/generated/instructions/burnV1.d.ts +69 -0
- package/dist/generated/instructions/burnV1.d.ts.map +1 -0
- package/dist/generated/instructions/burnV1.js +92 -0
- package/dist/generated/instructions/burnV1.js.map +1 -0
- package/dist/generated/instructions/closeGroupV1.d.ts +54 -0
- package/dist/generated/instructions/closeGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/closeGroupV1.js +83 -0
- package/dist/generated/instructions/closeGroupV1.js.map +1 -0
- package/dist/generated/instructions/collect.d.ts +44 -0
- package/dist/generated/instructions/collect.d.ts.map +1 -0
- package/dist/generated/instructions/collect.js +62 -0
- package/dist/generated/instructions/collect.js.map +1 -0
- package/dist/generated/instructions/compressV1.d.ts +69 -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 +59 -0
- package/dist/generated/instructions/createCollectionV1.d.ts.map +1 -0
- package/dist/generated/instructions/createCollectionV1.js +97 -0
- package/dist/generated/instructions/createCollectionV1.js.map +1 -0
- package/dist/generated/instructions/createCollectionV2.d.ts +59 -0
- package/dist/generated/instructions/createCollectionV2.d.ts.map +1 -0
- package/dist/generated/instructions/createCollectionV2.js +97 -0
- package/dist/generated/instructions/createCollectionV2.js.map +1 -0
- package/dist/generated/instructions/createGroupV1.d.ts +59 -0
- package/dist/generated/instructions/createGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/createGroupV1.js +94 -0
- package/dist/generated/instructions/createGroupV1.js.map +1 -0
- package/dist/generated/instructions/createV1.d.ts +79 -0
- package/dist/generated/instructions/createV1.d.ts.map +1 -0
- package/dist/generated/instructions/createV1.js +106 -0
- package/dist/generated/instructions/createV1.js.map +1 -0
- package/dist/generated/instructions/createV2.d.ts +79 -0
- package/dist/generated/instructions/createV2.d.ts.map +1 -0
- package/dist/generated/instructions/createV2.js +106 -0
- package/dist/generated/instructions/createV2.js.map +1 -0
- package/dist/generated/instructions/decompressV1.d.ts +69 -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 +74 -0
- package/dist/generated/instructions/executeV1.d.ts.map +1 -0
- package/dist/generated/instructions/executeV1.js +104 -0
- package/dist/generated/instructions/executeV1.js.map +1 -0
- package/dist/generated/instructions/index.d.ts +50 -0
- package/dist/generated/instructions/index.d.ts.map +1 -0
- package/dist/generated/instructions/index.js +50 -0
- package/dist/generated/instructions/index.js.map +1 -0
- package/dist/generated/instructions/removeAssetsFromGroupV1.d.ts +59 -0
- package/dist/generated/instructions/removeAssetsFromGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/removeAssetsFromGroupV1.js +94 -0
- package/dist/generated/instructions/removeAssetsFromGroupV1.js.map +1 -0
- package/dist/generated/instructions/removeCollectionExternalPluginAdapterV1.d.ts +64 -0
- package/dist/generated/instructions/removeCollectionExternalPluginAdapterV1.d.ts.map +1 -0
- package/dist/generated/instructions/removeCollectionExternalPluginAdapterV1.js +103 -0
- package/dist/generated/instructions/removeCollectionExternalPluginAdapterV1.js.map +1 -0
- package/dist/generated/instructions/removeCollectionPluginV1.d.ts +64 -0
- package/dist/generated/instructions/removeCollectionPluginV1.d.ts.map +1 -0
- package/dist/generated/instructions/removeCollectionPluginV1.js +100 -0
- package/dist/generated/instructions/removeCollectionPluginV1.js.map +1 -0
- package/dist/generated/instructions/removeCollectionsFromGroupV1.d.ts +59 -0
- package/dist/generated/instructions/removeCollectionsFromGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/removeCollectionsFromGroupV1.js +100 -0
- package/dist/generated/instructions/removeCollectionsFromGroupV1.js.map +1 -0
- package/dist/generated/instructions/removeExternalPluginAdapterV1.d.ts +69 -0
- package/dist/generated/instructions/removeExternalPluginAdapterV1.d.ts.map +1 -0
- package/dist/generated/instructions/removeExternalPluginAdapterV1.js +106 -0
- package/dist/generated/instructions/removeExternalPluginAdapterV1.js.map +1 -0
- package/dist/generated/instructions/removeGroupsFromGroupV1.d.ts +59 -0
- package/dist/generated/instructions/removeGroupsFromGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/removeGroupsFromGroupV1.js +94 -0
- package/dist/generated/instructions/removeGroupsFromGroupV1.js.map +1 -0
- package/dist/generated/instructions/removePluginV1.d.ts +69 -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 +64 -0
- package/dist/generated/instructions/revokeCollectionPluginAuthorityV1.d.ts.map +1 -0
- package/dist/generated/instructions/revokeCollectionPluginAuthorityV1.js +103 -0
- package/dist/generated/instructions/revokeCollectionPluginAuthorityV1.js.map +1 -0
- package/dist/generated/instructions/revokePluginAuthorityV1.d.ts +69 -0
- package/dist/generated/instructions/revokePluginAuthorityV1.d.ts.map +1 -0
- package/dist/generated/instructions/revokePluginAuthorityV1.js +100 -0
- package/dist/generated/instructions/revokePluginAuthorityV1.js.map +1 -0
- package/dist/generated/instructions/transferV1.d.ts +74 -0
- package/dist/generated/instructions/transferV1.d.ts.map +1 -0
- package/dist/generated/instructions/transferV1.js +95 -0
- package/dist/generated/instructions/transferV1.js.map +1 -0
- package/dist/generated/instructions/updateCollectionExternalPluginAdapterV1.d.ts +64 -0
- package/dist/generated/instructions/updateCollectionExternalPluginAdapterV1.d.ts.map +1 -0
- package/dist/generated/instructions/updateCollectionExternalPluginAdapterV1.js +103 -0
- package/dist/generated/instructions/updateCollectionExternalPluginAdapterV1.js.map +1 -0
- package/dist/generated/instructions/updateCollectionInfoV1.d.ts +49 -0
- package/dist/generated/instructions/updateCollectionInfoV1.d.ts.map +1 -0
- package/dist/generated/instructions/updateCollectionInfoV1.js +80 -0
- package/dist/generated/instructions/updateCollectionInfoV1.js.map +1 -0
- package/dist/generated/instructions/updateCollectionPluginV1.d.ts +64 -0
- package/dist/generated/instructions/updateCollectionPluginV1.d.ts.map +1 -0
- package/dist/generated/instructions/updateCollectionPluginV1.js +100 -0
- package/dist/generated/instructions/updateCollectionPluginV1.js.map +1 -0
- package/dist/generated/instructions/updateCollectionV1.d.ts +69 -0
- package/dist/generated/instructions/updateCollectionV1.d.ts.map +1 -0
- package/dist/generated/instructions/updateCollectionV1.js +103 -0
- package/dist/generated/instructions/updateCollectionV1.js.map +1 -0
- package/dist/generated/instructions/updateExternalPluginAdapterV1.d.ts +69 -0
- package/dist/generated/instructions/updateExternalPluginAdapterV1.d.ts.map +1 -0
- package/dist/generated/instructions/updateExternalPluginAdapterV1.js +106 -0
- package/dist/generated/instructions/updateExternalPluginAdapterV1.js.map +1 -0
- package/dist/generated/instructions/updateGroupV1.d.ts +64 -0
- package/dist/generated/instructions/updateGroupV1.d.ts.map +1 -0
- package/dist/generated/instructions/updateGroupV1.js +97 -0
- package/dist/generated/instructions/updateGroupV1.js.map +1 -0
- package/dist/generated/instructions/updatePluginV1.d.ts +69 -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 +69 -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 +74 -0
- package/dist/generated/instructions/updateV2.d.ts.map +1 -0
- package/dist/generated/instructions/updateV2.js +100 -0
- package/dist/generated/instructions/updateV2.js.map +1 -0
- package/dist/generated/instructions/writeCollectionExternalPluginAdapterDataV1.d.ts +69 -0
- package/dist/generated/instructions/writeCollectionExternalPluginAdapterDataV1.d.ts.map +1 -0
- package/dist/generated/instructions/writeCollectionExternalPluginAdapterDataV1.js +106 -0
- package/dist/generated/instructions/writeCollectionExternalPluginAdapterDataV1.js.map +1 -0
- package/dist/generated/instructions/writeExternalPluginAdapterDataV1.d.ts +74 -0
- package/dist/generated/instructions/writeExternalPluginAdapterDataV1.d.ts.map +1 -0
- package/dist/generated/instructions/writeExternalPluginAdapterDataV1.js +109 -0
- package/dist/generated/instructions/writeExternalPluginAdapterDataV1.js.map +1 -0
- package/dist/generated/programs/index.d.ts +9 -0
- package/dist/generated/programs/index.d.ts.map +1 -0
- package/dist/generated/programs/index.js +9 -0
- package/dist/generated/programs/index.js.map +1 -0
- package/dist/generated/programs/mplCoreProgram.d.ts +218 -0
- package/dist/generated/programs/mplCoreProgram.d.ts.map +1 -0
- package/dist/generated/programs/mplCoreProgram.js +681 -0
- package/dist/generated/programs/mplCoreProgram.js.map +1 -0
- package/dist/generated/types/addAssetsToGroupV1Args.d.ts +14 -0
- package/dist/generated/types/addAssetsToGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/addAssetsToGroupV1Args.js +18 -0
- package/dist/generated/types/addAssetsToGroupV1Args.js.map +1 -0
- package/dist/generated/types/addBlocker.d.ts +14 -0
- package/dist/generated/types/addBlocker.d.ts.map +1 -0
- package/dist/generated/types/addBlocker.js +18 -0
- package/dist/generated/types/addBlocker.js.map +1 -0
- package/dist/generated/types/addCollectionExternalPluginAdapterV1Args.d.ts +19 -0
- package/dist/generated/types/addCollectionExternalPluginAdapterV1Args.d.ts.map +1 -0
- package/dist/generated/types/addCollectionExternalPluginAdapterV1Args.js +23 -0
- package/dist/generated/types/addCollectionExternalPluginAdapterV1Args.js.map +1 -0
- package/dist/generated/types/addCollectionPluginV1Args.d.ts +21 -0
- package/dist/generated/types/addCollectionPluginV1Args.d.ts.map +1 -0
- package/dist/generated/types/addCollectionPluginV1Args.js +25 -0
- package/dist/generated/types/addCollectionPluginV1Args.js.map +1 -0
- package/dist/generated/types/addCollectionsToGroupV1Args.d.ts +14 -0
- package/dist/generated/types/addCollectionsToGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/addCollectionsToGroupV1Args.js +18 -0
- package/dist/generated/types/addCollectionsToGroupV1Args.js.map +1 -0
- package/dist/generated/types/addExternalPluginAdapterV1Args.d.ts +19 -0
- package/dist/generated/types/addExternalPluginAdapterV1Args.d.ts.map +1 -0
- package/dist/generated/types/addExternalPluginAdapterV1Args.js +23 -0
- package/dist/generated/types/addExternalPluginAdapterV1Args.js.map +1 -0
- package/dist/generated/types/addGroupsToGroupV1Args.d.ts +16 -0
- package/dist/generated/types/addGroupsToGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/addGroupsToGroupV1Args.js +18 -0
- package/dist/generated/types/addGroupsToGroupV1Args.js.map +1 -0
- package/dist/generated/types/addPluginV1Args.d.ts +21 -0
- package/dist/generated/types/addPluginV1Args.d.ts.map +1 -0
- package/dist/generated/types/addPluginV1Args.js +25 -0
- package/dist/generated/types/addPluginV1Args.js.map +1 -0
- package/dist/generated/types/agentIdentity.d.ts +16 -0
- package/dist/generated/types/agentIdentity.d.ts.map +1 -0
- package/dist/generated/types/agentIdentity.js +22 -0
- package/dist/generated/types/agentIdentity.js.map +1 -0
- package/dist/generated/types/agentIdentityInitInfo.d.ts +23 -0
- package/dist/generated/types/agentIdentityInitInfo.d.ts.map +1 -0
- package/dist/generated/types/agentIdentityInitInfo.js +39 -0
- package/dist/generated/types/agentIdentityInitInfo.js.map +1 -0
- package/dist/generated/types/agentIdentityUpdateInfo.d.ts +21 -0
- package/dist/generated/types/agentIdentityUpdateInfo.d.ts.map +1 -0
- package/dist/generated/types/agentIdentityUpdateInfo.js +43 -0
- package/dist/generated/types/agentIdentityUpdateInfo.js.map +1 -0
- package/dist/generated/types/appData.d.ts +21 -0
- package/dist/generated/types/appData.d.ts.map +1 -0
- package/dist/generated/types/appData.js +25 -0
- package/dist/generated/types/appData.js.map +1 -0
- package/dist/generated/types/appDataInitInfo.d.ts +23 -0
- package/dist/generated/types/appDataInitInfo.d.ts.map +1 -0
- package/dist/generated/types/appDataInitInfo.js +27 -0
- package/dist/generated/types/appDataInitInfo.js.map +1 -0
- package/dist/generated/types/appDataUpdateInfo.d.ts +19 -0
- package/dist/generated/types/appDataUpdateInfo.d.ts.map +1 -0
- package/dist/generated/types/appDataUpdateInfo.js +23 -0
- package/dist/generated/types/appDataUpdateInfo.js.map +1 -0
- package/dist/generated/types/approveCollectionPluginAuthorityV1Args.d.ts +21 -0
- package/dist/generated/types/approveCollectionPluginAuthorityV1Args.d.ts.map +1 -0
- package/dist/generated/types/approveCollectionPluginAuthorityV1Args.js +25 -0
- package/dist/generated/types/approveCollectionPluginAuthorityV1Args.js.map +1 -0
- package/dist/generated/types/approvePluginAuthorityV1Args.d.ts +21 -0
- package/dist/generated/types/approvePluginAuthorityV1Args.d.ts.map +1 -0
- package/dist/generated/types/approvePluginAuthorityV1Args.js +25 -0
- package/dist/generated/types/approvePluginAuthorityV1Args.js.map +1 -0
- package/dist/generated/types/attribute.d.ts +17 -0
- package/dist/generated/types/attribute.d.ts.map +1 -0
- package/dist/generated/types/attribute.js +24 -0
- package/dist/generated/types/attribute.js.map +1 -0
- package/dist/generated/types/attributes.d.ts +19 -0
- package/dist/generated/types/attributes.d.ts.map +1 -0
- package/dist/generated/types/attributes.js +23 -0
- package/dist/generated/types/attributes.js.map +1 -0
- package/dist/generated/types/authority.d.ts +30 -0
- package/dist/generated/types/authority.d.ts.map +1 -0
- package/dist/generated/types/authority.js +36 -0
- package/dist/generated/types/authority.js.map +1 -0
- package/dist/generated/types/autograph.d.ts +19 -0
- package/dist/generated/types/autograph.d.ts.map +1 -0
- package/dist/generated/types/autograph.js +23 -0
- package/dist/generated/types/autograph.js.map +1 -0
- package/dist/generated/types/autographSignature.d.ts +17 -0
- package/dist/generated/types/autographSignature.d.ts.map +1 -0
- package/dist/generated/types/autographSignature.js +24 -0
- package/dist/generated/types/autographSignature.js.map +1 -0
- package/dist/generated/types/bubblegumV2.d.ts +14 -0
- package/dist/generated/types/bubblegumV2.d.ts.map +1 -0
- package/dist/generated/types/bubblegumV2.js +18 -0
- package/dist/generated/types/bubblegumV2.js.map +1 -0
- package/dist/generated/types/burnCollectionV1Args.d.ts +19 -0
- package/dist/generated/types/burnCollectionV1Args.d.ts.map +1 -0
- package/dist/generated/types/burnCollectionV1Args.js +23 -0
- package/dist/generated/types/burnCollectionV1Args.js.map +1 -0
- package/dist/generated/types/burnDelegate.d.ts +14 -0
- package/dist/generated/types/burnDelegate.d.ts.map +1 -0
- package/dist/generated/types/burnDelegate.js +18 -0
- package/dist/generated/types/burnDelegate.js.map +1 -0
- package/dist/generated/types/burnV1Args.d.ts +19 -0
- package/dist/generated/types/burnV1Args.d.ts.map +1 -0
- package/dist/generated/types/burnV1Args.js +23 -0
- package/dist/generated/types/burnV1Args.js.map +1 -0
- package/dist/generated/types/closeGroupV1Args.d.ts +14 -0
- package/dist/generated/types/closeGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/closeGroupV1Args.js +18 -0
- package/dist/generated/types/closeGroupV1Args.js.map +1 -0
- package/dist/generated/types/compressV1Args.d.ts +14 -0
- package/dist/generated/types/compressV1Args.d.ts.map +1 -0
- package/dist/generated/types/compressV1Args.js +18 -0
- package/dist/generated/types/compressV1Args.js.map +1 -0
- package/dist/generated/types/compressionProof.d.ts +29 -0
- package/dist/generated/types/compressionProof.d.ts.map +1 -0
- package/dist/generated/types/compressionProof.js +33 -0
- package/dist/generated/types/compressionProof.js.map +1 -0
- package/dist/generated/types/createCollectionV1Args.d.ts +23 -0
- package/dist/generated/types/createCollectionV1Args.d.ts.map +1 -0
- package/dist/generated/types/createCollectionV1Args.js +33 -0
- package/dist/generated/types/createCollectionV1Args.js.map +1 -0
- package/dist/generated/types/createCollectionV2Args.d.ts +25 -0
- package/dist/generated/types/createCollectionV2Args.d.ts.map +1 -0
- package/dist/generated/types/createCollectionV2Args.js +41 -0
- package/dist/generated/types/createCollectionV2Args.js.map +1 -0
- package/dist/generated/types/createGroupV1Args.d.ts +23 -0
- package/dist/generated/types/createGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/createGroupV1Args.js +27 -0
- package/dist/generated/types/createGroupV1Args.js.map +1 -0
- package/dist/generated/types/createV1Args.d.ts +25 -0
- package/dist/generated/types/createV1Args.d.ts.map +1 -0
- package/dist/generated/types/createV1Args.js +35 -0
- package/dist/generated/types/createV1Args.js.map +1 -0
- package/dist/generated/types/createV2Args.d.ts +27 -0
- package/dist/generated/types/createV2Args.d.ts.map +1 -0
- package/dist/generated/types/createV2Args.js +43 -0
- package/dist/generated/types/createV2Args.js.map +1 -0
- package/dist/generated/types/creator.d.ts +17 -0
- package/dist/generated/types/creator.d.ts.map +1 -0
- package/dist/generated/types/creator.js +24 -0
- package/dist/generated/types/creator.js.map +1 -0
- package/dist/generated/types/dataSection.d.ts +21 -0
- package/dist/generated/types/dataSection.d.ts.map +1 -0
- package/dist/generated/types/dataSection.js +25 -0
- package/dist/generated/types/dataSection.js.map +1 -0
- package/dist/generated/types/dataSectionInitInfo.d.ts +21 -0
- package/dist/generated/types/dataSectionInitInfo.d.ts.map +1 -0
- package/dist/generated/types/dataSectionInitInfo.js +25 -0
- package/dist/generated/types/dataSectionInitInfo.js.map +1 -0
- package/dist/generated/types/dataSectionUpdateInfo.d.ts +14 -0
- package/dist/generated/types/dataSectionUpdateInfo.d.ts.map +1 -0
- package/dist/generated/types/dataSectionUpdateInfo.js +18 -0
- package/dist/generated/types/dataSectionUpdateInfo.js.map +1 -0
- package/dist/generated/types/dataState.d.ts +17 -0
- package/dist/generated/types/dataState.d.ts.map +1 -0
- package/dist/generated/types/dataState.js +23 -0
- package/dist/generated/types/dataState.js.map +1 -0
- package/dist/generated/types/decompressV1Args.d.ts +19 -0
- package/dist/generated/types/decompressV1Args.d.ts.map +1 -0
- package/dist/generated/types/decompressV1Args.js +19 -0
- package/dist/generated/types/decompressV1Args.js.map +1 -0
- package/dist/generated/types/edition.d.ts +16 -0
- package/dist/generated/types/edition.d.ts.map +1 -0
- package/dist/generated/types/edition.js +18 -0
- package/dist/generated/types/edition.js.map +1 -0
- package/dist/generated/types/executeV1Args.d.ts +16 -0
- package/dist/generated/types/executeV1Args.d.ts.map +1 -0
- package/dist/generated/types/executeV1Args.js +28 -0
- package/dist/generated/types/executeV1Args.js.map +1 -0
- package/dist/generated/types/externalCheckResult.d.ts +16 -0
- package/dist/generated/types/externalCheckResult.d.ts.map +1 -0
- package/dist/generated/types/externalCheckResult.js +18 -0
- package/dist/generated/types/externalCheckResult.js.map +1 -0
- package/dist/generated/types/externalPluginAdapter.d.ts +67 -0
- package/dist/generated/types/externalPluginAdapter.d.ts.map +1 -0
- package/dist/generated/types/externalPluginAdapter.js +105 -0
- package/dist/generated/types/externalPluginAdapter.js.map +1 -0
- package/dist/generated/types/externalPluginAdapterInitInfo.d.ts +67 -0
- package/dist/generated/types/externalPluginAdapterInitInfo.d.ts.map +1 -0
- package/dist/generated/types/externalPluginAdapterInitInfo.js +113 -0
- package/dist/generated/types/externalPluginAdapterInitInfo.js.map +1 -0
- package/dist/generated/types/externalPluginAdapterKey.d.ts +65 -0
- package/dist/generated/types/externalPluginAdapterKey.d.ts.map +1 -0
- package/dist/generated/types/externalPluginAdapterKey.js +83 -0
- package/dist/generated/types/externalPluginAdapterKey.js.map +1 -0
- package/dist/generated/types/externalPluginAdapterSchema.d.ts +18 -0
- package/dist/generated/types/externalPluginAdapterSchema.d.ts.map +1 -0
- package/dist/generated/types/externalPluginAdapterSchema.js +24 -0
- package/dist/generated/types/externalPluginAdapterSchema.js.map +1 -0
- package/dist/generated/types/externalPluginAdapterType.d.ts +22 -0
- package/dist/generated/types/externalPluginAdapterType.d.ts.map +1 -0
- package/dist/generated/types/externalPluginAdapterType.js +28 -0
- package/dist/generated/types/externalPluginAdapterType.js.map +1 -0
- package/dist/generated/types/externalPluginAdapterUpdateInfo.d.ts +60 -0
- package/dist/generated/types/externalPluginAdapterUpdateInfo.d.ts.map +1 -0
- package/dist/generated/types/externalPluginAdapterUpdateInfo.js +107 -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 +45 -0
- package/dist/generated/types/externalRegistryRecord.js.map +1 -0
- package/dist/generated/types/externalValidationResult.d.ts +18 -0
- package/dist/generated/types/externalValidationResult.d.ts.map +1 -0
- package/dist/generated/types/externalValidationResult.js +24 -0
- package/dist/generated/types/externalValidationResult.js.map +1 -0
- package/dist/generated/types/extraAccount.d.ts +87 -0
- package/dist/generated/types/extraAccount.d.ts.map +1 -0
- package/dist/generated/types/extraAccount.js +133 -0
- package/dist/generated/types/extraAccount.js.map +1 -0
- package/dist/generated/types/freezeDelegate.d.ts +16 -0
- package/dist/generated/types/freezeDelegate.d.ts.map +1 -0
- package/dist/generated/types/freezeDelegate.js +18 -0
- package/dist/generated/types/freezeDelegate.js.map +1 -0
- package/dist/generated/types/freezeExecute.d.ts +16 -0
- package/dist/generated/types/freezeExecute.d.ts.map +1 -0
- package/dist/generated/types/freezeExecute.js +18 -0
- package/dist/generated/types/freezeExecute.js.map +1 -0
- package/dist/generated/types/groups.d.ts +16 -0
- package/dist/generated/types/groups.d.ts.map +1 -0
- package/dist/generated/types/groups.js +18 -0
- package/dist/generated/types/groups.js.map +1 -0
- package/dist/generated/types/hashablePluginSchema.d.ts +23 -0
- package/dist/generated/types/hashablePluginSchema.d.ts.map +1 -0
- package/dist/generated/types/hashablePluginSchema.js +27 -0
- package/dist/generated/types/hashablePluginSchema.js.map +1 -0
- package/dist/generated/types/hashedAssetSchema.d.ts +17 -0
- package/dist/generated/types/hashedAssetSchema.d.ts.map +1 -0
- package/dist/generated/types/hashedAssetSchema.js +30 -0
- package/dist/generated/types/hashedAssetSchema.js.map +1 -0
- package/dist/generated/types/hookableLifecycleEvent.d.ts +20 -0
- package/dist/generated/types/hookableLifecycleEvent.d.ts.map +1 -0
- package/dist/generated/types/hookableLifecycleEvent.js +26 -0
- package/dist/generated/types/hookableLifecycleEvent.js.map +1 -0
- package/dist/generated/types/immutableMetadata.d.ts +14 -0
- package/dist/generated/types/immutableMetadata.d.ts.map +1 -0
- package/dist/generated/types/immutableMetadata.js +18 -0
- package/dist/generated/types/immutableMetadata.js.map +1 -0
- package/dist/generated/types/index.d.ts +125 -0
- package/dist/generated/types/index.d.ts.map +1 -0
- package/dist/generated/types/index.js +125 -0
- package/dist/generated/types/index.js.map +1 -0
- package/dist/generated/types/key.d.ts +22 -0
- package/dist/generated/types/key.d.ts.map +1 -0
- package/dist/generated/types/key.js +28 -0
- package/dist/generated/types/key.js.map +1 -0
- package/dist/generated/types/lifecycleHook.d.ts +25 -0
- package/dist/generated/types/lifecycleHook.d.ts.map +1 -0
- package/dist/generated/types/lifecycleHook.js +35 -0
- package/dist/generated/types/lifecycleHook.js.map +1 -0
- package/dist/generated/types/lifecycleHookInitInfo.d.ts +29 -0
- package/dist/generated/types/lifecycleHookInitInfo.d.ts.map +1 -0
- package/dist/generated/types/lifecycleHookInitInfo.js +51 -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 +45 -0
- package/dist/generated/types/lifecycleHookUpdateInfo.js.map +1 -0
- package/dist/generated/types/linkedAppData.d.ts +21 -0
- package/dist/generated/types/linkedAppData.d.ts.map +1 -0
- package/dist/generated/types/linkedAppData.js +25 -0
- package/dist/generated/types/linkedAppData.js.map +1 -0
- package/dist/generated/types/linkedAppDataInitInfo.d.ts +23 -0
- package/dist/generated/types/linkedAppDataInitInfo.d.ts.map +1 -0
- package/dist/generated/types/linkedAppDataInitInfo.js +27 -0
- package/dist/generated/types/linkedAppDataInitInfo.js.map +1 -0
- package/dist/generated/types/linkedAppDataUpdateInfo.d.ts +19 -0
- package/dist/generated/types/linkedAppDataUpdateInfo.d.ts.map +1 -0
- package/dist/generated/types/linkedAppDataUpdateInfo.js +23 -0
- package/dist/generated/types/linkedAppDataUpdateInfo.js.map +1 -0
- package/dist/generated/types/linkedDataKey.d.ts +32 -0
- package/dist/generated/types/linkedDataKey.d.ts.map +1 -0
- package/dist/generated/types/linkedDataKey.js +45 -0
- package/dist/generated/types/linkedDataKey.js.map +1 -0
- package/dist/generated/types/linkedLifecycleHook.d.ts +25 -0
- package/dist/generated/types/linkedLifecycleHook.d.ts.map +1 -0
- package/dist/generated/types/linkedLifecycleHook.js +35 -0
- package/dist/generated/types/linkedLifecycleHook.js.map +1 -0
- package/dist/generated/types/linkedLifecycleHookInitInfo.d.ts +29 -0
- package/dist/generated/types/linkedLifecycleHookInitInfo.d.ts.map +1 -0
- package/dist/generated/types/linkedLifecycleHookInitInfo.js +51 -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 +45 -0
- package/dist/generated/types/linkedLifecycleHookUpdateInfo.js.map +1 -0
- package/dist/generated/types/masterEdition.d.ts +22 -0
- package/dist/generated/types/masterEdition.d.ts.map +1 -0
- package/dist/generated/types/masterEdition.js +38 -0
- package/dist/generated/types/masterEdition.js.map +1 -0
- package/dist/generated/types/oracle.d.ts +23 -0
- package/dist/generated/types/oracle.d.ts.map +1 -0
- package/dist/generated/types/oracle.js +27 -0
- package/dist/generated/types/oracle.js.map +1 -0
- package/dist/generated/types/oracleInitInfo.d.ts +27 -0
- package/dist/generated/types/oracleInitInfo.d.ts.map +1 -0
- package/dist/generated/types/oracleInitInfo.js +43 -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 +39 -0
- package/dist/generated/types/oracleUpdateInfo.js.map +1 -0
- package/dist/generated/types/oracleValidation.d.ts +36 -0
- package/dist/generated/types/oracleValidation.d.ts.map +1 -0
- package/dist/generated/types/oracleValidation.js +49 -0
- package/dist/generated/types/oracleValidation.js.map +1 -0
- package/dist/generated/types/permanentBurnDelegate.d.ts +14 -0
- package/dist/generated/types/permanentBurnDelegate.d.ts.map +1 -0
- package/dist/generated/types/permanentBurnDelegate.js +18 -0
- package/dist/generated/types/permanentBurnDelegate.js.map +1 -0
- package/dist/generated/types/permanentFreezeDelegate.d.ts +16 -0
- package/dist/generated/types/permanentFreezeDelegate.d.ts.map +1 -0
- package/dist/generated/types/permanentFreezeDelegate.js +18 -0
- package/dist/generated/types/permanentFreezeDelegate.js.map +1 -0
- package/dist/generated/types/permanentFreezeExecute.d.ts +16 -0
- package/dist/generated/types/permanentFreezeExecute.d.ts.map +1 -0
- package/dist/generated/types/permanentFreezeExecute.js +18 -0
- package/dist/generated/types/permanentFreezeExecute.js.map +1 -0
- package/dist/generated/types/permanentTransferDelegate.d.ts +14 -0
- package/dist/generated/types/permanentTransferDelegate.d.ts.map +1 -0
- package/dist/generated/types/permanentTransferDelegate.js +18 -0
- package/dist/generated/types/permanentTransferDelegate.js.map +1 -0
- package/dist/generated/types/plugin.d.ts +151 -0
- package/dist/generated/types/plugin.d.ts.map +1 -0
- package/dist/generated/types/plugin.js +233 -0
- package/dist/generated/types/plugin.js.map +1 -0
- package/dist/generated/types/pluginAuthorityPair.d.ts +21 -0
- package/dist/generated/types/pluginAuthorityPair.d.ts.map +1 -0
- package/dist/generated/types/pluginAuthorityPair.js +25 -0
- package/dist/generated/types/pluginAuthorityPair.js.map +1 -0
- package/dist/generated/types/pluginType.d.ts +34 -0
- package/dist/generated/types/pluginType.d.ts.map +1 -0
- package/dist/generated/types/pluginType.js +40 -0
- package/dist/generated/types/pluginType.js.map +1 -0
- package/dist/generated/types/registryRecord.d.ts +23 -0
- package/dist/generated/types/registryRecord.d.ts.map +1 -0
- package/dist/generated/types/registryRecord.js +27 -0
- package/dist/generated/types/registryRecord.js.map +1 -0
- package/dist/generated/types/relationshipEntry.d.ts +21 -0
- package/dist/generated/types/relationshipEntry.d.ts.map +1 -0
- package/dist/generated/types/relationshipEntry.js +25 -0
- package/dist/generated/types/relationshipEntry.js.map +1 -0
- package/dist/generated/types/relationshipKind.d.ts +19 -0
- package/dist/generated/types/relationshipKind.d.ts.map +1 -0
- package/dist/generated/types/relationshipKind.js +25 -0
- package/dist/generated/types/relationshipKind.js.map +1 -0
- package/dist/generated/types/removeAssetsFromGroupV1Args.d.ts +16 -0
- package/dist/generated/types/removeAssetsFromGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/removeAssetsFromGroupV1Args.js +18 -0
- package/dist/generated/types/removeAssetsFromGroupV1Args.js.map +1 -0
- package/dist/generated/types/removeCollectionExternalPluginAdapterV1Args.d.ts +19 -0
- package/dist/generated/types/removeCollectionExternalPluginAdapterV1Args.d.ts.map +1 -0
- package/dist/generated/types/removeCollectionExternalPluginAdapterV1Args.js +19 -0
- package/dist/generated/types/removeCollectionExternalPluginAdapterV1Args.js.map +1 -0
- package/dist/generated/types/removeCollectionPluginV1Args.d.ts +19 -0
- package/dist/generated/types/removeCollectionPluginV1Args.d.ts.map +1 -0
- package/dist/generated/types/removeCollectionPluginV1Args.js +19 -0
- package/dist/generated/types/removeCollectionPluginV1Args.js.map +1 -0
- package/dist/generated/types/removeCollectionsFromGroupV1Args.d.ts +16 -0
- package/dist/generated/types/removeCollectionsFromGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/removeCollectionsFromGroupV1Args.js +22 -0
- package/dist/generated/types/removeCollectionsFromGroupV1Args.js.map +1 -0
- package/dist/generated/types/removeExternalPluginAdapterV1Args.d.ts +19 -0
- package/dist/generated/types/removeExternalPluginAdapterV1Args.d.ts.map +1 -0
- package/dist/generated/types/removeExternalPluginAdapterV1Args.js +19 -0
- package/dist/generated/types/removeExternalPluginAdapterV1Args.js.map +1 -0
- package/dist/generated/types/removeGroupsFromGroupV1Args.d.ts +16 -0
- package/dist/generated/types/removeGroupsFromGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/removeGroupsFromGroupV1Args.js +18 -0
- package/dist/generated/types/removeGroupsFromGroupV1Args.js.map +1 -0
- package/dist/generated/types/removePluginV1Args.d.ts +19 -0
- package/dist/generated/types/removePluginV1Args.d.ts.map +1 -0
- package/dist/generated/types/removePluginV1Args.js +19 -0
- package/dist/generated/types/removePluginV1Args.js.map +1 -0
- package/dist/generated/types/revokeCollectionPluginAuthorityV1Args.d.ts +19 -0
- package/dist/generated/types/revokeCollectionPluginAuthorityV1Args.d.ts.map +1 -0
- package/dist/generated/types/revokeCollectionPluginAuthorityV1Args.js +19 -0
- package/dist/generated/types/revokeCollectionPluginAuthorityV1Args.js.map +1 -0
- package/dist/generated/types/revokePluginAuthorityV1Args.d.ts +19 -0
- package/dist/generated/types/revokePluginAuthorityV1Args.d.ts.map +1 -0
- package/dist/generated/types/revokePluginAuthorityV1Args.js +19 -0
- package/dist/generated/types/revokePluginAuthorityV1Args.js.map +1 -0
- package/dist/generated/types/royalties.d.ts +23 -0
- package/dist/generated/types/royalties.d.ts.map +1 -0
- package/dist/generated/types/royalties.js +27 -0
- package/dist/generated/types/royalties.js.map +1 -0
- package/dist/generated/types/ruleSet.d.ts +28 -0
- package/dist/generated/types/ruleSet.d.ts.map +1 -0
- package/dist/generated/types/ruleSet.js +54 -0
- package/dist/generated/types/ruleSet.js.map +1 -0
- package/dist/generated/types/seed.d.ts +37 -0
- package/dist/generated/types/seed.d.ts.map +1 -0
- package/dist/generated/types/seed.js +66 -0
- package/dist/generated/types/seed.js.map +1 -0
- package/dist/generated/types/transferDelegate.d.ts +14 -0
- package/dist/generated/types/transferDelegate.d.ts.map +1 -0
- package/dist/generated/types/transferDelegate.js +18 -0
- package/dist/generated/types/transferDelegate.js.map +1 -0
- package/dist/generated/types/transferV1Args.d.ts +19 -0
- package/dist/generated/types/transferV1Args.d.ts.map +1 -0
- package/dist/generated/types/transferV1Args.js +23 -0
- package/dist/generated/types/transferV1Args.js.map +1 -0
- package/dist/generated/types/updateAuthority.d.ts +28 -0
- package/dist/generated/types/updateAuthority.d.ts.map +1 -0
- package/dist/generated/types/updateAuthority.js +46 -0
- package/dist/generated/types/updateAuthority.js.map +1 -0
- package/dist/generated/types/updateCollectionExternalPluginAdapterV1Args.d.ts +21 -0
- package/dist/generated/types/updateCollectionExternalPluginAdapterV1Args.d.ts.map +1 -0
- package/dist/generated/types/updateCollectionExternalPluginAdapterV1Args.js +25 -0
- package/dist/generated/types/updateCollectionExternalPluginAdapterV1Args.js.map +1 -0
- package/dist/generated/types/updateCollectionInfoV1Args.d.ts +21 -0
- package/dist/generated/types/updateCollectionInfoV1Args.d.ts.map +1 -0
- package/dist/generated/types/updateCollectionInfoV1Args.js +25 -0
- package/dist/generated/types/updateCollectionInfoV1Args.js.map +1 -0
- package/dist/generated/types/updateCollectionPluginV1Args.d.ts +19 -0
- package/dist/generated/types/updateCollectionPluginV1Args.d.ts.map +1 -0
- package/dist/generated/types/updateCollectionPluginV1Args.js +19 -0
- package/dist/generated/types/updateCollectionPluginV1Args.js.map +1 -0
- package/dist/generated/types/updateCollectionV1Args.d.ts +20 -0
- package/dist/generated/types/updateCollectionV1Args.d.ts.map +1 -0
- package/dist/generated/types/updateCollectionV1Args.js +36 -0
- package/dist/generated/types/updateCollectionV1Args.js.map +1 -0
- package/dist/generated/types/updateDelegate.d.ts +16 -0
- package/dist/generated/types/updateDelegate.d.ts.map +1 -0
- package/dist/generated/types/updateDelegate.js +22 -0
- package/dist/generated/types/updateDelegate.js.map +1 -0
- package/dist/generated/types/updateExternalPluginAdapterV1Args.d.ts +21 -0
- package/dist/generated/types/updateExternalPluginAdapterV1Args.d.ts.map +1 -0
- package/dist/generated/types/updateExternalPluginAdapterV1Args.js +25 -0
- package/dist/generated/types/updateExternalPluginAdapterV1Args.js.map +1 -0
- package/dist/generated/types/updateGroupV1Args.d.ts +20 -0
- package/dist/generated/types/updateGroupV1Args.d.ts.map +1 -0
- package/dist/generated/types/updateGroupV1Args.js +36 -0
- package/dist/generated/types/updateGroupV1Args.js.map +1 -0
- package/dist/generated/types/updatePluginV1Args.d.ts +19 -0
- package/dist/generated/types/updatePluginV1Args.d.ts.map +1 -0
- package/dist/generated/types/updatePluginV1Args.js +19 -0
- package/dist/generated/types/updatePluginV1Args.js.map +1 -0
- package/dist/generated/types/updateType.d.ts +18 -0
- package/dist/generated/types/updateType.d.ts.map +1 -0
- package/dist/generated/types/updateType.js +24 -0
- package/dist/generated/types/updateType.js.map +1 -0
- package/dist/generated/types/updateV1Args.d.ts +23 -0
- package/dist/generated/types/updateV1Args.d.ts.map +1 -0
- package/dist/generated/types/updateV1Args.js +39 -0
- package/dist/generated/types/updateV1Args.js.map +1 -0
- package/dist/generated/types/updateV2Args.d.ts +23 -0
- package/dist/generated/types/updateV2Args.d.ts.map +1 -0
- package/dist/generated/types/updateV2Args.js +39 -0
- package/dist/generated/types/updateV2Args.js.map +1 -0
- package/dist/generated/types/validationResult.d.ts +19 -0
- package/dist/generated/types/validationResult.d.ts.map +1 -0
- package/dist/generated/types/validationResult.js +25 -0
- package/dist/generated/types/validationResult.js.map +1 -0
- package/dist/generated/types/validationResultsOffset.d.ts +34 -0
- package/dist/generated/types/validationResultsOffset.d.ts.map +1 -0
- package/dist/generated/types/validationResultsOffset.js +40 -0
- package/dist/generated/types/validationResultsOffset.js.map +1 -0
- package/dist/generated/types/verifiedCreators.d.ts +19 -0
- package/dist/generated/types/verifiedCreators.d.ts.map +1 -0
- package/dist/generated/types/verifiedCreators.js +23 -0
- package/dist/generated/types/verifiedCreators.js.map +1 -0
- package/dist/generated/types/verifiedCreatorsSignature.d.ts +17 -0
- package/dist/generated/types/verifiedCreatorsSignature.d.ts.map +1 -0
- package/dist/generated/types/verifiedCreatorsSignature.js +24 -0
- package/dist/generated/types/verifiedCreatorsSignature.js.map +1 -0
- package/dist/generated/types/writeCollectionExternalPluginAdapterDataV1Args.d.ts +21 -0
- package/dist/generated/types/writeCollectionExternalPluginAdapterDataV1Args.d.ts.map +1 -0
- package/dist/generated/types/writeCollectionExternalPluginAdapterDataV1Args.js +31 -0
- package/dist/generated/types/writeCollectionExternalPluginAdapterDataV1Args.js.map +1 -0
- package/dist/generated/types/writeExternalPluginAdapterDataV1Args.d.ts +21 -0
- package/dist/generated/types/writeExternalPluginAdapterDataV1Args.d.ts.map +1 -0
- package/dist/generated/types/writeExternalPluginAdapterDataV1Args.js +31 -0
- package/dist/generated/types/writeExternalPluginAdapterDataV1Args.js.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -0
- package/package.json +50 -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 +322 -0
- package/src/generated/index.ts +13 -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 +316 -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/programs/index.ts +9 -0
- package/src/generated/programs/mplCoreProgram.ts +1426 -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,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This code was AUTOGENERATED using the Codama library.
|
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
4
|
+
* to add features, then rerun Codama to update it.
|
|
5
|
+
*
|
|
6
|
+
* @see https://github.com/codama-idl/codama
|
|
7
|
+
*/
|
|
8
|
+
import type { AccountMeta, AccountSignerMeta, Address, Codec, Decoder, Encoder, Instruction, InstructionWithAccounts, InstructionWithData, ReadonlyAccount, ReadonlySignerAccount, ReadonlyUint8Array, TransactionSigner, WritableAccount, WritableSignerAccount } from "@solana/kit";
|
|
9
|
+
import type { WriteExternalPluginAdapterDataV1Args, WriteExternalPluginAdapterDataV1ArgsArgs } from "../types/index.js";
|
|
10
|
+
import { MPL_CORE_PROGRAM_PROGRAM_ADDRESS } from "../programs/index.js";
|
|
11
|
+
export declare const WRITE_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR = 28;
|
|
12
|
+
export declare function getWriteExternalPluginAdapterDataV1DiscriminatorBytes(): ReadonlyUint8Array;
|
|
13
|
+
export type WriteExternalPluginAdapterDataV1Instruction<TProgram extends string = typeof MPL_CORE_PROGRAM_PROGRAM_ADDRESS, TAccountAsset extends string | AccountMeta = string, TAccountCollection extends string | AccountMeta = string, TAccountPayer extends string | AccountMeta = string, TAccountAuthority extends string | AccountMeta = string, TAccountBuffer extends string | AccountMeta = string, TAccountSystemProgram extends string | AccountMeta = "11111111111111111111111111111111", TAccountLogWrapper extends string | AccountMeta = string, TRemainingAccounts extends readonly AccountMeta[] = []> = Instruction<TProgram> & InstructionWithData<ReadonlyUint8Array> & InstructionWithAccounts<[
|
|
14
|
+
TAccountAsset extends string ? WritableAccount<TAccountAsset> : TAccountAsset,
|
|
15
|
+
TAccountCollection extends string ? WritableAccount<TAccountCollection> : TAccountCollection,
|
|
16
|
+
TAccountPayer extends string ? WritableSignerAccount<TAccountPayer> & AccountSignerMeta<TAccountPayer> : TAccountPayer,
|
|
17
|
+
TAccountAuthority extends string ? ReadonlySignerAccount<TAccountAuthority> & AccountSignerMeta<TAccountAuthority> : TAccountAuthority,
|
|
18
|
+
TAccountBuffer extends string ? ReadonlyAccount<TAccountBuffer> : TAccountBuffer,
|
|
19
|
+
TAccountSystemProgram extends string ? ReadonlyAccount<TAccountSystemProgram> : TAccountSystemProgram,
|
|
20
|
+
TAccountLogWrapper extends string ? ReadonlyAccount<TAccountLogWrapper> : TAccountLogWrapper,
|
|
21
|
+
...TRemainingAccounts
|
|
22
|
+
]>;
|
|
23
|
+
export interface WriteExternalPluginAdapterDataV1InstructionData {
|
|
24
|
+
discriminator: number;
|
|
25
|
+
writeExternalPluginAdapterDataV1Args: WriteExternalPluginAdapterDataV1Args;
|
|
26
|
+
}
|
|
27
|
+
export interface WriteExternalPluginAdapterDataV1InstructionDataArgs {
|
|
28
|
+
writeExternalPluginAdapterDataV1Args: WriteExternalPluginAdapterDataV1ArgsArgs;
|
|
29
|
+
}
|
|
30
|
+
export declare function getWriteExternalPluginAdapterDataV1InstructionDataEncoder(): Encoder<WriteExternalPluginAdapterDataV1InstructionDataArgs>;
|
|
31
|
+
export declare function getWriteExternalPluginAdapterDataV1InstructionDataDecoder(): Decoder<WriteExternalPluginAdapterDataV1InstructionData>;
|
|
32
|
+
export declare function getWriteExternalPluginAdapterDataV1InstructionDataCodec(): Codec<WriteExternalPluginAdapterDataV1InstructionDataArgs, WriteExternalPluginAdapterDataV1InstructionData>;
|
|
33
|
+
export 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> {
|
|
34
|
+
/** The address of the asset */
|
|
35
|
+
asset: Address<TAccountAsset>;
|
|
36
|
+
/** The collection to which the asset belongs */
|
|
37
|
+
collection?: Address<TAccountCollection>;
|
|
38
|
+
/** The account paying for the storage fees */
|
|
39
|
+
payer: TransactionSigner<TAccountPayer>;
|
|
40
|
+
/** The Data Authority of the External Plugin Adapter */
|
|
41
|
+
authority?: TransactionSigner<TAccountAuthority>;
|
|
42
|
+
/** The buffer to write to the external plugin */
|
|
43
|
+
buffer?: Address<TAccountBuffer>;
|
|
44
|
+
/** The system program */
|
|
45
|
+
systemProgram?: Address<TAccountSystemProgram>;
|
|
46
|
+
/** The SPL Noop Program */
|
|
47
|
+
logWrapper?: Address<TAccountLogWrapper>;
|
|
48
|
+
writeExternalPluginAdapterDataV1Args: WriteExternalPluginAdapterDataV1InstructionDataArgs["writeExternalPluginAdapterDataV1Args"];
|
|
49
|
+
}
|
|
50
|
+
export 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?: {
|
|
51
|
+
programAddress?: TProgramAddress;
|
|
52
|
+
}): WriteExternalPluginAdapterDataV1Instruction<TProgramAddress, TAccountAsset, TAccountCollection, TAccountPayer, TAccountAuthority, TAccountBuffer, TAccountSystemProgram, TAccountLogWrapper>;
|
|
53
|
+
export interface ParsedWriteExternalPluginAdapterDataV1Instruction<TProgram extends string = typeof MPL_CORE_PROGRAM_PROGRAM_ADDRESS, TAccountMetas extends readonly AccountMeta[] = readonly AccountMeta[]> {
|
|
54
|
+
programAddress: Address<TProgram>;
|
|
55
|
+
accounts: {
|
|
56
|
+
/** The address of the asset */
|
|
57
|
+
asset: TAccountMetas[0];
|
|
58
|
+
/** The collection to which the asset belongs */
|
|
59
|
+
collection?: TAccountMetas[1] | undefined;
|
|
60
|
+
/** The account paying for the storage fees */
|
|
61
|
+
payer: TAccountMetas[2];
|
|
62
|
+
/** The Data Authority of the External Plugin Adapter */
|
|
63
|
+
authority?: TAccountMetas[3] | undefined;
|
|
64
|
+
/** The buffer to write to the external plugin */
|
|
65
|
+
buffer?: TAccountMetas[4] | undefined;
|
|
66
|
+
/** The system program */
|
|
67
|
+
systemProgram: TAccountMetas[5];
|
|
68
|
+
/** The SPL Noop Program */
|
|
69
|
+
logWrapper?: TAccountMetas[6] | undefined;
|
|
70
|
+
};
|
|
71
|
+
data: WriteExternalPluginAdapterDataV1InstructionData;
|
|
72
|
+
}
|
|
73
|
+
export declare function parseWriteExternalPluginAdapterDataV1Instruction<TProgram extends string, TAccountMetas extends readonly AccountMeta[]>(instruction: Instruction<TProgram> & InstructionWithAccounts<TAccountMetas> & InstructionWithData<ReadonlyUint8Array>): ParsedWriteExternalPluginAdapterDataV1Instruction<TProgram, TAccountMetas>;
|
|
74
|
+
//# sourceMappingURL=writeExternalPluginAdapterDataV1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"writeExternalPluginAdapterDataV1.d.ts","sourceRoot":"","sources":["../../../src/generated/instructions/writeExternalPluginAdapterDataV1.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This code was AUTOGENERATED using the Codama library.
|
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
4
|
+
* to add features, then rerun Codama to update it.
|
|
5
|
+
*
|
|
6
|
+
* @see https://github.com/codama-idl/codama
|
|
7
|
+
*/
|
|
8
|
+
import { combineCodec, getStructDecoder, getStructEncoder, getU8Decoder, getU8Encoder, SOLANA_ERROR__PROGRAM_CLIENTS__INSUFFICIENT_ACCOUNT_METAS, SolanaError, transformEncoder, } from "@solana/kit";
|
|
9
|
+
import { getAccountMetaFactory } from "@solana/program-client-core";
|
|
10
|
+
import { MPL_CORE_PROGRAM_PROGRAM_ADDRESS } from "../programs/index.js";
|
|
11
|
+
import { getWriteExternalPluginAdapterDataV1ArgsDecoder, getWriteExternalPluginAdapterDataV1ArgsEncoder, } from "../types/index.js";
|
|
12
|
+
export const WRITE_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR = 28;
|
|
13
|
+
export function getWriteExternalPluginAdapterDataV1DiscriminatorBytes() {
|
|
14
|
+
return getU8Encoder().encode(WRITE_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR);
|
|
15
|
+
}
|
|
16
|
+
export function getWriteExternalPluginAdapterDataV1InstructionDataEncoder() {
|
|
17
|
+
return transformEncoder(getStructEncoder([
|
|
18
|
+
["discriminator", getU8Encoder()],
|
|
19
|
+
[
|
|
20
|
+
"writeExternalPluginAdapterDataV1Args",
|
|
21
|
+
getWriteExternalPluginAdapterDataV1ArgsEncoder(),
|
|
22
|
+
],
|
|
23
|
+
]), (value) => ({
|
|
24
|
+
...value,
|
|
25
|
+
discriminator: WRITE_EXTERNAL_PLUGIN_ADAPTER_DATA_V1_DISCRIMINATOR,
|
|
26
|
+
}));
|
|
27
|
+
}
|
|
28
|
+
export function getWriteExternalPluginAdapterDataV1InstructionDataDecoder() {
|
|
29
|
+
return getStructDecoder([
|
|
30
|
+
["discriminator", getU8Decoder()],
|
|
31
|
+
[
|
|
32
|
+
"writeExternalPluginAdapterDataV1Args",
|
|
33
|
+
getWriteExternalPluginAdapterDataV1ArgsDecoder(),
|
|
34
|
+
],
|
|
35
|
+
]);
|
|
36
|
+
}
|
|
37
|
+
export function getWriteExternalPluginAdapterDataV1InstructionDataCodec() {
|
|
38
|
+
return combineCodec(getWriteExternalPluginAdapterDataV1InstructionDataEncoder(), getWriteExternalPluginAdapterDataV1InstructionDataDecoder());
|
|
39
|
+
}
|
|
40
|
+
export function getWriteExternalPluginAdapterDataV1Instruction(input, config) {
|
|
41
|
+
// Program address.
|
|
42
|
+
const programAddress = config?.programAddress ?? MPL_CORE_PROGRAM_PROGRAM_ADDRESS;
|
|
43
|
+
// Original accounts.
|
|
44
|
+
const originalAccounts = {
|
|
45
|
+
asset: { value: input.asset ?? null, isWritable: true },
|
|
46
|
+
collection: { value: input.collection ?? null, isWritable: true },
|
|
47
|
+
payer: { value: input.payer ?? null, isWritable: true },
|
|
48
|
+
authority: { value: input.authority ?? null, isWritable: false },
|
|
49
|
+
buffer: { value: input.buffer ?? null, isWritable: false },
|
|
50
|
+
systemProgram: { value: input.systemProgram ?? null, isWritable: false },
|
|
51
|
+
logWrapper: { value: input.logWrapper ?? null, isWritable: false },
|
|
52
|
+
};
|
|
53
|
+
const accounts = originalAccounts;
|
|
54
|
+
// Original args.
|
|
55
|
+
const args = { ...input };
|
|
56
|
+
// Resolve default values.
|
|
57
|
+
if (!accounts.systemProgram.value) {
|
|
58
|
+
accounts.systemProgram.value =
|
|
59
|
+
"11111111111111111111111111111111";
|
|
60
|
+
}
|
|
61
|
+
const getAccountMeta = getAccountMetaFactory(programAddress, "programId");
|
|
62
|
+
return Object.freeze({
|
|
63
|
+
accounts: [
|
|
64
|
+
getAccountMeta("asset", accounts.asset),
|
|
65
|
+
getAccountMeta("collection", accounts.collection),
|
|
66
|
+
getAccountMeta("payer", accounts.payer),
|
|
67
|
+
getAccountMeta("authority", accounts.authority),
|
|
68
|
+
getAccountMeta("buffer", accounts.buffer),
|
|
69
|
+
getAccountMeta("systemProgram", accounts.systemProgram),
|
|
70
|
+
getAccountMeta("logWrapper", accounts.logWrapper),
|
|
71
|
+
],
|
|
72
|
+
data: getWriteExternalPluginAdapterDataV1InstructionDataEncoder().encode(args),
|
|
73
|
+
programAddress,
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
export function parseWriteExternalPluginAdapterDataV1Instruction(instruction) {
|
|
77
|
+
if (instruction.accounts.length < 7) {
|
|
78
|
+
throw new SolanaError(SOLANA_ERROR__PROGRAM_CLIENTS__INSUFFICIENT_ACCOUNT_METAS, {
|
|
79
|
+
actualAccountMetas: instruction.accounts.length,
|
|
80
|
+
expectedAccountMetas: 7,
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
let accountIndex = 0;
|
|
84
|
+
const getNextAccount = () => {
|
|
85
|
+
const accountMeta = instruction.accounts[accountIndex];
|
|
86
|
+
accountIndex += 1;
|
|
87
|
+
return accountMeta;
|
|
88
|
+
};
|
|
89
|
+
const getNextOptionalAccount = () => {
|
|
90
|
+
const accountMeta = getNextAccount();
|
|
91
|
+
return accountMeta.address === MPL_CORE_PROGRAM_PROGRAM_ADDRESS
|
|
92
|
+
? undefined
|
|
93
|
+
: accountMeta;
|
|
94
|
+
};
|
|
95
|
+
return {
|
|
96
|
+
programAddress: instruction.programAddress,
|
|
97
|
+
accounts: {
|
|
98
|
+
asset: getNextAccount(),
|
|
99
|
+
collection: getNextOptionalAccount(),
|
|
100
|
+
payer: getNextAccount(),
|
|
101
|
+
authority: getNextOptionalAccount(),
|
|
102
|
+
buffer: getNextOptionalAccount(),
|
|
103
|
+
systemProgram: getNextAccount(),
|
|
104
|
+
logWrapper: getNextOptionalAccount(),
|
|
105
|
+
},
|
|
106
|
+
data: getWriteExternalPluginAdapterDataV1InstructionDataDecoder().decode(instruction.data),
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
//# sourceMappingURL=writeExternalPluginAdapterDataV1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"writeExternalPluginAdapterDataV1.js","sourceRoot":"","sources":["../../../src/generated/instructions/writeExternalPluginAdapterDataV1.ts"],"names":[],"mappings":"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","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,\n TAccountCollection extends string | AccountMeta = string,\n TAccountPayer extends string | AccountMeta = string,\n TAccountAuthority extends string | AccountMeta = string,\n TAccountBuffer extends string | AccountMeta = string,\n TAccountSystemProgram extends\n | string\n | AccountMeta = \"11111111111111111111111111111111\",\n TAccountLogWrapper extends string | AccountMeta = string,\n TRemainingAccounts extends readonly AccountMeta[] = [],\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"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This code was AUTOGENERATED using the Codama library.
|
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
4
|
+
* to add features, then rerun Codama to update it.
|
|
5
|
+
*
|
|
6
|
+
* @see https://github.com/codama-idl/codama
|
|
7
|
+
*/
|
|
8
|
+
export * from "./mplCoreProgram.js";
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/programs/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This code was AUTOGENERATED using the Codama library.
|
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
4
|
+
* to add features, then rerun Codama to update it.
|
|
5
|
+
*
|
|
6
|
+
* @see https://github.com/codama-idl/codama
|
|
7
|
+
*/
|
|
8
|
+
export * from "./mplCoreProgram.js";
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/programs/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,qBAAqB,CAAC","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\nexport * from \"./mplCoreProgram.js\";\n"]}
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This code was AUTOGENERATED using the Codama library.
|
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
|
4
|
+
* to add features, then rerun Codama to update it.
|
|
5
|
+
*
|
|
6
|
+
* @see https://github.com/codama-idl/codama
|
|
7
|
+
*/
|
|
8
|
+
import type { Address, ClientWithPayer, ClientWithRpc, ClientWithTransactionPlanning, ClientWithTransactionSending, GetAccountInfoApi, GetMultipleAccountsApi, Instruction, InstructionWithData, ReadonlyUint8Array } from "@solana/kit";
|
|
9
|
+
import type { SelfFetchFunctions, SelfPlanAndSendFunctions } from "@solana/program-client-core";
|
|
10
|
+
import type { AssetV1, AssetV1Args, CollectionV1, CollectionV1Args, GroupV1, GroupV1Args, HashedAssetV1, HashedAssetV1Args, PluginHeaderV1, PluginHeaderV1Args, PluginRegistryV1, PluginRegistryV1Args } from "../accounts/index.js";
|
|
11
|
+
import type { AddAssetsToGroupV1Input, AddCollectionExternalPluginAdapterV1Input, AddCollectionPluginV1Input, AddCollectionsToGroupV1Input, AddExternalPluginAdapterV1Input, AddGroupsToGroupV1Input, AddPluginV1Input, ApproveCollectionPluginAuthorityV1Input, ApprovePluginAuthorityV1Input, BurnCollectionV1Input, BurnV1Input, CloseGroupV1Input, CollectInput, CompressV1Input, CreateCollectionV1Input, CreateCollectionV2Input, CreateGroupV1Input, CreateV1Input, CreateV2Input, DecompressV1Input, ExecuteV1Input, ParsedAddAssetsToGroupV1Instruction, ParsedAddCollectionExternalPluginAdapterV1Instruction, ParsedAddCollectionPluginV1Instruction, ParsedAddCollectionsToGroupV1Instruction, ParsedAddExternalPluginAdapterV1Instruction, ParsedAddGroupsToGroupV1Instruction, ParsedAddPluginV1Instruction, ParsedApproveCollectionPluginAuthorityV1Instruction, ParsedApprovePluginAuthorityV1Instruction, ParsedBurnCollectionV1Instruction, ParsedBurnV1Instruction, ParsedCloseGroupV1Instruction, ParsedCollectInstruction, ParsedCompressV1Instruction, ParsedCreateCollectionV1Instruction, ParsedCreateCollectionV2Instruction, ParsedCreateGroupV1Instruction, ParsedCreateV1Instruction, ParsedCreateV2Instruction, ParsedDecompressV1Instruction, ParsedExecuteV1Instruction, ParsedRemoveAssetsFromGroupV1Instruction, ParsedRemoveCollectionExternalPluginAdapterV1Instruction, ParsedRemoveCollectionPluginV1Instruction, ParsedRemoveCollectionsFromGroupV1Instruction, ParsedRemoveExternalPluginAdapterV1Instruction, ParsedRemoveGroupsFromGroupV1Instruction, ParsedRemovePluginV1Instruction, ParsedRevokeCollectionPluginAuthorityV1Instruction, ParsedRevokePluginAuthorityV1Instruction, ParsedTransferV1Instruction, ParsedUpdateCollectionExternalPluginAdapterV1Instruction, ParsedUpdateCollectionInfoV1Instruction, ParsedUpdateCollectionPluginV1Instruction, ParsedUpdateCollectionV1Instruction, ParsedUpdateExternalPluginAdapterV1Instruction, ParsedUpdateGroupV1Instruction, ParsedUpdatePluginV1Instruction, ParsedUpdateV1Instruction, ParsedUpdateV2Instruction, ParsedWriteCollectionExternalPluginAdapterDataV1Instruction, ParsedWriteExternalPluginAdapterDataV1Instruction, RemoveAssetsFromGroupV1Input, RemoveCollectionExternalPluginAdapterV1Input, RemoveCollectionPluginV1Input, RemoveCollectionsFromGroupV1Input, RemoveExternalPluginAdapterV1Input, RemoveGroupsFromGroupV1Input, RemovePluginV1Input, RevokeCollectionPluginAuthorityV1Input, RevokePluginAuthorityV1Input, TransferV1Input, UpdateCollectionExternalPluginAdapterV1Input, UpdateCollectionInfoV1Input, UpdateCollectionPluginV1Input, UpdateCollectionV1Input, UpdateExternalPluginAdapterV1Input, UpdateGroupV1Input, UpdatePluginV1Input, UpdateV1Input, UpdateV2Input, WriteCollectionExternalPluginAdapterDataV1Input, WriteExternalPluginAdapterDataV1Input } from "../instructions/index.js";
|
|
12
|
+
import { getAssetV1Codec, getCollectionV1Codec, getGroupV1Codec, getHashedAssetV1Codec, getPluginHeaderV1Codec, getPluginRegistryV1Codec } from "../accounts/index.js";
|
|
13
|
+
import { getAddAssetsToGroupV1Instruction, getAddCollectionExternalPluginAdapterV1Instruction, getAddCollectionPluginV1Instruction, getAddCollectionsToGroupV1Instruction, getAddExternalPluginAdapterV1Instruction, getAddGroupsToGroupV1Instruction, getAddPluginV1Instruction, getApproveCollectionPluginAuthorityV1Instruction, getApprovePluginAuthorityV1Instruction, getBurnCollectionV1Instruction, getBurnV1Instruction, getCloseGroupV1Instruction, getCollectInstruction, getCompressV1Instruction, getCreateCollectionV1Instruction, getCreateCollectionV2Instruction, getCreateGroupV1Instruction, getCreateV1Instruction, getCreateV2Instruction, getDecompressV1Instruction, getExecuteV1Instruction, getRemoveAssetsFromGroupV1Instruction, getRemoveCollectionExternalPluginAdapterV1Instruction, getRemoveCollectionPluginV1Instruction, getRemoveCollectionsFromGroupV1Instruction, getRemoveExternalPluginAdapterV1Instruction, getRemoveGroupsFromGroupV1Instruction, getRemovePluginV1Instruction, getRevokeCollectionPluginAuthorityV1Instruction, getRevokePluginAuthorityV1Instruction, getTransferV1Instruction, getUpdateCollectionExternalPluginAdapterV1Instruction, getUpdateCollectionInfoV1Instruction, getUpdateCollectionPluginV1Instruction, getUpdateCollectionV1Instruction, getUpdateExternalPluginAdapterV1Instruction, getUpdateGroupV1Instruction, getUpdatePluginV1Instruction, getUpdateV1Instruction, getUpdateV2Instruction, getWriteCollectionExternalPluginAdapterDataV1Instruction, getWriteExternalPluginAdapterDataV1Instruction } from "../instructions/index.js";
|
|
14
|
+
export declare const MPL_CORE_PROGRAM_PROGRAM_ADDRESS: Address<"CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d">;
|
|
15
|
+
export declare enum MplCoreProgramAccount {
|
|
16
|
+
PluginHeaderV1 = 0,
|
|
17
|
+
PluginRegistryV1 = 1,
|
|
18
|
+
AssetV1 = 2,
|
|
19
|
+
CollectionV1 = 3,
|
|
20
|
+
GroupV1 = 4,
|
|
21
|
+
HashedAssetV1 = 5
|
|
22
|
+
}
|
|
23
|
+
export declare enum MplCoreProgramInstruction {
|
|
24
|
+
CreateV1 = 0,
|
|
25
|
+
CreateCollectionV1 = 1,
|
|
26
|
+
AddPluginV1 = 2,
|
|
27
|
+
AddCollectionPluginV1 = 3,
|
|
28
|
+
RemovePluginV1 = 4,
|
|
29
|
+
RemoveCollectionPluginV1 = 5,
|
|
30
|
+
UpdatePluginV1 = 6,
|
|
31
|
+
UpdateCollectionPluginV1 = 7,
|
|
32
|
+
ApprovePluginAuthorityV1 = 8,
|
|
33
|
+
ApproveCollectionPluginAuthorityV1 = 9,
|
|
34
|
+
RevokePluginAuthorityV1 = 10,
|
|
35
|
+
RevokeCollectionPluginAuthorityV1 = 11,
|
|
36
|
+
BurnV1 = 12,
|
|
37
|
+
BurnCollectionV1 = 13,
|
|
38
|
+
TransferV1 = 14,
|
|
39
|
+
UpdateV1 = 15,
|
|
40
|
+
UpdateCollectionV1 = 16,
|
|
41
|
+
CompressV1 = 17,
|
|
42
|
+
DecompressV1 = 18,
|
|
43
|
+
Collect = 19,
|
|
44
|
+
CreateV2 = 20,
|
|
45
|
+
CreateCollectionV2 = 21,
|
|
46
|
+
AddExternalPluginAdapterV1 = 22,
|
|
47
|
+
AddCollectionExternalPluginAdapterV1 = 23,
|
|
48
|
+
RemoveExternalPluginAdapterV1 = 24,
|
|
49
|
+
RemoveCollectionExternalPluginAdapterV1 = 25,
|
|
50
|
+
UpdateExternalPluginAdapterV1 = 26,
|
|
51
|
+
UpdateCollectionExternalPluginAdapterV1 = 27,
|
|
52
|
+
WriteExternalPluginAdapterDataV1 = 28,
|
|
53
|
+
WriteCollectionExternalPluginAdapterDataV1 = 29,
|
|
54
|
+
UpdateV2 = 30,
|
|
55
|
+
ExecuteV1 = 31,
|
|
56
|
+
UpdateCollectionInfoV1 = 32,
|
|
57
|
+
AddCollectionsToGroupV1 = 33,
|
|
58
|
+
RemoveCollectionsFromGroupV1 = 34,
|
|
59
|
+
AddAssetsToGroupV1 = 35,
|
|
60
|
+
RemoveAssetsFromGroupV1 = 36,
|
|
61
|
+
AddGroupsToGroupV1 = 37,
|
|
62
|
+
RemoveGroupsFromGroupV1 = 38,
|
|
63
|
+
CreateGroupV1 = 39,
|
|
64
|
+
CloseGroupV1 = 40,
|
|
65
|
+
UpdateGroupV1 = 41
|
|
66
|
+
}
|
|
67
|
+
export declare function identifyMplCoreProgramInstruction(instruction: {
|
|
68
|
+
data: ReadonlyUint8Array;
|
|
69
|
+
} | ReadonlyUint8Array): MplCoreProgramInstruction;
|
|
70
|
+
export type ParsedMplCoreProgramInstruction<TProgram extends string = "CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d"> = ({
|
|
71
|
+
instructionType: MplCoreProgramInstruction.CreateV1;
|
|
72
|
+
} & ParsedCreateV1Instruction<TProgram>) | ({
|
|
73
|
+
instructionType: MplCoreProgramInstruction.CreateCollectionV1;
|
|
74
|
+
} & ParsedCreateCollectionV1Instruction<TProgram>) | ({
|
|
75
|
+
instructionType: MplCoreProgramInstruction.AddPluginV1;
|
|
76
|
+
} & ParsedAddPluginV1Instruction<TProgram>) | ({
|
|
77
|
+
instructionType: MplCoreProgramInstruction.AddCollectionPluginV1;
|
|
78
|
+
} & ParsedAddCollectionPluginV1Instruction<TProgram>) | ({
|
|
79
|
+
instructionType: MplCoreProgramInstruction.RemovePluginV1;
|
|
80
|
+
} & ParsedRemovePluginV1Instruction<TProgram>) | ({
|
|
81
|
+
instructionType: MplCoreProgramInstruction.RemoveCollectionPluginV1;
|
|
82
|
+
} & ParsedRemoveCollectionPluginV1Instruction<TProgram>) | ({
|
|
83
|
+
instructionType: MplCoreProgramInstruction.UpdatePluginV1;
|
|
84
|
+
} & ParsedUpdatePluginV1Instruction<TProgram>) | ({
|
|
85
|
+
instructionType: MplCoreProgramInstruction.UpdateCollectionPluginV1;
|
|
86
|
+
} & ParsedUpdateCollectionPluginV1Instruction<TProgram>) | ({
|
|
87
|
+
instructionType: MplCoreProgramInstruction.ApprovePluginAuthorityV1;
|
|
88
|
+
} & ParsedApprovePluginAuthorityV1Instruction<TProgram>) | ({
|
|
89
|
+
instructionType: MplCoreProgramInstruction.ApproveCollectionPluginAuthorityV1;
|
|
90
|
+
} & ParsedApproveCollectionPluginAuthorityV1Instruction<TProgram>) | ({
|
|
91
|
+
instructionType: MplCoreProgramInstruction.RevokePluginAuthorityV1;
|
|
92
|
+
} & ParsedRevokePluginAuthorityV1Instruction<TProgram>) | ({
|
|
93
|
+
instructionType: MplCoreProgramInstruction.RevokeCollectionPluginAuthorityV1;
|
|
94
|
+
} & ParsedRevokeCollectionPluginAuthorityV1Instruction<TProgram>) | ({
|
|
95
|
+
instructionType: MplCoreProgramInstruction.BurnV1;
|
|
96
|
+
} & ParsedBurnV1Instruction<TProgram>) | ({
|
|
97
|
+
instructionType: MplCoreProgramInstruction.BurnCollectionV1;
|
|
98
|
+
} & ParsedBurnCollectionV1Instruction<TProgram>) | ({
|
|
99
|
+
instructionType: MplCoreProgramInstruction.TransferV1;
|
|
100
|
+
} & ParsedTransferV1Instruction<TProgram>) | ({
|
|
101
|
+
instructionType: MplCoreProgramInstruction.UpdateV1;
|
|
102
|
+
} & ParsedUpdateV1Instruction<TProgram>) | ({
|
|
103
|
+
instructionType: MplCoreProgramInstruction.UpdateCollectionV1;
|
|
104
|
+
} & ParsedUpdateCollectionV1Instruction<TProgram>) | ({
|
|
105
|
+
instructionType: MplCoreProgramInstruction.CompressV1;
|
|
106
|
+
} & ParsedCompressV1Instruction<TProgram>) | ({
|
|
107
|
+
instructionType: MplCoreProgramInstruction.DecompressV1;
|
|
108
|
+
} & ParsedDecompressV1Instruction<TProgram>) | ({
|
|
109
|
+
instructionType: MplCoreProgramInstruction.Collect;
|
|
110
|
+
} & ParsedCollectInstruction<TProgram>) | ({
|
|
111
|
+
instructionType: MplCoreProgramInstruction.CreateV2;
|
|
112
|
+
} & ParsedCreateV2Instruction<TProgram>) | ({
|
|
113
|
+
instructionType: MplCoreProgramInstruction.CreateCollectionV2;
|
|
114
|
+
} & ParsedCreateCollectionV2Instruction<TProgram>) | ({
|
|
115
|
+
instructionType: MplCoreProgramInstruction.AddExternalPluginAdapterV1;
|
|
116
|
+
} & ParsedAddExternalPluginAdapterV1Instruction<TProgram>) | ({
|
|
117
|
+
instructionType: MplCoreProgramInstruction.AddCollectionExternalPluginAdapterV1;
|
|
118
|
+
} & ParsedAddCollectionExternalPluginAdapterV1Instruction<TProgram>) | ({
|
|
119
|
+
instructionType: MplCoreProgramInstruction.RemoveExternalPluginAdapterV1;
|
|
120
|
+
} & ParsedRemoveExternalPluginAdapterV1Instruction<TProgram>) | ({
|
|
121
|
+
instructionType: MplCoreProgramInstruction.RemoveCollectionExternalPluginAdapterV1;
|
|
122
|
+
} & ParsedRemoveCollectionExternalPluginAdapterV1Instruction<TProgram>) | ({
|
|
123
|
+
instructionType: MplCoreProgramInstruction.UpdateExternalPluginAdapterV1;
|
|
124
|
+
} & ParsedUpdateExternalPluginAdapterV1Instruction<TProgram>) | ({
|
|
125
|
+
instructionType: MplCoreProgramInstruction.UpdateCollectionExternalPluginAdapterV1;
|
|
126
|
+
} & ParsedUpdateCollectionExternalPluginAdapterV1Instruction<TProgram>) | ({
|
|
127
|
+
instructionType: MplCoreProgramInstruction.WriteExternalPluginAdapterDataV1;
|
|
128
|
+
} & ParsedWriteExternalPluginAdapterDataV1Instruction<TProgram>) | ({
|
|
129
|
+
instructionType: MplCoreProgramInstruction.WriteCollectionExternalPluginAdapterDataV1;
|
|
130
|
+
} & ParsedWriteCollectionExternalPluginAdapterDataV1Instruction<TProgram>) | ({
|
|
131
|
+
instructionType: MplCoreProgramInstruction.UpdateV2;
|
|
132
|
+
} & ParsedUpdateV2Instruction<TProgram>) | ({
|
|
133
|
+
instructionType: MplCoreProgramInstruction.ExecuteV1;
|
|
134
|
+
} & ParsedExecuteV1Instruction<TProgram>) | ({
|
|
135
|
+
instructionType: MplCoreProgramInstruction.UpdateCollectionInfoV1;
|
|
136
|
+
} & ParsedUpdateCollectionInfoV1Instruction<TProgram>) | ({
|
|
137
|
+
instructionType: MplCoreProgramInstruction.AddCollectionsToGroupV1;
|
|
138
|
+
} & ParsedAddCollectionsToGroupV1Instruction<TProgram>) | ({
|
|
139
|
+
instructionType: MplCoreProgramInstruction.RemoveCollectionsFromGroupV1;
|
|
140
|
+
} & ParsedRemoveCollectionsFromGroupV1Instruction<TProgram>) | ({
|
|
141
|
+
instructionType: MplCoreProgramInstruction.AddAssetsToGroupV1;
|
|
142
|
+
} & ParsedAddAssetsToGroupV1Instruction<TProgram>) | ({
|
|
143
|
+
instructionType: MplCoreProgramInstruction.RemoveAssetsFromGroupV1;
|
|
144
|
+
} & ParsedRemoveAssetsFromGroupV1Instruction<TProgram>) | ({
|
|
145
|
+
instructionType: MplCoreProgramInstruction.AddGroupsToGroupV1;
|
|
146
|
+
} & ParsedAddGroupsToGroupV1Instruction<TProgram>) | ({
|
|
147
|
+
instructionType: MplCoreProgramInstruction.RemoveGroupsFromGroupV1;
|
|
148
|
+
} & ParsedRemoveGroupsFromGroupV1Instruction<TProgram>) | ({
|
|
149
|
+
instructionType: MplCoreProgramInstruction.CreateGroupV1;
|
|
150
|
+
} & ParsedCreateGroupV1Instruction<TProgram>) | ({
|
|
151
|
+
instructionType: MplCoreProgramInstruction.CloseGroupV1;
|
|
152
|
+
} & ParsedCloseGroupV1Instruction<TProgram>) | ({
|
|
153
|
+
instructionType: MplCoreProgramInstruction.UpdateGroupV1;
|
|
154
|
+
} & ParsedUpdateGroupV1Instruction<TProgram>);
|
|
155
|
+
export declare function parseMplCoreProgramInstruction<TProgram extends string>(instruction: Instruction<TProgram> & InstructionWithData<ReadonlyUint8Array>): ParsedMplCoreProgramInstruction<TProgram>;
|
|
156
|
+
export interface MplCoreProgramPlugin {
|
|
157
|
+
accounts: MplCoreProgramPluginAccounts;
|
|
158
|
+
instructions: MplCoreProgramPluginInstructions;
|
|
159
|
+
}
|
|
160
|
+
export interface MplCoreProgramPluginAccounts {
|
|
161
|
+
pluginHeaderV1: ReturnType<typeof getPluginHeaderV1Codec> & SelfFetchFunctions<PluginHeaderV1Args, PluginHeaderV1>;
|
|
162
|
+
pluginRegistryV1: ReturnType<typeof getPluginRegistryV1Codec> & SelfFetchFunctions<PluginRegistryV1Args, PluginRegistryV1>;
|
|
163
|
+
assetV1: ReturnType<typeof getAssetV1Codec> & SelfFetchFunctions<AssetV1Args, AssetV1>;
|
|
164
|
+
collectionV1: ReturnType<typeof getCollectionV1Codec> & SelfFetchFunctions<CollectionV1Args, CollectionV1>;
|
|
165
|
+
groupV1: ReturnType<typeof getGroupV1Codec> & SelfFetchFunctions<GroupV1Args, GroupV1>;
|
|
166
|
+
hashedAssetV1: ReturnType<typeof getHashedAssetV1Codec> & SelfFetchFunctions<HashedAssetV1Args, HashedAssetV1>;
|
|
167
|
+
}
|
|
168
|
+
export interface MplCoreProgramPluginInstructions {
|
|
169
|
+
createV1: (input: MakeOptional<CreateV1Input, "payer">) => ReturnType<typeof getCreateV1Instruction> & SelfPlanAndSendFunctions;
|
|
170
|
+
createCollectionV1: (input: MakeOptional<CreateCollectionV1Input, "payer">) => ReturnType<typeof getCreateCollectionV1Instruction> & SelfPlanAndSendFunctions;
|
|
171
|
+
addPluginV1: (input: MakeOptional<AddPluginV1Input, "payer">) => ReturnType<typeof getAddPluginV1Instruction> & SelfPlanAndSendFunctions;
|
|
172
|
+
addCollectionPluginV1: (input: MakeOptional<AddCollectionPluginV1Input, "payer">) => ReturnType<typeof getAddCollectionPluginV1Instruction> & SelfPlanAndSendFunctions;
|
|
173
|
+
removePluginV1: (input: MakeOptional<RemovePluginV1Input, "payer">) => ReturnType<typeof getRemovePluginV1Instruction> & SelfPlanAndSendFunctions;
|
|
174
|
+
removeCollectionPluginV1: (input: MakeOptional<RemoveCollectionPluginV1Input, "payer">) => ReturnType<typeof getRemoveCollectionPluginV1Instruction> & SelfPlanAndSendFunctions;
|
|
175
|
+
updatePluginV1: (input: MakeOptional<UpdatePluginV1Input, "payer">) => ReturnType<typeof getUpdatePluginV1Instruction> & SelfPlanAndSendFunctions;
|
|
176
|
+
updateCollectionPluginV1: (input: MakeOptional<UpdateCollectionPluginV1Input, "payer">) => ReturnType<typeof getUpdateCollectionPluginV1Instruction> & SelfPlanAndSendFunctions;
|
|
177
|
+
approvePluginAuthorityV1: (input: MakeOptional<ApprovePluginAuthorityV1Input, "payer">) => ReturnType<typeof getApprovePluginAuthorityV1Instruction> & SelfPlanAndSendFunctions;
|
|
178
|
+
approveCollectionPluginAuthorityV1: (input: MakeOptional<ApproveCollectionPluginAuthorityV1Input, "payer">) => ReturnType<typeof getApproveCollectionPluginAuthorityV1Instruction> & SelfPlanAndSendFunctions;
|
|
179
|
+
revokePluginAuthorityV1: (input: MakeOptional<RevokePluginAuthorityV1Input, "payer">) => ReturnType<typeof getRevokePluginAuthorityV1Instruction> & SelfPlanAndSendFunctions;
|
|
180
|
+
revokeCollectionPluginAuthorityV1: (input: MakeOptional<RevokeCollectionPluginAuthorityV1Input, "payer">) => ReturnType<typeof getRevokeCollectionPluginAuthorityV1Instruction> & SelfPlanAndSendFunctions;
|
|
181
|
+
burnV1: (input: MakeOptional<BurnV1Input, "payer">) => ReturnType<typeof getBurnV1Instruction> & SelfPlanAndSendFunctions;
|
|
182
|
+
burnCollectionV1: (input: MakeOptional<BurnCollectionV1Input, "payer">) => ReturnType<typeof getBurnCollectionV1Instruction> & SelfPlanAndSendFunctions;
|
|
183
|
+
transferV1: (input: MakeOptional<TransferV1Input, "payer">) => ReturnType<typeof getTransferV1Instruction> & SelfPlanAndSendFunctions;
|
|
184
|
+
updateV1: (input: MakeOptional<UpdateV1Input, "payer">) => ReturnType<typeof getUpdateV1Instruction> & SelfPlanAndSendFunctions;
|
|
185
|
+
updateCollectionV1: (input: MakeOptional<UpdateCollectionV1Input, "payer">) => ReturnType<typeof getUpdateCollectionV1Instruction> & SelfPlanAndSendFunctions;
|
|
186
|
+
compressV1: (input: MakeOptional<CompressV1Input, "payer">) => ReturnType<typeof getCompressV1Instruction> & SelfPlanAndSendFunctions;
|
|
187
|
+
decompressV1: (input: MakeOptional<DecompressV1Input, "payer">) => ReturnType<typeof getDecompressV1Instruction> & SelfPlanAndSendFunctions;
|
|
188
|
+
collect: (input: CollectInput) => ReturnType<typeof getCollectInstruction> & SelfPlanAndSendFunctions;
|
|
189
|
+
createV2: (input: MakeOptional<CreateV2Input, "payer">) => ReturnType<typeof getCreateV2Instruction> & SelfPlanAndSendFunctions;
|
|
190
|
+
createCollectionV2: (input: MakeOptional<CreateCollectionV2Input, "payer">) => ReturnType<typeof getCreateCollectionV2Instruction> & SelfPlanAndSendFunctions;
|
|
191
|
+
addExternalPluginAdapterV1: (input: MakeOptional<AddExternalPluginAdapterV1Input, "payer">) => ReturnType<typeof getAddExternalPluginAdapterV1Instruction> & SelfPlanAndSendFunctions;
|
|
192
|
+
addCollectionExternalPluginAdapterV1: (input: MakeOptional<AddCollectionExternalPluginAdapterV1Input, "payer">) => ReturnType<typeof getAddCollectionExternalPluginAdapterV1Instruction> & SelfPlanAndSendFunctions;
|
|
193
|
+
removeExternalPluginAdapterV1: (input: MakeOptional<RemoveExternalPluginAdapterV1Input, "payer">) => ReturnType<typeof getRemoveExternalPluginAdapterV1Instruction> & SelfPlanAndSendFunctions;
|
|
194
|
+
removeCollectionExternalPluginAdapterV1: (input: MakeOptional<RemoveCollectionExternalPluginAdapterV1Input, "payer">) => ReturnType<typeof getRemoveCollectionExternalPluginAdapterV1Instruction> & SelfPlanAndSendFunctions;
|
|
195
|
+
updateExternalPluginAdapterV1: (input: MakeOptional<UpdateExternalPluginAdapterV1Input, "payer">) => ReturnType<typeof getUpdateExternalPluginAdapterV1Instruction> & SelfPlanAndSendFunctions;
|
|
196
|
+
updateCollectionExternalPluginAdapterV1: (input: MakeOptional<UpdateCollectionExternalPluginAdapterV1Input, "payer">) => ReturnType<typeof getUpdateCollectionExternalPluginAdapterV1Instruction> & SelfPlanAndSendFunctions;
|
|
197
|
+
writeExternalPluginAdapterDataV1: (input: MakeOptional<WriteExternalPluginAdapterDataV1Input, "payer">) => ReturnType<typeof getWriteExternalPluginAdapterDataV1Instruction> & SelfPlanAndSendFunctions;
|
|
198
|
+
writeCollectionExternalPluginAdapterDataV1: (input: MakeOptional<WriteCollectionExternalPluginAdapterDataV1Input, "payer">) => ReturnType<typeof getWriteCollectionExternalPluginAdapterDataV1Instruction> & SelfPlanAndSendFunctions;
|
|
199
|
+
updateV2: (input: MakeOptional<UpdateV2Input, "payer">) => ReturnType<typeof getUpdateV2Instruction> & SelfPlanAndSendFunctions;
|
|
200
|
+
executeV1: (input: MakeOptional<ExecuteV1Input, "payer">) => ReturnType<typeof getExecuteV1Instruction> & SelfPlanAndSendFunctions;
|
|
201
|
+
updateCollectionInfoV1: (input: UpdateCollectionInfoV1Input) => ReturnType<typeof getUpdateCollectionInfoV1Instruction> & SelfPlanAndSendFunctions;
|
|
202
|
+
addCollectionsToGroupV1: (input: MakeOptional<AddCollectionsToGroupV1Input, "payer">) => ReturnType<typeof getAddCollectionsToGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
203
|
+
removeCollectionsFromGroupV1: (input: MakeOptional<RemoveCollectionsFromGroupV1Input, "payer">) => ReturnType<typeof getRemoveCollectionsFromGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
204
|
+
addAssetsToGroupV1: (input: MakeOptional<AddAssetsToGroupV1Input, "payer">) => ReturnType<typeof getAddAssetsToGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
205
|
+
removeAssetsFromGroupV1: (input: MakeOptional<RemoveAssetsFromGroupV1Input, "payer">) => ReturnType<typeof getRemoveAssetsFromGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
206
|
+
addGroupsToGroupV1: (input: MakeOptional<AddGroupsToGroupV1Input, "payer">) => ReturnType<typeof getAddGroupsToGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
207
|
+
removeGroupsFromGroupV1: (input: MakeOptional<RemoveGroupsFromGroupV1Input, "payer">) => ReturnType<typeof getRemoveGroupsFromGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
208
|
+
createGroupV1: (input: MakeOptional<CreateGroupV1Input, "payer">) => ReturnType<typeof getCreateGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
209
|
+
closeGroupV1: (input: MakeOptional<CloseGroupV1Input, "payer">) => ReturnType<typeof getCloseGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
210
|
+
updateGroupV1: (input: MakeOptional<UpdateGroupV1Input, "payer">) => ReturnType<typeof getUpdateGroupV1Instruction> & SelfPlanAndSendFunctions;
|
|
211
|
+
}
|
|
212
|
+
export type MplCoreProgramPluginRequirements = ClientWithRpc<GetAccountInfoApi & GetMultipleAccountsApi> & ClientWithPayer & ClientWithTransactionPlanning & ClientWithTransactionSending;
|
|
213
|
+
export declare function mplCoreProgramProgram(): <T extends MplCoreProgramPluginRequirements>(client: T) => Omit<T, "mplCoreProgram"> & {
|
|
214
|
+
mplCoreProgram: MplCoreProgramPlugin;
|
|
215
|
+
};
|
|
216
|
+
type MakeOptional<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
|
|
217
|
+
export {};
|
|
218
|
+
//# sourceMappingURL=mplCoreProgram.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mplCoreProgram.d.ts","sourceRoot":"","sources":["../../../src/generated/programs/mplCoreProgram.ts"],"names":[],"mappings":"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"}
|