Documentation
¶
Overview ¶
Package types defines the types for the API.
Index ¶
Constants ¶
View Source
const ( Erc20Transfer = "Transfer" Erc20Approval = "Approval" )
Hardcoded event names emitted by ERC-20 contracts. TODO: Query the ABI of the contract for the event names, remove these.
Variables ¶
View Source
var ErrMalformedInputAddress = fmt.Errorf("malformed input address")
ErrMalformedInputAddress is returned when the input address is malformed.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.