Type alias EthereumBlockHistoryFetcherConfig
EthereumBlockHistoryFetcherConfig: {
blockTime?: number;
indexAccountLogHistory?: boolean;
indexAccountTransactionHistory?: boolean;
indexRawBlocks?: boolean;
}
Type declaration
-
Optional blockTime?: number
-
Optional indexAccountLogHistory?: boolean
-
Optional indexAccountTransactionHistory?: boolean
-
Optional indexRawBlocks?: boolean