Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct { Type string Name string Inputs []abi.Argument Outputs []abi.Argument // Status indicator which can be: "pure", "view", // "nonpayable" or "payable". StateMutability string // Deprecated Status indicators, but removed in v0.6.0. Constant bool // True if function is either pure or view Payable bool // True if function is payable // Event relevant indicator represents the event is // declared as anonymous. Anonymous bool }
type SmartContractABI ¶
func NewSmartContractABI ¶
func NewSmartContractABI(jsonData []byte) (SmartContractABI, error)
NewSmartContractABI just parses for functions for now
Click to show internal directories.
Click to hide internal directories.