mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 19:36:44 +01:00
Add forged txs in batch endpoints response
This commit is contained in:
@@ -291,6 +291,7 @@ type BatchAPI struct {
|
||||
ExitRoot apitypes.BigIntStr `json:"exitRoot" meddler:"exit_root"`
|
||||
ForgeL1TxsNum *int64 `json:"forgeL1TransactionsNum" meddler:"forge_l1_txs_num"`
|
||||
SlotNum int64 `json:"slotNum" meddler:"slot_num"`
|
||||
ForgedTxs int `json:"forgedTransactions" meddler:"forged_txs"`
|
||||
TotalItems uint64 `json:"-" meddler:"total_items"`
|
||||
FirstItem uint64 `json:"-" meddler:"first_item"`
|
||||
LastItem uint64 `json:"-" meddler:"last_item"`
|
||||
|
||||
Reference in New Issue
Block a user