UnstakeTransaction.fromRawJson constructor

UnstakeTransaction.fromRawJson(
  1. String str
)

Implementation

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