Utxo.fromRawJson constructor

Utxo.fromRawJson(
  1. String str
)

Implementation

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