Skip to main content
Version: 0.4.9

wallet.wallet.getchangeaddress

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

Wallet.getChangeAddress() method

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

Signature:

abstract getChangeAddress(): Promise<Address>;

Returns:

Promise<Address>

{Promise

} - The change address.