StakeOutput.fromRawJson constructor

StakeOutput.fromRawJson(
  1. String str
)

Implementation

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