Versions in this module Expand all Collapse all v0 v0.34.11 Aug 6, 2021 Changes in this version + var ErrTxInCache = errors.New("tx already exists in cache") + func IsPreCheckError(err error) bool + type ErrMempoolIsFull struct + MaxTxs int + MaxTxsBytes int64 + NumTxs int + TxsBytes int64 + func (e ErrMempoolIsFull) Error() string + type ErrPreCheck struct + Reason error + func (e ErrPreCheck) Error() string + type ErrTxTooLarge struct + Actual int + Max int + func (e ErrTxTooLarge) Error() string