Documentation
¶
Index ¶
- func BatchStored(dest t.ModuleID, origin *batchdbpb.StoreBatchOrigin) *eventpb.Event
- func Event(dest t.ModuleID, ev *batchdbpb.Event) *eventpb.Event
- func LookupBatch(dest t.ModuleID, batchID t.BatchID, origin *batchdbpb.LookupBatchOrigin) *eventpb.Event
- func LookupBatchResponse(dest t.ModuleID, found bool, txs []*requestpb.Request, metadata []byte, ...) *eventpb.Event
- func StoreBatch(dest t.ModuleID, batchID t.BatchID, txIDs []t.TxID, txs []*requestpb.Request, ...) *eventpb.Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BatchStored ¶
BatchStored is a response to a StoreBatch event.
func LookupBatch ¶
func LookupBatch(dest t.ModuleID, batchID t.BatchID, origin *batchdbpb.LookupBatchOrigin) *eventpb.Event
LookupBatch is used to pull a batch with its metadata from the local batch database.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.