Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-tribeca
NewVoteInput
Interface NewVoteInput<TAccountProposal, TAccountVote, TAccountPayer, TAccountSystemProgram>
interface
NewVoteInput
<
TAccountProposal
extends
string
=
string
,
TAccountVote
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
{
bump
:
number
;
payer
:
TransactionSigner
<
TAccountPayer
>
;
proposal
:
Address
<
TAccountProposal
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
vote
:
Address
<
TAccountVote
>
;
voter
:
Address
;
}
Type Parameters
TAccountProposal
extends
string
=
string
TAccountVote
extends
string
=
string
TAccountPayer
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
bump
payer
proposal
system
Program?
vote
voter
Properties
bump
bump
:
number
payer
payer
:
TransactionSigner
<
TAccountPayer
>
proposal
proposal
:
Address
<
TAccountProposal
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
vote
vote
:
Address
<
TAccountVote
>
voter
voter
:
Address
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bump
payer
proposal
system
Program
vote
voter
Coda by Ian Macalinao
Loading...