LibTransaction
The LibTransaction
library provides functions for encoding and decoding a Transaction
struct into a byte array.
encode()
The encode
function takes a Transaction
struct and converts it into a byte array.
Input
Output
decode()
The decode
function takes a byte array and converts it back into a Transaction
struct.
Input
Output
Last updated