Function deserializeTransaction

  • Deserializes a transaction, from the binary format used to send it to the node, back into an js object.

    Returns

    An object specifiying the blockItemKind that the transaction has. The object also contains the actual transaction under the transaction field.

    Parameters

    • serializedTransaction: ArrayBuffer

      A buffer containing the binary transaction. It is expected to start with the version and blockItemKind.

    Returns BlockItem

Generated using TypeDoc