UtxoInfo.fromRawJson constructor
UtxoInfo.fromRawJson(
- String str
Implementation
factory UtxoInfo.fromRawJson(String str) =>
UtxoInfo.fromJson(json.decode(str));
factory UtxoInfo.fromRawJson(String str) =>
UtxoInfo.fromJson(json.decode(str));