package
Version:
v1.0.10
Opens a new window with list of versions in this module.
Published: Mar 20, 2024
License: MIT
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Ethereum struct {
ContractAddr common.Address `fig:"contract_addr,required"`
RPCClient *ethclient.Client `fig:"rpc,required"`
StartFromBlock uint64 `fig:"start_from_block"`
NetworkName string `fig:"network_name,required"`
BlockWindow uint64 `fig:"block_window,required"`
}
type Redis struct {
Addr string `fig:"addr,required"`
Password string `fig:"password"`
}
type StateV2Config struct {
IssuerID []string `fig:"issuer_id"`
DisableFiltration bool `fig:"disable_filtration"`
StatesPerRequest int64 `fig:"states_per_request"`
MaxBlocksPerRequest uint64 `fig:"max_blocks_per_request"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.