Coda by Ian Macalinao
Preparing search index...
@solana-programs/voter-stake-registry
UpdateMaxVoteWeightInput
Type Alias UpdateMaxVoteWeightInput<TAccountRegistrar, TAccountMaxVoteWeightRecord>
type
UpdateMaxVoteWeightInput
<
TAccountRegistrar
extends
string
=
string
,
TAccountMaxVoteWeightRecord
extends
string
=
string
,
>
=
{
maxVoteWeightRecord
:
Address
<
TAccountMaxVoteWeightRecord
>
;
registrar
:
Address
<
TAccountRegistrar
>
;
}
Type Parameters
TAccountRegistrar
extends
string
=
string
TAccountMaxVoteWeightRecord
extends
string
=
string
Index
Properties
max
Vote
Weight
Record
registrar
Properties
max
Vote
Weight
Record
maxVoteWeightRecord
:
Address
<
TAccountMaxVoteWeightRecord
>
registrar
registrar
:
Address
<
TAccountRegistrar
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
Vote
Weight
Record
registrar
Coda by Ian Macalinao
Loading...