Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-tribeca
CastVoteInput
Interface CastVoteInput<TAccountLocker, TAccountEscrow, TAccountVoteDelegate, TAccountProposal, TAccountVote, TAccountGovernor, TAccountGovernProgram>
interface
CastVoteInput
<
TAccountLocker
extends
string
=
string
,
TAccountEscrow
extends
string
=
string
,
TAccountVoteDelegate
extends
string
=
string
,
TAccountProposal
extends
string
=
string
,
TAccountVote
extends
string
=
string
,
TAccountGovernor
extends
string
=
string
,
TAccountGovernProgram
extends
string
=
string
,
>
{
escrow
:
Address
<
TAccountEscrow
>
;
governor
:
Address
<
TAccountGovernor
>
;
governProgram
:
Address
<
TAccountGovernProgram
>
;
locker
:
Address
<
TAccountLocker
>
;
proposal
:
Address
<
TAccountProposal
>
;
side
:
number
;
vote
:
Address
<
TAccountVote
>
;
voteDelegate
:
TransactionSigner
<
TAccountVoteDelegate
>
;
}
Type Parameters
TAccountLocker
extends
string
=
string
TAccountEscrow
extends
string
=
string
TAccountVoteDelegate
extends
string
=
string
TAccountProposal
extends
string
=
string
TAccountVote
extends
string
=
string
TAccountGovernor
extends
string
=
string
TAccountGovernProgram
extends
string
=
string
Index
Properties
escrow
governor
govern
Program
locker
proposal
side
vote
vote
Delegate
Properties
escrow
escrow
:
Address
<
TAccountEscrow
>
governor
governor
:
Address
<
TAccountGovernor
>
govern
Program
governProgram
:
Address
<
TAccountGovernProgram
>
locker
locker
:
Address
<
TAccountLocker
>
proposal
proposal
:
Address
<
TAccountProposal
>
side
side
:
number
vote
vote
:
Address
<
TAccountVote
>
vote
Delegate
voteDelegate
:
TransactionSigner
<
TAccountVoteDelegate
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
escrow
governor
govern
Program
locker
proposal
side
vote
vote
Delegate
Coda by Ian Macalinao
Loading...