Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-voter-stake-registry
CloseDepositEntryInstruction
Type Alias CloseDepositEntryInstruction<TProgram, TAccountVoter, TAccountVoterAuthority, TRemainingAccounts>
CloseDepositEntryInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountVoter
extends
string
?
WritableAccount
<
TAccountVoter
>
:
TAccountVoter
,
TAccountVoterAuthority
extends
string
?
ReadonlySignerAccount
<
TAccountVoterAuthority
>
&
AccountSignerMeta
<
TAccountVoterAuthority
,
>
:
TAccountVoterAuthority
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
VOTER_STAKE_REGISTRY_PROGRAM_ADDRESS
TAccountVoter
extends
string
|
AccountMeta
=
string
TAccountVoterAuthority
extends
string
|
AccountMeta
=
string
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...