RevealTransaction.fromRawJson constructor

RevealTransaction.fromRawJson(
  1. String str
)

Implementation

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