Skip to main content
Version: 0.4.9

wallet.hotsinglewallet.getchangeaddress

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

HotSingleWallet.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.