Documentation ¶
Overview ¶
Package package seperates out code that decode hex responses so as to avoid circular references
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AbiStringType goAbi.Type
TODO: Why can't we just use the call package to call into the token directly? Answer: this code was built before the call package
Functions ¶
func ArticulateBool ¶
ArticulateBool translates EVM hex into Go boolean
func ArticulateString ¶
ArticulateString tries to convert hex into a string of printable characters (ASCII only). If it was successful, then `success` is true.
func ArticulateStringOrBytes ¶
ArticulateStringOrBytes tries to read string from either EVM string value or bytes32 hex
func SanitizeString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.