Skip to main content
Version: Next

wallet.webwallet.getchangeaddress

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

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