Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-tribeca
SetVoteInput
Interface SetVoteInput<TAccountGovernor, TAccountProposal, TAccountVote, TAccountElectorate>
interface
SetVoteInput
<
TAccountGovernor
extends
string
=
string
,
TAccountProposal
extends
string
=
string
,
TAccountVote
extends
string
=
string
,
TAccountElectorate
extends
string
=
string
,
>
{
electorate
:
TransactionSigner
<
TAccountElectorate
>
;
governor
:
Address
<
TAccountGovernor
>
;
proposal
:
Address
<
TAccountProposal
>
;
side
:
number
;
vote
:
Address
<
TAccountVote
>
;
weight
:
number
|
bigint
;
}
Type Parameters
TAccountGovernor
extends
string
=
string
TAccountProposal
extends
string
=
string
TAccountVote
extends
string
=
string
TAccountElectorate
extends
string
=
string
Index
Properties
electorate
governor
proposal
side
vote
weight
Properties
electorate
electorate
:
TransactionSigner
<
TAccountElectorate
>
governor
governor
:
Address
<
TAccountGovernor
>
proposal
proposal
:
Address
<
TAccountProposal
>
side
side
:
number
vote
vote
:
Address
<
TAccountVote
>
weight
weight
:
number
|
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
electorate
governor
proposal
side
vote
weight
Coda by Ian Macalinao
Loading...