UtxoInfo.fromRawJson constructor

UtxoInfo.fromRawJson(
  1. String str
)

Implementation

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