Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogFilter ¶
type LogFilter struct { Name string `json:"name"` FromBlock int64 `json:"fromBlock" db:"from_block"` ToBlock int64 `json:"toBlock" db:"to_block"` Address string `json:"address"` core.Topics `json:"topics"` }
func (*LogFilter) UnmarshalJSON ¶
type LogFilters ¶
type LogFilters []LogFilter
Click to show internal directories.
Click to hide internal directories.