Documentation ¶
Index ¶
Constants ¶
View Source
const TxCheckerNumWorkers = 4 // XXX: maybe this value should be configurable by user?
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxSubmitChecker ¶
type TxSubmitChecker struct {
// contains filtered or unexported fields
}
func NewTxSubmitChecker ¶
func NewTxSubmitChecker( inQueue <-chan relay.PendingSubmittedTxInfo, storage relay.Storage, rpcClient rpcclient.Client, logger *zap.Logger, checkSubmittedTxStatusDelay uint64, ) *TxSubmitChecker
Click to show internal directories.
Click to hide internal directories.