Documentation ¶
Index ¶
- Constants
- func BigIntToInt64(bigNum *big.Int) (int64, error)
- func BigIntToUint64(bigNum *big.Int) (uint64, error)
- func GetCommonErrorCodeMessage(errorCode int64) string
- func ParseBigIntFromOutput(abiStr, name string, receipt *types.Receipt) (*big.Int, error)
- func Uint64ToInt64(num uint64) (int64, error)
Constants ¶
View Source
const ( // non-precompiled contract error code, only used when logic errors occur DefaultErrorCode int64 = -1 )
Variables ¶
This section is empty.
Functions ¶
func GetCommonErrorCodeMessage ¶
GetCommonErrorCodeMessage returns the message of common error code
func ParseBigIntFromOutput ¶
func Uint64ToInt64 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.