Documentation ¶
Index ¶
- func BatchIDResponse(destModule types.ModuleID, batchId types5.BatchID, ...) *types3.Event
- func BatchTimeout(destModule types.ModuleID, batchReqID uint64) *types3.Event
- func NewBatch(destModule types.ModuleID, txIds []types1.TxID, txs []*types4.Transaction, ...) *types3.Event
- func NewEpoch(destModule types.ModuleID, epochNr types1.EpochNr, ...) *types3.Event
- func NewTransactions(destModule types.ModuleID, transactions []*types4.Transaction) *types3.Event
- func RequestBatch(destModule types.ModuleID, epoch types1.EpochNr, ...) *types3.Event
- func RequestBatchID(destModule types.ModuleID, txIds []types1.TxID, ...) *types3.Event
- func RequestTransactionIDs(destModule types.ModuleID, txs []*types4.Transaction, ...) *types3.Event
- func RequestTransactions(destModule types.ModuleID, txIds []types1.TxID, ...) *types3.Event
- func TransactionIDsResponse(destModule types.ModuleID, txIds []types1.TxID, ...) *types3.Event
- func TransactionsResponse(destModule types.ModuleID, foundIds []types1.TxID, ...) *types3.Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BatchIDResponse ¶
func BatchTimeout ¶ added in v0.4.1
func NewBatch ¶
func NewBatch(destModule types.ModuleID, txIds []types1.TxID, txs []*types4.Transaction, origin *types2.RequestBatchOrigin) *types3.Event
func NewTransactions ¶ added in v0.4.0
func RequestBatch ¶
func RequestBatchID ¶
func RequestTransactionIDs ¶
func RequestTransactionIDs(destModule types.ModuleID, txs []*types4.Transaction, origin *types2.RequestTransactionIDsOrigin) *types3.Event
func RequestTransactions ¶
func TransactionIDsResponse ¶
func TransactionsResponse ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.