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