Versions in this module Expand all Collapse all v0 v0.0.1 Jun 20, 2023 Changes in this version + 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)