abi

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: LGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Abi

type Abi struct {
	// contains filtered or unexported fields
}

func New

func New(abiStr string) (*Abi, error)

func (*Abi) PackInput

func (a *Abi) PackInput(abiMethod string, params ...interface{}) ([]byte, error)

func (*Abi) UnpackOutput

func (a *Abi) UnpackOutput(method string, ret interface{}, output []byte) error

func (*Abi) UnpackValues

func (a *Abi) UnpackValues(method string, data []byte) ([]interface{}, error)

Jump to

Keyboard shortcuts

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