Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-voter-stake-registry
VoterWeightRecordArgs
Interface VoterWeightRecordArgs
interface
VoterWeightRecordArgs
{
governingTokenMint
:
Address
;
governingTokenOwner
:
Address
;
realm
:
Address
;
voterWeight
:
number
|
bigint
;
voterWeightExpiry
:
OptionOrNullable
<
number
|
bigint
>
;
weightAction
:
OptionOrNullable
<
number
>
;
weightActionTarget
:
OptionOrNullable
<
Address
>
;
}
Index
Properties
governing
Token
Mint
governing
Token
Owner
realm
voter
Weight
voter
Weight
Expiry
weight
Action
weight
Action
Target
Properties
governing
Token
Mint
governingTokenMint
:
Address
governing
Token
Owner
governingTokenOwner
:
Address
realm
realm
:
Address
voter
Weight
voterWeight
:
number
|
bigint
voter
Weight
Expiry
voterWeightExpiry
:
OptionOrNullable
<
number
|
bigint
>
weight
Action
weightAction
:
OptionOrNullable
<
number
>
weight
Action
Target
weightActionTarget
:
OptionOrNullable
<
Address
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
governing
Token
Mint
governing
Token
Owner
realm
voter
Weight
voter
Weight
Expiry
weight
Action
weight
Action
Target
Coda by Ian Macalinao
Loading...