jsonMap method

Map<String, dynamic> jsonMap({
  1. bool asHex = false,
})

Implementation

Map<String, dynamic> jsonMap({bool asHex = false}) => {
      "operator": operator.address,
      "withdrawal": withdrawal.jsonMap(asHex: asHex),
      "fee": fee.toInt(),
      "nonce": nonce.toInt(),
    };