• Construct an AccountAddress from a base58check string.

    Throws

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

    Returns

    The AccountAddress.

    Parameters

    • address: string

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

    Returns AccountAddress

Generated using TypeDoc