contract_parser

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2019 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContractCode

type ContractCode struct {
	InterName string `json:"inter_name"`
	Code      []byte `json:"code"`
}

func ParseCodeByData

func ParseCodeByData(data []byte) *ContractCode

func ParseCodeByFile

func ParseCodeByFile(inPath string) *ContractCode

func ParseCodeByReader

func ParseCodeByReader(rd io.Reader) *ContractCode

Jump to

Keyboard shortcuts

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