Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountTransformer ¶
type AccountTransformer struct { Config config.ContractConfig ValueTransferConverter converters.ValueTransferConverter Fetcher fetcher.Fetcher HeaderRepository repository.HeaderRepository AddressRepository repositories.AddressRepository WatchedContractRepository repositories.WatchedContractRepository ValueTransferEventRepository repositories.ValueTransferEventRepository CoinBalanceRepository repositories.AccountCoinBalanceRepository AccountPoller poller.AccountPoller NextStart int64 QuitChannel chan bool // contains filtered or unexported fields }
func (*AccountTransformer) Execute ¶
func (tbt *AccountTransformer) Execute() error
func (*AccountTransformer) GetConfig ¶
func (tbt *AccountTransformer) GetConfig() config.ContractConfig
func (*AccountTransformer) Init ¶
func (tbt *AccountTransformer) Init() error
func (AccountTransformer) NewTransformer ¶
func (tbt AccountTransformer) NewTransformer(db *postgres.DB, blockChain core.BlockChain) transformer.ContractTransformer
Click to show internal directories.
Click to hide internal directories.