Type alias CashAddressFormatCorrection

CashAddressFormatCorrection: {
    address: string;
    corrections: [] | [number, number] | [number];
}

Type declaration

  • address: string

    The corrected address in CashAddressFormat (including the prefix).

  • corrections: [] | [number, number] | [number]

    An array of up to two numbers (in ascending order) indicating the index of each corrected character within the corrected address.

Generated using TypeDoc