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