Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEthClient ¶ added in v1.3.0
Types ¶
type FilterFunc ¶
type LogsStream ¶
type LogsStream struct {
// contains filtered or unexported fields
}
func NewDefaultLogsStream ¶ added in v1.3.0
func NewDefaultLogsStream(log []types.Log) (*LogsStream, error)
func NewLogsStream ¶
func NewLogsStream(log []types.Log, client *ethClient) *LogsStream
func (*LogsStream) FilterLog ¶
func (l *LogsStream) FilterLog(filter FilterFunc) *LogsStream
func (*LogsStream) TxFromAndTo ¶ added in v1.3.0
func (l *LogsStream) TxFromAndTo(from []common.Address) *LogsStream
Click to show internal directories.
Click to hide internal directories.