 Documentation
      ¶
      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 *math.HexOrDecimal64               `json:"blockNumberMin,omitempty"`
	BlockNumberMax *math.HexOrDecimal64               `json:"blockNumberMax,omitempty"`
	TimestampMin   *math.HexOrDecimal64               `json:"timestampMin,omitempty"`
	TimestampMax   *math.HexOrDecimal64               `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.