Coda by Ian Macalinao
Preparing search index...
@solana-programs/voter-stake-registry
ConfigureVotingMintInput
Type Alias ConfigureVotingMintInput<TAccountRegistrar, TAccountRealmAuthority, TAccountMint>
type
ConfigureVotingMintInput
<
TAccountRegistrar
extends
string
=
string
,
TAccountRealmAuthority
extends
string
=
string
,
TAccountMint
extends
string
=
string
,
>
=
{
baselineVoteWeightScaledFactor
:
ConfigureVotingMintInstructionDataArgs
[
"baselineVoteWeightScaledFactor"
]
;
digitShift
:
ConfigureVotingMintInstructionDataArgs
[
"digitShift"
]
;
grantAuthority
:
ConfigureVotingMintInstructionDataArgs
[
"grantAuthority"
]
;
idx
:
ConfigureVotingMintInstructionDataArgs
[
"idx"
]
;
lockupSaturationSecs
:
ConfigureVotingMintInstructionDataArgs
[
"lockupSaturationSecs"
]
;
maxExtraLockupVoteWeightScaledFactor
:
ConfigureVotingMintInstructionDataArgs
[
"maxExtraLockupVoteWeightScaledFactor"
]
;
mint
:
Address
<
TAccountMint
>
;
realmAuthority
:
TransactionSigner
<
TAccountRealmAuthority
>
;
registrar
:
Address
<
TAccountRegistrar
>
;
}
Type Parameters
TAccountRegistrar
extends
string
=
string
TAccountRealmAuthority
extends
string
=
string
TAccountMint
extends
string
=
string
Index
Properties
baseline
Vote
Weight
Scaled
Factor
digit
Shift
grant
Authority
idx
lockup
Saturation
Secs
max
Extra
Lockup
Vote
Weight
Scaled
Factor
mint
realm
Authority
registrar
Properties
baseline
Vote
Weight
Scaled
Factor
baselineVoteWeightScaledFactor
:
ConfigureVotingMintInstructionDataArgs
[
"baselineVoteWeightScaledFactor"
]
digit
Shift
digitShift
:
ConfigureVotingMintInstructionDataArgs
[
"digitShift"
]
grant
Authority
grantAuthority
:
ConfigureVotingMintInstructionDataArgs
[
"grantAuthority"
]
idx
idx
:
ConfigureVotingMintInstructionDataArgs
[
"idx"
]
lockup
Saturation
Secs
lockupSaturationSecs
:
ConfigureVotingMintInstructionDataArgs
[
"lockupSaturationSecs"
]
max
Extra
Lockup
Vote
Weight
Scaled
Factor
maxExtraLockupVoteWeightScaledFactor
:
ConfigureVotingMintInstructionDataArgs
[
"maxExtraLockupVoteWeightScaledFactor"
]
mint
mint
:
Address
<
TAccountMint
>
realm
Authority
realmAuthority
:
TransactionSigner
<
TAccountRealmAuthority
>
registrar
registrar
:
Address
<
TAccountRegistrar
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
baseline
Vote
Weight
Scaled
Factor
digit
Shift
grant
Authority
idx
lockup
Saturation
Secs
max
Extra
Lockup
Vote
Weight
Scaled
Factor
mint
realm
Authority
registrar
Coda by Ian Macalinao
Loading...