Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLimitExceededError ¶
func NewLimitExceededError(msg string) *limitExceededError
func NewRejectedError ¶
func NewRejectedError(msg string) *rejectedError
func WrapOptionsCheckError ¶
Types ¶
type ConditionalOptions ¶
type ConditionalOptions struct { KnownAccounts map[common.Address]RootHashOrSlots `json:"knownAccounts"` BlockNumberMin *hexutil.Uint64 `json:"blockNumberMin,omitempty"` BlockNumberMax *hexutil.Uint64 `json:"blockNumberMax,omitempty"` TimestampMin *hexutil.Uint64 `json:"timestampMin,omitempty"` TimestampMax *hexutil.Uint64 `json:"timestampMax,omitempty"` }
type RootHashOrSlots ¶
func (RootHashOrSlots) MarshalJSON ¶
func (r RootHashOrSlots) MarshalJSON() ([]byte, error)
func (*RootHashOrSlots) UnmarshalJSON ¶
func (r *RootHashOrSlots) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.