@macalinao/clients-mpl-bubblegum 0.3.0 → 0.3.1
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/dist/generated/instructions/burn.d.ts.map +1 -1
- package/dist/generated/instructions/burn.js.map +1 -1
- package/dist/generated/instructions/burnV2.d.ts.map +1 -1
- package/dist/generated/instructions/burnV2.js.map +1 -1
- package/dist/generated/instructions/cancelRedeem.d.ts.map +1 -1
- package/dist/generated/instructions/cancelRedeem.js.map +1 -1
- package/dist/generated/instructions/closeTreeV2.d.ts.map +1 -1
- package/dist/generated/instructions/closeTreeV2.js.map +1 -1
- package/dist/generated/instructions/compress.d.ts.map +1 -1
- package/dist/generated/instructions/compress.js.map +1 -1
- package/dist/generated/instructions/createTree.d.ts.map +1 -1
- package/dist/generated/instructions/createTree.js.map +1 -1
- package/dist/generated/instructions/createTreeV2.d.ts.map +1 -1
- package/dist/generated/instructions/createTreeV2.js.map +1 -1
- package/dist/generated/instructions/decompressV1.d.ts.map +1 -1
- package/dist/generated/instructions/decompressV1.js.map +1 -1
- package/dist/generated/instructions/delegate.d.ts.map +1 -1
- package/dist/generated/instructions/delegate.js.map +1 -1
- package/dist/generated/instructions/delegateAndFreezeV2.d.ts.map +1 -1
- package/dist/generated/instructions/delegateAndFreezeV2.js.map +1 -1
- package/dist/generated/instructions/delegateV2.d.ts.map +1 -1
- package/dist/generated/instructions/delegateV2.js.map +1 -1
- package/dist/generated/instructions/freezeV2.d.ts.map +1 -1
- package/dist/generated/instructions/freezeV2.js.map +1 -1
- package/dist/generated/instructions/mintToCollectionV1.d.ts.map +1 -1
- package/dist/generated/instructions/mintToCollectionV1.js.map +1 -1
- package/dist/generated/instructions/mintV1.d.ts.map +1 -1
- package/dist/generated/instructions/mintV1.js.map +1 -1
- package/dist/generated/instructions/mintV2.d.ts.map +1 -1
- package/dist/generated/instructions/mintV2.js.map +1 -1
- package/dist/generated/instructions/redeem.d.ts.map +1 -1
- package/dist/generated/instructions/redeem.js.map +1 -1
- package/dist/generated/instructions/setAndVerifyCollection.d.ts.map +1 -1
- package/dist/generated/instructions/setAndVerifyCollection.js.map +1 -1
- package/dist/generated/instructions/setCollectionV2.d.ts.map +1 -1
- package/dist/generated/instructions/setCollectionV2.js.map +1 -1
- package/dist/generated/instructions/setNonTransferableV2.d.ts.map +1 -1
- package/dist/generated/instructions/setNonTransferableV2.js.map +1 -1
- package/dist/generated/instructions/setTreeDelegate.d.ts.map +1 -1
- package/dist/generated/instructions/setTreeDelegate.js.map +1 -1
- package/dist/generated/instructions/thawAndRevokeV2.d.ts.map +1 -1
- package/dist/generated/instructions/thawAndRevokeV2.js.map +1 -1
- package/dist/generated/instructions/thawV2.d.ts.map +1 -1
- package/dist/generated/instructions/thawV2.js.map +1 -1
- package/dist/generated/instructions/transfer.d.ts.map +1 -1
- package/dist/generated/instructions/transfer.js.map +1 -1
- package/dist/generated/instructions/transferV2.d.ts.map +1 -1
- package/dist/generated/instructions/transferV2.js.map +1 -1
- package/dist/generated/instructions/unverifyCollection.d.ts.map +1 -1
- package/dist/generated/instructions/unverifyCollection.js.map +1 -1
- package/dist/generated/instructions/unverifyCreator.d.ts.map +1 -1
- package/dist/generated/instructions/unverifyCreator.js.map +1 -1
- package/dist/generated/instructions/unverifyCreatorV2.d.ts.map +1 -1
- package/dist/generated/instructions/unverifyCreatorV2.js.map +1 -1
- package/dist/generated/instructions/updateAssetDataV2.d.ts.map +1 -1
- package/dist/generated/instructions/updateAssetDataV2.js.map +1 -1
- package/dist/generated/instructions/updateMetadata.d.ts.map +1 -1
- package/dist/generated/instructions/updateMetadata.js.map +1 -1
- package/dist/generated/instructions/updateMetadataV2.d.ts.map +1 -1
- package/dist/generated/instructions/updateMetadataV2.js.map +1 -1
- package/dist/generated/instructions/verifyCollection.d.ts.map +1 -1
- package/dist/generated/instructions/verifyCollection.js.map +1 -1
- package/dist/generated/instructions/verifyCreator.d.ts.map +1 -1
- package/dist/generated/instructions/verifyCreator.js.map +1 -1
- package/dist/generated/instructions/verifyCreatorV2.d.ts.map +1 -1
- package/dist/generated/instructions/verifyCreatorV2.js.map +1 -1
- package/package.json +5 -9
- package/src/generated/instructions/burn.ts +6 -9
- package/src/generated/instructions/burnV2.ts +8 -12
- package/src/generated/instructions/cancelRedeem.ts +6 -9
- package/src/generated/instructions/closeTreeV2.ts +6 -9
- package/src/generated/instructions/compress.ts +10 -15
- package/src/generated/instructions/createTree.ts +6 -9
- package/src/generated/instructions/createTreeV2.ts +6 -9
- package/src/generated/instructions/decompressV1.ts +12 -18
- package/src/generated/instructions/delegate.ts +6 -9
- package/src/generated/instructions/delegateAndFreezeV2.ts +6 -9
- package/src/generated/instructions/delegateV2.ts +6 -9
- package/src/generated/instructions/freezeV2.ts +6 -9
- package/src/generated/instructions/mintToCollectionV1.ts +10 -15
- package/src/generated/instructions/mintV1.ts +6 -9
- package/src/generated/instructions/mintV2.ts +8 -12
- package/src/generated/instructions/redeem.ts +6 -9
- package/src/generated/instructions/setAndVerifyCollection.ts +10 -15
- package/src/generated/instructions/setCollectionV2.ts +10 -15
- package/src/generated/instructions/setNonTransferableV2.ts +6 -9
- package/src/generated/instructions/setTreeDelegate.ts +2 -3
- package/src/generated/instructions/thawAndRevokeV2.ts +6 -9
- package/src/generated/instructions/thawV2.ts +6 -9
- package/src/generated/instructions/transfer.ts +6 -9
- package/src/generated/instructions/transferV2.ts +6 -9
- package/src/generated/instructions/unverifyCollection.ts +10 -15
- package/src/generated/instructions/unverifyCreator.ts +6 -9
- package/src/generated/instructions/unverifyCreatorV2.ts +6 -9
- package/src/generated/instructions/updateAssetDataV2.ts +6 -9
- package/src/generated/instructions/updateMetadata.ts +10 -15
- package/src/generated/instructions/updateMetadataV2.ts +6 -9
- package/src/generated/instructions/verifyCollection.ts +10 -15
- package/src/generated/instructions/verifyCreator.ts +6 -9
- package/src/generated/instructions/verifyCreatorV2.ts +6 -9
|
@@ -71,25 +71,20 @@ export type MintToCollectionV1Instruction<
|
|
|
71
71
|
TAccountPayer extends string | AccountMeta<string> = string,
|
|
72
72
|
TAccountTreeDelegate extends string | AccountMeta<string> = string,
|
|
73
73
|
TAccountCollectionAuthority extends string | AccountMeta<string> = string,
|
|
74
|
-
TAccountCollectionAuthorityRecordPda extends
|
|
75
|
-
|
|
76
|
-
| AccountMeta<string> = "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY",
|
|
74
|
+
TAccountCollectionAuthorityRecordPda extends string | AccountMeta<string> =
|
|
75
|
+
"BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY",
|
|
77
76
|
TAccountCollectionMint extends string | AccountMeta<string> = string,
|
|
78
77
|
TAccountCollectionMetadata extends string | AccountMeta<string> = string,
|
|
79
78
|
TAccountEditionAccount extends string | AccountMeta<string> = string,
|
|
80
79
|
TAccountBubblegumSigner extends string | AccountMeta<string> = string,
|
|
81
|
-
TAccountLogWrapper extends
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
| AccountMeta<string> = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
|
|
90
|
-
TAccountSystemProgram extends
|
|
91
|
-
| string
|
|
92
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
80
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
81
|
+
"noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV",
|
|
82
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
83
|
+
"cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK",
|
|
84
|
+
TAccountTokenMetadataProgram extends string | AccountMeta<string> =
|
|
85
|
+
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
|
|
86
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
87
|
+
"11111111111111111111111111111111",
|
|
93
88
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
94
89
|
> = Instruction<TProgram> &
|
|
95
90
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -63,15 +63,12 @@ export type MintV1Instruction<
|
|
|
63
63
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
64
64
|
TAccountPayer extends string | AccountMeta<string> = string,
|
|
65
65
|
TAccountTreeDelegate extends string | AccountMeta<string> = string,
|
|
66
|
-
TAccountLogWrapper extends
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
TAccountSystemProgram extends
|
|
73
|
-
| string
|
|
74
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
66
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
67
|
+
"noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV",
|
|
68
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
69
|
+
"cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK",
|
|
70
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
71
|
+
"11111111111111111111111111111111",
|
|
75
72
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
76
73
|
> = Instruction<TProgram> &
|
|
77
74
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -82,18 +82,14 @@ export type MintV2Instruction<
|
|
|
82
82
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
83
83
|
TAccountCoreCollection extends string | AccountMeta<string> = string,
|
|
84
84
|
TAccountMplCoreCpiSigner extends string | AccountMeta<string> = string,
|
|
85
|
-
TAccountLogWrapper extends
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
| AccountMeta<string> = "CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d",
|
|
94
|
-
TAccountSystemProgram extends
|
|
95
|
-
| string
|
|
96
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
85
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
86
|
+
"mnoopTCrg4p8ry25e4bcWA9XZjbNjMTfgYVGGEdRsf3",
|
|
87
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
88
|
+
"mcmt6YrQEMKw8Mw43FmpRLmf7BqRnFMKmAcbxE3xkAW",
|
|
89
|
+
TAccountMplCoreProgram extends string | AccountMeta<string> =
|
|
90
|
+
"CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d",
|
|
91
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
92
|
+
"11111111111111111111111111111111",
|
|
97
93
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
98
94
|
> = Instruction<TProgram> &
|
|
99
95
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -65,15 +65,12 @@ export type RedeemInstruction<
|
|
|
65
65
|
TAccountLeafDelegate extends string | AccountMeta<string> = string,
|
|
66
66
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
67
67
|
TAccountVoucher extends string | AccountMeta<string> = string,
|
|
68
|
-
TAccountLogWrapper extends
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
TAccountSystemProgram extends
|
|
75
|
-
| string
|
|
76
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
68
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
69
|
+
"noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV",
|
|
70
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
71
|
+
"cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK",
|
|
72
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
73
|
+
"11111111111111111111111111111111",
|
|
77
74
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
78
75
|
> = Instruction<TProgram> &
|
|
79
76
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -81,25 +81,20 @@ export type SetAndVerifyCollectionInstruction<
|
|
|
81
81
|
TAccountPayer extends string | AccountMeta<string> = string,
|
|
82
82
|
TAccountTreeDelegate extends string | AccountMeta<string> = string,
|
|
83
83
|
TAccountCollectionAuthority extends string | AccountMeta<string> = string,
|
|
84
|
-
TAccountCollectionAuthorityRecordPda extends
|
|
85
|
-
|
|
86
|
-
| AccountMeta<string> = "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY",
|
|
84
|
+
TAccountCollectionAuthorityRecordPda extends string | AccountMeta<string> =
|
|
85
|
+
"BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY",
|
|
87
86
|
TAccountCollectionMint extends string | AccountMeta<string> = string,
|
|
88
87
|
TAccountCollectionMetadata extends string | AccountMeta<string> = string,
|
|
89
88
|
TAccountEditionAccount extends string | AccountMeta<string> = string,
|
|
90
89
|
TAccountBubblegumSigner extends string | AccountMeta<string> = string,
|
|
91
|
-
TAccountLogWrapper extends
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
| AccountMeta<string> = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
|
|
100
|
-
TAccountSystemProgram extends
|
|
101
|
-
| string
|
|
102
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
90
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
91
|
+
"noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV",
|
|
92
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
93
|
+
"cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK",
|
|
94
|
+
TAccountTokenMetadataProgram extends string | AccountMeta<string> =
|
|
95
|
+
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
|
|
96
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
97
|
+
"11111111111111111111111111111111",
|
|
103
98
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
104
99
|
> = Instruction<TProgram> &
|
|
105
100
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -80,21 +80,16 @@ export type SetCollectionV2Instruction<
|
|
|
80
80
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
81
81
|
TAccountCoreCollection extends string | AccountMeta<string> = string,
|
|
82
82
|
TAccountNewCoreCollection extends string | AccountMeta<string> = string,
|
|
83
|
-
TAccountMplCoreCpiSigner extends
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
| string
|
|
94
|
-
| AccountMeta<string> = "CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d",
|
|
95
|
-
TAccountSystemProgram extends
|
|
96
|
-
| string
|
|
97
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
83
|
+
TAccountMplCoreCpiSigner extends string | AccountMeta<string> =
|
|
84
|
+
"CbNY3JiXdXNE9tPNEk1aRZVEkWdj2v7kfJLNQwZZgpXk",
|
|
85
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
86
|
+
"mnoopTCrg4p8ry25e4bcWA9XZjbNjMTfgYVGGEdRsf3",
|
|
87
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
88
|
+
"mcmt6YrQEMKw8Mw43FmpRLmf7BqRnFMKmAcbxE3xkAW",
|
|
89
|
+
TAccountMplCoreProgram extends string | AccountMeta<string> =
|
|
90
|
+
"CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d",
|
|
91
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
92
|
+
"11111111111111111111111111111111",
|
|
98
93
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
99
94
|
> = Instruction<TProgram> &
|
|
100
95
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -73,15 +73,12 @@ export type SetNonTransferableV2Instruction<
|
|
|
73
73
|
TAccountLeafDelegate extends string | AccountMeta<string> = string,
|
|
74
74
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
75
75
|
TAccountCoreCollection extends string | AccountMeta<string> = string,
|
|
76
|
-
TAccountLogWrapper extends
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
TAccountSystemProgram extends
|
|
83
|
-
| string
|
|
84
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
76
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
77
|
+
"mnoopTCrg4p8ry25e4bcWA9XZjbNjMTfgYVGGEdRsf3",
|
|
78
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
79
|
+
"mcmt6YrQEMKw8Mw43FmpRLmf7BqRnFMKmAcbxE3xkAW",
|
|
80
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
81
|
+
"11111111111111111111111111111111",
|
|
85
82
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
86
83
|
> = Instruction<TProgram> &
|
|
87
84
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -57,9 +57,8 @@ export type SetTreeDelegateInstruction<
|
|
|
57
57
|
TAccountTreeCreator extends string | AccountMeta<string> = string,
|
|
58
58
|
TAccountNewTreeDelegate extends string | AccountMeta<string> = string,
|
|
59
59
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
60
|
-
TAccountSystemProgram extends
|
|
61
|
-
|
|
62
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
60
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
61
|
+
"11111111111111111111111111111111",
|
|
63
62
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
64
63
|
> = Instruction<TProgram> &
|
|
65
64
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -71,15 +71,12 @@ export type ThawAndRevokeV2Instruction<
|
|
|
71
71
|
TAccountLeafDelegate extends string | AccountMeta<string> = string,
|
|
72
72
|
TAccountLeafOwner extends string | AccountMeta<string> = string,
|
|
73
73
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
74
|
-
TAccountLogWrapper extends
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
TAccountSystemProgram extends
|
|
81
|
-
| string
|
|
82
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
74
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
75
|
+
"mnoopTCrg4p8ry25e4bcWA9XZjbNjMTfgYVGGEdRsf3",
|
|
76
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
77
|
+
"mcmt6YrQEMKw8Mw43FmpRLmf7BqRnFMKmAcbxE3xkAW",
|
|
78
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
79
|
+
"11111111111111111111111111111111",
|
|
83
80
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
84
81
|
> = Instruction<TProgram> &
|
|
85
82
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -72,15 +72,12 @@ export type ThawV2Instruction<
|
|
|
72
72
|
TAccountLeafDelegate extends string | AccountMeta<string> = string,
|
|
73
73
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
74
74
|
TAccountCoreCollection extends string | AccountMeta<string> = string,
|
|
75
|
-
TAccountLogWrapper extends
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
TAccountSystemProgram extends
|
|
82
|
-
| string
|
|
83
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
75
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
76
|
+
"mnoopTCrg4p8ry25e4bcWA9XZjbNjMTfgYVGGEdRsf3",
|
|
77
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
78
|
+
"mcmt6YrQEMKw8Mw43FmpRLmf7BqRnFMKmAcbxE3xkAW",
|
|
79
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
80
|
+
"11111111111111111111111111111111",
|
|
84
81
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
85
82
|
> = Instruction<TProgram> &
|
|
86
83
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -62,15 +62,12 @@ export type TransferInstruction<
|
|
|
62
62
|
TAccountLeafDelegate extends string | AccountMeta<string> = string,
|
|
63
63
|
TAccountNewLeafOwner extends string | AccountMeta<string> = string,
|
|
64
64
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
65
|
-
TAccountLogWrapper extends
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
TAccountSystemProgram extends
|
|
72
|
-
| string
|
|
73
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
65
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
66
|
+
"noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV",
|
|
67
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
68
|
+
"cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK",
|
|
69
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
70
|
+
"11111111111111111111111111111111",
|
|
74
71
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
75
72
|
> = Instruction<TProgram> &
|
|
76
73
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -73,15 +73,12 @@ export type TransferV2Instruction<
|
|
|
73
73
|
TAccountNewLeafOwner extends string | AccountMeta<string> = string,
|
|
74
74
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
75
75
|
TAccountCoreCollection extends string | AccountMeta<string> = string,
|
|
76
|
-
TAccountLogWrapper extends
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
TAccountSystemProgram extends
|
|
83
|
-
| string
|
|
84
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
76
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
77
|
+
"mnoopTCrg4p8ry25e4bcWA9XZjbNjMTfgYVGGEdRsf3",
|
|
78
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
79
|
+
"mcmt6YrQEMKw8Mw43FmpRLmf7BqRnFMKmAcbxE3xkAW",
|
|
80
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
81
|
+
"11111111111111111111111111111111",
|
|
85
82
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
86
83
|
> = Instruction<TProgram> &
|
|
87
84
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -79,25 +79,20 @@ export type UnverifyCollectionInstruction<
|
|
|
79
79
|
TAccountPayer extends string | AccountMeta<string> = string,
|
|
80
80
|
TAccountTreeDelegate extends string | AccountMeta<string> = string,
|
|
81
81
|
TAccountCollectionAuthority extends string | AccountMeta<string> = string,
|
|
82
|
-
TAccountCollectionAuthorityRecordPda extends
|
|
83
|
-
|
|
84
|
-
| AccountMeta<string> = "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY",
|
|
82
|
+
TAccountCollectionAuthorityRecordPda extends string | AccountMeta<string> =
|
|
83
|
+
"BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY",
|
|
85
84
|
TAccountCollectionMint extends string | AccountMeta<string> = string,
|
|
86
85
|
TAccountCollectionMetadata extends string | AccountMeta<string> = string,
|
|
87
86
|
TAccountEditionAccount extends string | AccountMeta<string> = string,
|
|
88
87
|
TAccountBubblegumSigner extends string | AccountMeta<string> = string,
|
|
89
|
-
TAccountLogWrapper extends
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
| AccountMeta<string> = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
|
|
98
|
-
TAccountSystemProgram extends
|
|
99
|
-
| string
|
|
100
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
88
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
89
|
+
"noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV",
|
|
90
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
91
|
+
"cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK",
|
|
92
|
+
TAccountTokenMetadataProgram extends string | AccountMeta<string> =
|
|
93
|
+
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
|
|
94
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
95
|
+
"11111111111111111111111111111111",
|
|
101
96
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
102
97
|
> = Instruction<TProgram> &
|
|
103
98
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -72,15 +72,12 @@ export type UnverifyCreatorInstruction<
|
|
|
72
72
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
73
73
|
TAccountPayer extends string | AccountMeta<string> = string,
|
|
74
74
|
TAccountCreator extends string | AccountMeta<string> = string,
|
|
75
|
-
TAccountLogWrapper extends
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
TAccountSystemProgram extends
|
|
82
|
-
| string
|
|
83
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
75
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
76
|
+
"noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV",
|
|
77
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
78
|
+
"cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK",
|
|
79
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
80
|
+
"11111111111111111111111111111111",
|
|
84
81
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
85
82
|
> = Instruction<TProgram> &
|
|
86
83
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -77,15 +77,12 @@ export type UnverifyCreatorV2Instruction<
|
|
|
77
77
|
TAccountLeafOwner extends string | AccountMeta<string> = string,
|
|
78
78
|
TAccountLeafDelegate extends string | AccountMeta<string> = string,
|
|
79
79
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
80
|
-
TAccountLogWrapper extends
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
TAccountSystemProgram extends
|
|
87
|
-
| string
|
|
88
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
80
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
81
|
+
"mnoopTCrg4p8ry25e4bcWA9XZjbNjMTfgYVGGEdRsf3",
|
|
82
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
83
|
+
"mcmt6YrQEMKw8Mw43FmpRLmf7BqRnFMKmAcbxE3xkAW",
|
|
84
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
85
|
+
"11111111111111111111111111111111",
|
|
89
86
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
90
87
|
> = Instruction<TProgram> &
|
|
91
88
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -80,15 +80,12 @@ export type UpdateAssetDataV2Instruction<
|
|
|
80
80
|
TAccountLeafDelegate extends string | AccountMeta<string> = string,
|
|
81
81
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
82
82
|
TAccountCoreCollection extends string | AccountMeta<string> = string,
|
|
83
|
-
TAccountLogWrapper extends
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
TAccountSystemProgram extends
|
|
90
|
-
| string
|
|
91
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
83
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
84
|
+
"mnoopTCrg4p8ry25e4bcWA9XZjbNjMTfgYVGGEdRsf3",
|
|
85
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
86
|
+
"mcmt6YrQEMKw8Mw43FmpRLmf7BqRnFMKmAcbxE3xkAW",
|
|
87
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
88
|
+
"11111111111111111111111111111111",
|
|
92
89
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
93
90
|
> = Instruction<TProgram> &
|
|
94
91
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -78,25 +78,20 @@ export type UpdateMetadataInstruction<
|
|
|
78
78
|
TAccountAuthority extends string | AccountMeta<string> = string,
|
|
79
79
|
TAccountCollectionMint extends string | AccountMeta<string> = string,
|
|
80
80
|
TAccountCollectionMetadata extends string | AccountMeta<string> = string,
|
|
81
|
-
TAccountCollectionAuthorityRecordPda extends
|
|
82
|
-
|
|
83
|
-
| AccountMeta<string> = "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY",
|
|
81
|
+
TAccountCollectionAuthorityRecordPda extends string | AccountMeta<string> =
|
|
82
|
+
"BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY",
|
|
84
83
|
TAccountLeafOwner extends string | AccountMeta<string> = string,
|
|
85
84
|
TAccountLeafDelegate extends string | AccountMeta<string> = string,
|
|
86
85
|
TAccountPayer extends string | AccountMeta<string> = string,
|
|
87
86
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
88
|
-
TAccountLogWrapper extends
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
| AccountMeta<string> = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
|
|
97
|
-
TAccountSystemProgram extends
|
|
98
|
-
| string
|
|
99
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
87
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
88
|
+
"noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV",
|
|
89
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
90
|
+
"cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK",
|
|
91
|
+
TAccountTokenMetadataProgram extends string | AccountMeta<string> =
|
|
92
|
+
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
|
|
93
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
94
|
+
"11111111111111111111111111111111",
|
|
100
95
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
101
96
|
> = Instruction<TProgram> &
|
|
102
97
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -85,15 +85,12 @@ export type UpdateMetadataV2Instruction<
|
|
|
85
85
|
TAccountLeafDelegate extends string | AccountMeta<string> = string,
|
|
86
86
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
87
87
|
TAccountCoreCollection extends string | AccountMeta<string> = string,
|
|
88
|
-
TAccountLogWrapper extends
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
TAccountSystemProgram extends
|
|
95
|
-
| string
|
|
96
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
88
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
89
|
+
"mnoopTCrg4p8ry25e4bcWA9XZjbNjMTfgYVGGEdRsf3",
|
|
90
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
91
|
+
"mcmt6YrQEMKw8Mw43FmpRLmf7BqRnFMKmAcbxE3xkAW",
|
|
92
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
93
|
+
"11111111111111111111111111111111",
|
|
97
94
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
98
95
|
> = Instruction<TProgram> &
|
|
99
96
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -79,25 +79,20 @@ export type VerifyCollectionInstruction<
|
|
|
79
79
|
TAccountPayer extends string | AccountMeta<string> = string,
|
|
80
80
|
TAccountTreeDelegate extends string | AccountMeta<string> = string,
|
|
81
81
|
TAccountCollectionAuthority extends string | AccountMeta<string> = string,
|
|
82
|
-
TAccountCollectionAuthorityRecordPda extends
|
|
83
|
-
|
|
84
|
-
| AccountMeta<string> = "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY",
|
|
82
|
+
TAccountCollectionAuthorityRecordPda extends string | AccountMeta<string> =
|
|
83
|
+
"BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY",
|
|
85
84
|
TAccountCollectionMint extends string | AccountMeta<string> = string,
|
|
86
85
|
TAccountCollectionMetadata extends string | AccountMeta<string> = string,
|
|
87
86
|
TAccountEditionAccount extends string | AccountMeta<string> = string,
|
|
88
87
|
TAccountBubblegumSigner extends string | AccountMeta<string> = string,
|
|
89
|
-
TAccountLogWrapper extends
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
| AccountMeta<string> = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
|
|
98
|
-
TAccountSystemProgram extends
|
|
99
|
-
| string
|
|
100
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
88
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
89
|
+
"noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV",
|
|
90
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
91
|
+
"cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK",
|
|
92
|
+
TAccountTokenMetadataProgram extends string | AccountMeta<string> =
|
|
93
|
+
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
|
|
94
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
95
|
+
"11111111111111111111111111111111",
|
|
101
96
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
102
97
|
> = Instruction<TProgram> &
|
|
103
98
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -73,15 +73,12 @@ export type VerifyCreatorInstruction<
|
|
|
73
73
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
74
74
|
TAccountPayer extends string | AccountMeta<string> = string,
|
|
75
75
|
TAccountCreator extends string | AccountMeta<string> = string,
|
|
76
|
-
TAccountLogWrapper extends
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
TAccountSystemProgram extends
|
|
83
|
-
| string
|
|
84
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
76
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
77
|
+
"noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV",
|
|
78
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
79
|
+
"cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK",
|
|
80
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
81
|
+
"11111111111111111111111111111111",
|
|
85
82
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
86
83
|
> = Instruction<TProgram> &
|
|
87
84
|
InstructionWithData<ReadonlyUint8Array> &
|
|
@@ -77,15 +77,12 @@ export type VerifyCreatorV2Instruction<
|
|
|
77
77
|
TAccountLeafOwner extends string | AccountMeta<string> = string,
|
|
78
78
|
TAccountLeafDelegate extends string | AccountMeta<string> = string,
|
|
79
79
|
TAccountMerkleTree extends string | AccountMeta<string> = string,
|
|
80
|
-
TAccountLogWrapper extends
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
TAccountSystemProgram extends
|
|
87
|
-
| string
|
|
88
|
-
| AccountMeta<string> = "11111111111111111111111111111111",
|
|
80
|
+
TAccountLogWrapper extends string | AccountMeta<string> =
|
|
81
|
+
"mnoopTCrg4p8ry25e4bcWA9XZjbNjMTfgYVGGEdRsf3",
|
|
82
|
+
TAccountCompressionProgram extends string | AccountMeta<string> =
|
|
83
|
+
"mcmt6YrQEMKw8Mw43FmpRLmf7BqRnFMKmAcbxE3xkAW",
|
|
84
|
+
TAccountSystemProgram extends string | AccountMeta<string> =
|
|
85
|
+
"11111111111111111111111111111111",
|
|
89
86
|
TRemainingAccounts extends readonly AccountMeta<string>[] = [],
|
|
90
87
|
> = Instruction<TProgram> &
|
|
91
88
|
InstructionWithData<ReadonlyUint8Array> &
|