Documentation ¶
Index ¶
- func BatchIDResponse(destModule types.ModuleID, batchId types5.BatchID, ...) *types2.Event
- func BatchTimeout(destModule types.ModuleID, batchReqID uint64) *types2.Event
- func NewBatch(destModule types.ModuleID, txIds []types3.TxID, txs []*types4.Transaction, ...) *types2.Event
- func NewTransactions(destModule types.ModuleID, transactions []*types4.Transaction) *types2.Event
- func RequestBatch(destModule types.ModuleID, origin *types1.RequestBatchOrigin) *types2.Event
- func RequestBatchID(destModule types.ModuleID, txIds []types3.TxID, ...) *types2.Event
- func RequestTransactionIDs(destModule types.ModuleID, txs []*types4.Transaction, ...) *types2.Event
- func RequestTransactions(destModule types.ModuleID, txIds []types3.TxID, ...) *types2.Event
- func TransactionIDsResponse(destModule types.ModuleID, txIds []types3.TxID, ...) *types2.Event
- func TransactionsResponse(destModule types.ModuleID, present []bool, txs []*types4.Transaction, ...) *types2.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 []types3.TxID, txs []*types4.Transaction, origin *types1.RequestBatchOrigin) *types2.Event
func NewTransactions ¶ added in v0.4.0
func RequestBatch ¶
func RequestBatchID ¶
func RequestTransactionIDs ¶
func RequestTransactionIDs(destModule types.ModuleID, txs []*types4.Transaction, origin *types1.RequestTransactionIDsOrigin) *types2.Event
func RequestTransactions ¶
func TransactionIDsResponse ¶
func TransactionsResponse ¶
func TransactionsResponse(destModule types.ModuleID, present []bool, txs []*types4.Transaction, origin *types1.RequestTransactionsOrigin) *types2.Event
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.