Get desktop application:
View/edit binary Protocol Buffers messages
BatchIDResponse is a response to a RequestBatchID event.
Used in:
BatchTimeout is sent by the timer to the mempool when a batch request times out.
Used in:
Used in:
NewBatch is a response to a RequestBatch event.
Used in:
Used in:
Used in:
RequestBatch is used by the availability layer to request a new batch of transactions from the mempool.
Used in:
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:
Used in: ,
Used in: ,
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:
Used in: ,
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:
Used in: ,
TransactionIDsResponse is a response to a RequestTransactionIDs event.
Used in:
TransactionsResponse is a response to a RequestTransactions event.
Used in: