Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-voter-stake-registry
CreateVoterAsyncInput
Interface CreateVoterAsyncInput<TAccountRegistrar, TAccountVoter, TAccountVoterAuthority, TAccountVoterWeightRecord, TAccountPayer, TAccountSystemProgram, TAccountRent, TAccountInstructions>
interface
CreateVoterAsyncInput
<
TAccountRegistrar
extends
string
=
string
,
TAccountVoter
extends
string
=
string
,
TAccountVoterAuthority
extends
string
=
string
,
TAccountVoterWeightRecord
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
TAccountRent
extends
string
=
string
,
TAccountInstructions
extends
string
=
string
,
>
{
instructions
:
Address
<
TAccountInstructions
>
;
payer
:
TransactionSigner
<
TAccountPayer
>
;
registrar
:
Address
<
TAccountRegistrar
>
;
rent
?:
Address
<
TAccountRent
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
voter
?:
Address
<
TAccountVoter
>
;
voterAuthority
:
TransactionSigner
<
TAccountVoterAuthority
>
;
voterBump
:
number
;
voterWeightRecord
?:
Address
<
TAccountVoterWeightRecord
>
;
voterWeightRecordBump
:
number
;
}
Type Parameters
TAccountRegistrar
extends
string
=
string
TAccountVoter
extends
string
=
string
TAccountVoterAuthority
extends
string
=
string
TAccountVoterWeightRecord
extends
string
=
string
TAccountPayer
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
TAccountRent
extends
string
=
string
TAccountInstructions
extends
string
=
string
Index
Properties
instructions
payer
registrar
rent?
system
Program?
voter?
voter
Authority
voter
Bump
voter
Weight
Record?
voter
Weight
Record
Bump
Properties
instructions
instructions
:
Address
<
TAccountInstructions
>
payer
payer
:
TransactionSigner
<
TAccountPayer
>
registrar
registrar
:
Address
<
TAccountRegistrar
>
Optional
rent
rent
?:
Address
<
TAccountRent
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
Optional
voter
voter
?:
Address
<
TAccountVoter
>
voter
Authority
voterAuthority
:
TransactionSigner
<
TAccountVoterAuthority
>
voter
Bump
voterBump
:
number
Optional
voter
Weight
Record
voterWeightRecord
?:
Address
<
TAccountVoterWeightRecord
>
voter
Weight
Record
Bump
voterWeightRecordBump
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
instructions
payer
registrar
rent
system
Program
voter
voter
Authority
voter
Bump
voter
Weight
Record
voter
Weight
Record
Bump
Coda by Ian Macalinao
Loading...