tx.addvoteoptions
Home > @blaze-cardano/tx > AddVoteOptions
AddVoteOptions interface
Options for adding one governance vote to a transaction.
Signature:
export interface AddVoteOptions
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
GovernanceActionId |
Governance action being voted on. | ||
|
Anchor |
(Optional) Optional governance vote anchor. | ||
|
PlutusData |
(Optional) Redeemer for script DRep votes. | ||
|
Vote | VotingProcedure |
Vote value or full voting procedure. | ||
|
Voter |
Voter casting the governance vote. |