Documentation
¶
Index ¶
- func BatchStored(m dsl.Module, destModule stdtypes.ModuleID, origin *types1.StoreBatchOrigin)
- func GarbageCollect(m dsl.Module, destModule stdtypes.ModuleID, ...)
- func LookupBatch[C any](m dsl.Module, destModule stdtypes.ModuleID, batchId types.BatchID, context *C)
- func LookupBatchResponse(m dsl.Module, destModule stdtypes.ModuleID, found bool, ...)
- func StoreBatch[C any](m dsl.Module, destModule stdtypes.ModuleID, batchId types.BatchID, ...)
- func UponBatchStored[C any](m dsl.Module, handler func(context *C) error)
- func UponEvent[W types.Event_TypeWrapper[Ev], Ev any](m dsl.Module, handler func(ev *Ev) error)
- func UponGarbageCollect(m dsl.Module, handler func(retentionIndex types4.RetentionIndex) error)
- func UponLookupBatch(m dsl.Module, ...)
- func UponLookupBatchResponse[C any](m dsl.Module, ...)
- func UponStoreBatch(m dsl.Module, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BatchStored ¶
func GarbageCollect ¶
func LookupBatch ¶
func LookupBatchResponse ¶
func LookupBatchResponse(m dsl.Module, destModule stdtypes.ModuleID, found bool, txs []*types2.Transaction, origin *types1.LookupBatchOrigin)
func StoreBatch ¶
func UponGarbageCollect ¶
func UponGarbageCollect(m dsl.Module, handler func(retentionIndex types4.RetentionIndex) error)
func UponLookupBatch ¶
func UponLookupBatchResponse ¶
func UponStoreBatch ¶
func UponStoreBatch(m dsl.Module, handler func(batchId types2.BatchID, txs []*types3.Transaction, retentionIndex types4.RetentionIndex, origin *types.StoreBatchOrigin) error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.