• Deserializes a version 0 account transaction from the encoding expected by concordium nodes.

    Returns

    the deserialized transaction

    Throws

    if the buffer is not fully consumed during deserialization

    Parameters

    • value: ArrayBuffer | Cursor

      the bytes to deserialize, either as a Cursor or ArrayBuffer

    Returns AccountTransactionV0

Generated using TypeDoc