• Construct an AccountAddress from a buffer of bytes.

    Throws

    If the provided buffer does not contain exactly 32 bytes.

    Returns

    The AccountAddress.

    Parameters

    • buffer: ArrayBuffer

      Buffer containing exactly 32 bytes representing the address of the account.

    Returns AccountAddress

Generated using TypeDoc