Skip to main content
Version: Next

sdk.txbuilder.addvote

Home > @blaze-cardano/sdk > TxBuilder > addVote

TxBuilder.addVote() method

Add a governance vote to the transaction.

Script DRep votes must provide a redeemer. Key DRep, committee, and stake pool votes must not.

Signature:

addVote(options: AddVoteOptions): TxBuilder;

Parameters

Parameter

Type

Description

options

AddVoteOptions

Returns:

TxBuilder