Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseSelector ¶
func ParseSelector(unescapedSelector string) (abi.SelectorMarshaling, error)
ParseSelector converts a method selector into a struct that can be JSON encoded and consumed by other functions in this package. Note, although uppercase letters are not part of the ABI spec, this function still accepts it as the general format is valid.
func ParseSignature ¶
func ParseSignature(unescapedSelector string) (abi.SelectorMarshaling, error)
ParseSelector converts a method selector into a struct that can be JSON encoded and consumed by other functions in this package. Note, although uppercase letters are not part of the ABI spec, this function still accepts it as the general format is valid.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.