Skip to main content
Version: Next

sdk.hotsinglewallet.getchangeaddress

Home > @blaze-cardano/sdk > 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.