Deserializes a transaction, from the binary format used to send it to the node, back into an js object.
An object specifiying the blockItemKind that the transaction has. The object also contains the actual transaction under the transaction field.
A buffer containing the binary transaction. It is expected to start with the version and blockItemKind.
Generated using TypeDoc
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.