Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressRetriever ¶
type AddressRetriever interface {
RetrieveTokenHolderAddresses(info contract.Contract) (map[common.Address]bool, error)
}
AddressRetriever is used to retrieve the addresses associated with a contract
func NewAddressRetriever ¶
func NewAddressRetriever(db *postgres.DB, mode types.Mode) AddressRetriever
NewAddressRetriever returns a new AddressRetriever
Click to show internal directories.
Click to hide internal directories.