Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Postgres struct { DataSource string } ChainConfig struct { NetworkRPCSysConfigName string StartL1BlockHeight int64 ConfirmBlocksCount uint64 MaxHandledBlocksCount int64 KeptHistoryBlocksCount int64 // KeptHistoryBlocksCount define the count of blocks to keep in table, old blocks will be cleaned } LogConf logx.LogConf }
Click to show internal directories.
Click to hide internal directories.