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