Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventLog ¶
func (EventLog) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventLog) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*EventLog) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventLog) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Log ¶
type Log struct { Address *bytes.Address `json:"address"` Topics []*bytes.Hash `json:"topics"` Data []byte `json:"data"` BlockNumber uint64 `json:"blockNumber"` TxHash *bytes.Hash `json:"transactionHash"` TxIndex uint `json:"transactionIndex"` BlockHash *bytes.Hash `json:"blockHash"` Index uint `json:"logIndex"` Removed bool `json:"removed"` }
func (Log) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Log) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Log) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Log) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.