Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-voter-stake-registry
WithdrawInput
Interface WithdrawInput<TAccountRegistrar, TAccountVoter, TAccountVoterAuthority, TAccountTokenOwnerRecord, TAccountVoterWeightRecord, TAccountVault, TAccountDestination, TAccountTokenProgram>
interface
WithdrawInput
<
TAccountRegistrar
extends
string
=
string
,
TAccountVoter
extends
string
=
string
,
TAccountVoterAuthority
extends
string
=
string
,
TAccountTokenOwnerRecord
extends
string
=
string
,
TAccountVoterWeightRecord
extends
string
=
string
,
TAccountVault
extends
string
=
string
,
TAccountDestination
extends
string
=
string
,
TAccountTokenProgram
extends
string
=
string
,
>
{
amount
:
number
|
bigint
;
depositEntryIndex
:
number
;
destination
:
Address
<
TAccountDestination
>
;
registrar
:
Address
<
TAccountRegistrar
>
;
tokenOwnerRecord
:
Address
<
TAccountTokenOwnerRecord
>
;
tokenProgram
?:
Address
<
TAccountTokenProgram
>
;
vault
:
Address
<
TAccountVault
>
;
voter
:
Address
<
TAccountVoter
>
;
voterAuthority
:
TransactionSigner
<
TAccountVoterAuthority
>
;
voterWeightRecord
:
Address
<
TAccountVoterWeightRecord
>
;
}
Type Parameters
TAccountRegistrar
extends
string
=
string
TAccountVoter
extends
string
=
string
TAccountVoterAuthority
extends
string
=
string
TAccountTokenOwnerRecord
extends
string
=
string
TAccountVoterWeightRecord
extends
string
=
string
TAccountVault
extends
string
=
string
TAccountDestination
extends
string
=
string
TAccountTokenProgram
extends
string
=
string
Index
Properties
amount
deposit
Entry
Index
destination
registrar
token
Owner
Record
token
Program?
vault
voter
voter
Authority
voter
Weight
Record
Properties
amount
amount
:
number
|
bigint
deposit
Entry
Index
depositEntryIndex
:
number
destination
destination
:
Address
<
TAccountDestination
>
registrar
registrar
:
Address
<
TAccountRegistrar
>
token
Owner
Record
tokenOwnerRecord
:
Address
<
TAccountTokenOwnerRecord
>
Optional
token
Program
tokenProgram
?:
Address
<
TAccountTokenProgram
>
vault
vault
:
Address
<
TAccountVault
>
voter
voter
:
Address
<
TAccountVoter
>
voter
Authority
voterAuthority
:
TransactionSigner
<
TAccountVoterAuthority
>
voter
Weight
Record
voterWeightRecord
:
Address
<
TAccountVoterWeightRecord
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
deposit
Entry
Index
destination
registrar
token
Owner
Record
token
Program
vault
voter
voter
Authority
voter
Weight
Record
Coda by Ian Macalinao
Loading...