Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMethodsByType ¶
func LoadABIs ¶
LoadABIs reads all abi files in the abiDir and returns a map of contract name to ABI
func ParseArrayOrSliceInput ¶
func ParseTupleInput ¶
Types ¶
type MethodType ¶
type MethodType string
const ( ReadMethod MethodType = "Read" WriteMethod MethodType = "Write" AllMethod MethodType = "All" )
Click to show internal directories.
Click to hide internal directories.