Skip to main content
Version: 0.2.38

sdk.txbuilder.setfeepadding

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

TxBuilder.setFeePadding() method

Sets an additional padding to add onto the transactions. Use this only in emergencies, and please open a ticket at https://github.com/butaneprotocol/blaze-cardano so we can correct the fee calculation!

Signature:

setFeePadding(pad: bigint): TxBuilder;

Parameters

Parameter

Type

Description

pad

bigint

The padding to add onto the transaction fee

Returns:

TxBuilder

{TxBuilder} the same transaction builder