Coda by Ian Macalinao
Preparing search index...
@solana-programs/voter-stake-registry
ResetLockupInput
Type Alias ResetLockupInput<TAccountRegistrar, TAccountVoter, TAccountVoterAuthority>
type
ResetLockupInput
<
TAccountRegistrar
extends
string
=
string
,
TAccountVoter
extends
string
=
string
,
TAccountVoterAuthority
extends
string
=
string
,
>
=
{
depositEntryIndex
:
ResetLockupInstructionDataArgs
[
"depositEntryIndex"
]
;
kind
:
ResetLockupInstructionDataArgs
[
"kind"
]
;
periods
:
ResetLockupInstructionDataArgs
[
"periods"
]
;
registrar
:
Address
<
TAccountRegistrar
>
;
voter
:
Address
<
TAccountVoter
>
;
voterAuthority
:
TransactionSigner
<
TAccountVoterAuthority
>
;
}
Type Parameters
TAccountRegistrar
extends
string
=
string
TAccountVoter
extends
string
=
string
TAccountVoterAuthority
extends
string
=
string
Index
Properties
deposit
Entry
Index
kind
periods
registrar
voter
voter
Authority
Properties
deposit
Entry
Index
depositEntryIndex
:
ResetLockupInstructionDataArgs
[
"depositEntryIndex"
]
kind
kind
:
ResetLockupInstructionDataArgs
[
"kind"
]
periods
periods
:
ResetLockupInstructionDataArgs
[
"periods"
]
registrar
registrar
:
Address
<
TAccountRegistrar
>
voter
voter
:
Address
<
TAccountVoter
>
voter
Authority
voterAuthority
:
TransactionSigner
<
TAccountVoterAuthority
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deposit
Entry
Index
kind
periods
registrar
voter
voter
Authority
Coda by Ian Macalinao
Loading...