toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'ethereumBlockNum': ethereumBlockNum,
      'forgeL1L2BatchTimeout': forgeL1L2BatchTimeout,
      'feeAddToken': feeAddToken,
      'withdrawalDelay': withdrawalDelay,
      'buckets': buckets,
    };