multicall

package
v0.0.0-...-3d859bf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PackAggregate3

func PackAggregate3(calls []AggregateCall3) ([]byte, error)

Types

type Aggregate3Result

type Aggregate3Result struct {
	Success    bool    "json:\"success\""
	ReturnData []uint8 "json:\"returnData\""
}

func UnpackAggregate3

func UnpackAggregate3(b []byte) (results []Aggregate3Result, err error)

type AggregateCall3

type AggregateCall3 struct {
	Target       ethCommon.Address
	AllowFailure bool
	CallData     []byte
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL