Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-voter-stake-registry
InternalTransferUnlockedInstruction
Type Alias InternalTransferUnlockedInstruction<TProgram, TAccountRegistrar, TAccountVoter, TAccountVoterAuthority, TRemainingAccounts>
InternalTransferUnlockedInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountRegistrar
extends
string
?
ReadonlyAccount
<
TAccountRegistrar
>
:
TAccountRegistrar
,
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
TAccountRegistrar
extends
string
|
AccountMeta
=
string
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...