Versions in this module Expand all Collapse all v1 v1.0.0 Jul 14, 2023 Changes in this version + func GetInputsParser(ABI *core.SmartContract_ABI, method string) (eABI.Arguments, error) + func GetPaddedParam(param []Param) ([]byte, error) + func GetParser(ABI *core.SmartContract_ABI, method string) (eABI.Arguments, error) + func Pack(method string, param []Param) ([]byte, error) + func Signature(method string) []byte + type Param map[string]interface + func LoadFromJSON(jString string) ([]Param, error)