StakeTransaction.fromRawJson constructor

StakeTransaction.fromRawJson(
  1. String str
)

Implementation

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