abiparse

package
v0.1.24 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseData

func ParseData(data []byte, contractABI *abi.ABI) (*abi.Method, []interface{}, error)

ParseData parses call data into the method and its arguments.

func ParseError

func ParseError(data []byte, contractABI *abi.ABI) (*abi.Error, []interface{}, error)

func ParseEvent

func ParseEvent(topics [][]byte, data []byte, contractABI *abi.ABI) (*abi.Event, []interface{}, error)

func ParseResult

func ParseResult(result []byte, method *abi.Method) ([]interface{}, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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