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