sdk.txbuilder.setcollateralchangeaddress
Home > @blaze-cardano/sdk > TxBuilder > setCollateralChangeAddress
TxBuilder.setCollateralChangeAddress() method
Sets the collateral change address for the transaction. This address will receive the collateral change if there is any.
Signature:
setCollateralChangeAddress(address: Address): TxBuilder;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| address | The address to receive the collateral change. | 
Returns:
{TxBuilder} The same transaction builder