Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
Filter defines the side filter instance, it implements the TxFilter interface.
func (*Filter) MatchConfirmed ¶
func (f *Filter) MatchConfirmed(tx *types.Transaction) bool
MatchConfirmed returns if a confirmed (packed into a block) transaction matches the filter.
func (*Filter) MatchUnconfirmed ¶
func (f *Filter) MatchUnconfirmed(tx *types.Transaction) bool
MatchUnconfirmed returns if a unconfirmed (not packed into a block yet) transaction matches the filter.
Click to show internal directories.
Click to hide internal directories.