Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-mpl-bubblegum
CloseTreeV2Instruction
Type Alias CloseTreeV2Instruction<TProgram, TAccountTreeAuthority, TAccountAuthority, TAccountMerkleTree, TAccountRecipient, TAccountCompressionProgram, TAccountLogWrapper, TAccountSystemProgram, TRemainingAccounts>
CloseTreeV2Instruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountTreeAuthority
extends
string
?
WritableAccount
<
TAccountTreeAuthority
>
:
TAccountTreeAuthority
,
TAccountAuthority
extends
string
?
ReadonlySignerAccount
<
TAccountAuthority
>
&
AccountSignerMeta
<
TAccountAuthority
,
>
:
TAccountAuthority
,
TAccountMerkleTree
extends
string
?
WritableAccount
<
TAccountMerkleTree
>
:
TAccountMerkleTree
,
TAccountRecipient
extends
string
?
WritableAccount
<
TAccountRecipient
>
:
TAccountRecipient
,
TAccountCompressionProgram
extends
string
?
ReadonlyAccount
<
TAccountCompressionProgram
>
:
TAccountCompressionProgram
,
TAccountLogWrapper
extends
string
?
ReadonlyAccount
<
TAccountLogWrapper
>
:
TAccountLogWrapper
,
TAccountSystemProgram
extends
string
?
ReadonlyAccount
<
TAccountSystemProgram
>
:
TAccountSystemProgram
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
BUBBLEGUM_PROGRAM_ADDRESS
TAccountTreeAuthority
extends
string
|
AccountMeta
<
string
>
=
string
TAccountAuthority
extends
string
|
AccountMeta
<
string
>
=
string
TAccountMerkleTree
extends
string
|
AccountMeta
<
string
>
=
string
TAccountRecipient
extends
string
|
AccountMeta
<
string
>
=
string
TAccountCompressionProgram
extends
string
|
AccountMeta
<
string
>
=
"mcmt6YrQEMKw8Mw43FmpRLmf7BqRnFMKmAcbxE3xkAW"
TAccountLogWrapper
extends
string
|
AccountMeta
<
string
>
=
"mnoopTCrg4p8ry25e4bcWA9XZjbNjMTfgYVGGEdRsf3"
TAccountSystemProgram
extends
string
|
AccountMeta
<
string
>
=
"11111111111111111111111111111111"
TRemainingAccounts
extends
readonly
AccountMeta
<
string
>
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...