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