toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'network': network!.toJson(),
      'metrics': metrics,
      'rollup': rollup,
      'auction': auction,
      'withdrawalDelayer': withdrawalDelayer!.toJson(),
      'recommendedFee': recommendedFee!.toJson(),
    };