Skip to main content
Version: Next

wallet.hotwallet.getchangeaddress

Home > @blaze-cardano/wallet > HotWallet > getChangeAddress

HotWallet.getChangeAddress() method

Retrieves an address owned by the wallet which should be used to return transaction change.

Signature:

getChangeAddress(): Promise<Address>;

Returns:

Promise<Address>

{Promise

} - The change address.