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