package mempoolpb

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BatchIDResponse

mempoolpb.proto:112

BatchIDResponse is a response to a RequestBatchID event.

Used in: Event

message BatchTimeout

mempoolpb.proto:120

BatchTimeout is sent by the timer to the mempool when a batch request times out.

Used in: Event

message Event

mempoolpb.proto:16

Used in: eventpb.Event

message NewBatch

mempoolpb.proto:58

NewBatch is a response to a RequestBatch event.

Used in: Event

message NewEpoch

mempoolpb.proto:36

Used in: Event

message NewTransactions

mempoolpb.proto:43

Used in: Event

message RequestBatch

mempoolpb.proto:50

RequestBatch is used by the availability layer to request a new batch of transactions from the mempool.

Used in: Event

message RequestBatchID

mempoolpb.proto:104

RequestBatchID allows other modules to request the mempool module to compute the ID of a batch. It is possible that some transactions in the batch are not present in the mempool.

Used in: Event

message RequestBatchIDOrigin

mempoolpb.proto:163

Used in: BatchIDResponse, RequestBatchID

message RequestBatchOrigin

mempoolpb.proto:133

Used in: NewBatch, RequestBatch

message RequestTransactionIDs

mempoolpb.proto:87

RequestTransactionIDs allows other modules to request the mempool module to compute IDs for the given transactions. It is possible that some of these transactions are not present in the mempool.

Used in: Event

message RequestTransactionIDsOrigin

mempoolpb.proto:153

Used in: RequestTransactionIDs, TransactionIDsResponse

message RequestTransactions

mempoolpb.proto:68

RequestTransactions allows the availability layer to request transactions from the mempool by their IDs. It is possible that some of these transactions are not present in the mempool.

Used in: Event

message RequestTransactionsOrigin

mempoolpb.proto:143

Used in: RequestTransactions, TransactionsResponse

message TransactionIDsResponse

mempoolpb.proto:95

TransactionIDsResponse is a response to a RequestTransactionIDs event.

Used in: Event

message TransactionsResponse

mempoolpb.proto:76

TransactionsResponse is a response to a RequestTransactions event.

Used in: Event