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} the same transaction builder