Skip to main content
Version: Next

sdk.addvoteoptions

Home > @blaze-cardano/sdk > AddVoteOptions

AddVoteOptions interface

Options for adding one governance vote to a transaction.

Signature:

interface AddVoteOptions 

Properties

Property

Modifiers

Type

Description

actionId

GovernanceActionId

Governance action being voted on.

anchor?

Anchor

(Optional) Optional governance vote anchor.

redeemer?

PlutusData

(Optional) Redeemer for script DRep votes.

vote

Vote | VotingProcedure

Vote value or full voting procedure.

voter

Voter

Voter casting the governance vote.