EthereumAccountLogHistoryState: AccountEntityHistoryState<EthereumAccountLogHistoryPaginationCursor> & {
    firstHeight?: number;
    lastHeight?: number;
}

Generated using TypeDoc