Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-voter-stake-registry
UpdateVoterWeightRecordInput
Interface UpdateVoterWeightRecordInput<TAccountRegistrar, TAccountVoter, TAccountVoterWeightRecord, TAccountSystemProgram>
interface
UpdateVoterWeightRecordInput
<
TAccountRegistrar
extends
string
=
string
,
TAccountVoter
extends
string
=
string
,
TAccountVoterWeightRecord
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
{
registrar
:
Address
<
TAccountRegistrar
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
voter
:
Address
<
TAccountVoter
>
;
voterWeightRecord
:
Address
<
TAccountVoterWeightRecord
>
;
}
Type Parameters
TAccountRegistrar
extends
string
=
string
TAccountVoter
extends
string
=
string
TAccountVoterWeightRecord
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
registrar
system
Program?
voter
voter
Weight
Record
Properties
registrar
registrar
:
Address
<
TAccountRegistrar
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
voter
voter
:
Address
<
TAccountVoter
>
voter
Weight
Record
voterWeightRecord
:
Address
<
TAccountVoterWeightRecord
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
registrar
system
Program
voter
voter
Weight
Record
Coda by Ian Macalinao
Loading...