Skip to main content
Version: Next

tx.txbuilder.setvotingprocedures

Home > @blaze-cardano/tx > TxBuilder > setVotingProcedures

TxBuilder.setVotingProcedures() method

Sets voting procedures for this transaction.

Adds governance voting procedures to the transaction body.

Signature:

setVotingProcedures(votingProcedures: VotingProcedures): TxBuilder;

Parameters

Parameter

Type

Description

votingProcedures

VotingProcedures

The set of voting procedures to attach.

Returns:

TxBuilder

{TxBuilder} The updated transaction builder.