Type alias CashAddressResult

CashAddressResult: {
    address: string;
}

Type declaration

  • address: string

    The successfully encoded CashAddress.

Generated using TypeDoc