Function decodeXAddress

  • Parameters

    • xAddress: string

    Returns {
        accountId: Uint8Array;
        tag: number | false;
        test: boolean;
    }

    • accountId: Uint8Array
    • tag: number | false
    • test: boolean

Generated using TypeDoc