toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'itemId': itemId,
      'batchNum': batchNum,
      'ethereumBlockNum': ethereumBlockNum,
      'ethereumBlockHash': ethereumBlockHash,
      'timestamp': timestamp,
      'forgerAddr': forgerAddr,
      'collectedFees': collectedFees,
      'historicTotalCollectedFeesUSD': historicTotalCollectedFeesUSD,
      'stateRoot': stateRoot,
      'numAccounts': numAccounts,
      'exitRoot': exitRoot,
      'forgeL1TransactionsNum': forgeL1TransactionsNum,
      'slotNum': slotNum,
      'forgedTransactions': forgedTransactions
    };