Coda by Ian Macalinao
Preparing search index...
@solana-programs/tribeca
NewVoteInput
Type Alias NewVoteInput<TAccountProposal, TAccountVote, TAccountPayer, TAccountSystemProgram>
type
NewVoteInput
<
TAccountProposal
extends
string
=
string
,
TAccountVote
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
=
{
bump
:
NewVoteInstructionDataArgs
[
"bump"
]
;
payer
:
TransactionSigner
<
TAccountPayer
>
;
proposal
:
Address
<
TAccountProposal
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
vote
:
Address
<
TAccountVote
>
;
voter
:
NewVoteInstructionDataArgs
[
"voter"
]
;
}
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
:
NewVoteInstructionDataArgs
[
"bump"
]
payer
payer
:
TransactionSigner
<
TAccountPayer
>
proposal
proposal
:
Address
<
TAccountProposal
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
vote
vote
:
Address
<
TAccountVote
>
voter
voter
:
NewVoteInstructionDataArgs
[
"voter"
]
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...