UTxnResponse.fromJson constructor
UTxnResponse.fromJson(
- String str
Implementation
factory UTxnResponse.fromJson(String str) => UTxnResponse.fromMap(json.decode(str));
factory UTxnResponse.fromJson(String str) => UTxnResponse.fromMap(json.decode(str));