Documentation ¶
Index ¶
Constants ¶
View Source
const ( AggregateMethod = "0x252dba42" DefaultGasValue = uint64(17179869184) )
Variables ¶
View Source
var AggregateMethodBytes []byte
Functions ¶
This section is empty.
Types ¶
type BigIntJSONString ¶
func (BigIntJSONString) MarshalJSON ¶
func (i BigIntJSONString) MarshalJSON() ([]byte, error)
type CallResult ¶
type CallResult struct { Raw []byte Decoded []interface{} }
type Multicall ¶
type Option ¶
type Option func(*Config)
func SetContractAddress ¶
SetContractAddress will update the contract address for the Config
type Result ¶
type Result struct { BlockNumber uint64 Calls map[string]CallResult }
type ViewCall ¶
type ViewCall struct {
// contains filtered or unexported fields
}
func NewViewCall ¶
Click to show internal directories.
Click to hide internal directories.