Skip to main content
Version: 0.4.9

wallet.cip30interface.getchangeaddress

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

CIP30Interface.getChangeAddress() method

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

Signature:

getChangeAddress(): Promise<string>;

Returns:

Promise<string>

{Promise} - The change address.