Converts a JSON string transaction representation to a Transaction.
Transaction
the parsed transaction
const builder = Transaction.fromJSONString(jsonString, Transaction.builderFromJSON);
the json string to convert
a function to convert the intermediary value parsed.
Generated using TypeDoc
Converts a JSON string transaction representation to a
Transaction.Returns
the parsed transaction
Example