• Construct a CborAccountAddress from a base58check string.

    Returns

    The CborAccountAddress.

    Throws

    If the provided string is not: exactly 50 characters, a valid base58check encoding using version byte 1.

    Parameters

    • address: string

      String of base58check encoded account address, must use a byte version of 1.

    Returns CborAccountAddress

Generated using TypeDoc