Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-mpl-core
RemoveGroupsFromGroupV1Instruction
Type Alias RemoveGroupsFromGroupV1Instruction<TProgram, TAccountParentGroup, TAccountPayer, TAccountAuthority, TAccountSystemProgram, TRemainingAccounts>
RemoveGroupsFromGroupV1Instruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountParentGroup
extends
string
?
WritableAccount
<
TAccountParentGroup
>
:
TAccountParentGroup
,
TAccountPayer
extends
string
?
WritableSignerAccount
<
TAccountPayer
>
&
AccountSignerMeta
<
TAccountPayer
,
>
:
TAccountPayer
,
TAccountAuthority
extends
string
?
ReadonlySignerAccount
<
TAccountAuthority
>
&
AccountSignerMeta
<
TAccountAuthority
,
>
:
TAccountAuthority
,
TAccountSystemProgram
extends
string
?
ReadonlyAccount
<
TAccountSystemProgram
>
:
TAccountSystemProgram
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
MPL_CORE_PROGRAM_PROGRAM_ADDRESS
TAccountParentGroup
extends
string
|
AccountMeta
<
string
>
=
string
TAccountPayer
extends
string
|
AccountMeta
<
string
>
=
string
TAccountAuthority
extends
string
|
AccountMeta
<
string
>
=
string
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...