Documentation ¶
Index ¶
- Variables
- func DecodeArguments(data []byte, args eth_abi.Arguments) (ast.Node, error)
- func DecodeLog(topics [][]byte, input []byte, event eth_abi.Event) (ast.Node, error)
- func DecodeTrace(input []byte, output []byte, method eth_abi.Method) (ast.Node, error)
- func DecodeValue(data []byte, t eth_abi.Type) (ast.Node, error)
- func ReadArray(next func() (*evmabi.Event, error, bool), length int) (ast.Node, error)
- func ReadKey(next func() (*evmabi.Event, error, bool)) (string, error)
- func ReadTuple(next func() (*evmabi.Event, error, bool), length int) (ast.Node, error)
- func ReadValue(next func() (*evmabi.Event, error, bool)) (ast.Node, error)
- func SplitInputs(inputs []eth_abi.Argument) ([]eth_abi.Argument, []eth_abi.Argument)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEndOfSeq = errors.New("end of seq")
Functions ¶
func DecodeTrace ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.