Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-mpl-token-auth-rules
CreateOrUpdateInstruction
Type Alias CreateOrUpdateInstruction<TProgram, TAccountPayer, TAccountRuleSetPda, TAccountSystemProgram, TAccountBufferPda, TRemainingAccounts>
CreateOrUpdateInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountPayer
extends
string
?
WritableSignerAccount
<
TAccountPayer
>
&
AccountSignerMeta
<
TAccountPayer
,
>
:
TAccountPayer
,
TAccountRuleSetPda
extends
string
?
WritableAccount
<
TAccountRuleSetPda
>
:
TAccountRuleSetPda
,
TAccountSystemProgram
extends
string
?
ReadonlyAccount
<
TAccountSystemProgram
>
:
TAccountSystemProgram
,
TAccountBufferPda
extends
string
?
ReadonlyAccount
<
TAccountBufferPda
>
:
TAccountBufferPda
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
MPL_TOKEN_AUTH_RULES_PROGRAM_ADDRESS
TAccountPayer
extends
string
|
AccountMeta
<
string
>
=
string
TAccountRuleSetPda
extends
string
|
AccountMeta
<
string
>
=
string
TAccountSystemProgram
extends
string
|
AccountMeta
<
string
>
=
"11111111111111111111111111111111"
TAccountBufferPda
extends
string
|
AccountMeta
<
string
>
=
string
TRemainingAccounts
extends
readonly
AccountMeta
<
string
>
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...