Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultTxCacheSize = 10000 DefaultTxSetTick = 100 * time.Millisecond DefaultTxSetSize = 10 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxCache ¶
type TxCache struct { TxSetC chan []*types.Transaction RecvTxC chan *types.Transaction TxRespC chan *common.TxWithResp CloseC chan bool // contains filtered or unexported fields }
func NewTxCache ¶
func (*TxCache) ListenEvent ¶
func (tc *TxCache) ListenEvent()
Click to show internal directories.
Click to hide internal directories.