Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONABI ¶
type JSONABI struct { Anonymous bool `json:"anonymous"` Constant bool `json:"constant"` Inputs []struct { Indexed bool `json:"indexed"` Name string `json:"name"` Type string `json:"type"` } `json:"inputs"` Name string `json:"name"` Outputs []struct { Indexed bool `json:"indexed"` Name string `json:"name"` Type string `json:"type"` } `json:"outputs"` Payable bool `json:"payable"` StateMutability string `json:"stateMutability"` Type string `json:"type"` }
JSONABI data format
Click to show internal directories.
Click to hide internal directories.