toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'transactionsPerBatch': transactionsPerBatch,
      'batchFrequency': batchFrequency,
      'transactionsPerSecond': transactionsPerSecond,
      'wallets': wallets,
      'avgTransactionFee': avgTransactionFee,
      'estimatedTimeToForgeL1': estimatedTimeToForgeL1,
    };