transactionResultFromJson function
- String str
Implementation
TransactionResult transactionResultFromJson(String str) => TransactionResult.fromJson(json.decode(str));
TransactionResult transactionResultFromJson(String str) => TransactionResult.fromJson(json.decode(str));