Documentation
¶
Index ¶
- func BuildPayloadByABI(contractAbi, funcName string, args ...interface{}) ([]byte, error)
- func BuildPayloadByABIFile(abiFilePath, funcName string, args ...interface{}) ([]byte, error)
- func LoadABI(abiFileAbsPath string) (string, error)
- func StrToInt64(str string) (int64, error)
- func StrToInt64IgnoreErr(str string) int64
- func ToJsonIgnoreErr(obj interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildPayloadByABI ¶ added in v1.3.0
func BuildPayloadByABIFile ¶ added in v1.3.0
func StrToInt64 ¶
func StrToInt64IgnoreErr ¶
func ToJsonIgnoreErr ¶
func ToJsonIgnoreErr(obj interface{}) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.