Acts as an inverse for jsonStringify.
jsonStringify
Manually convert the JSON structure instead. For account transactions, parse the output with something that handles deserializingbigints, e.g. the json-bigint dependency, and use AccountTransactionHandler.fromJSON.
bigint
json-bigint
AccountTransactionHandler.fromJSON
Optional
Generated using TypeDoc
Acts as an inverse for
jsonStringify
.Deprecated
Manually convert the JSON structure instead. For account transactions, parse the output with something that handles deserializing
bigint
s, e.g. thejson-bigint
dependency, and useAccountTransactionHandler.fromJSON
.