Type alias EthereumFetchLogsOptions
EthereumFetchLogsOptions: {
account: string;
before?: number;
isContractAccount?: boolean;
iterationLimit?: number;
pageLimit?: number;
until?: number;
}
Type declaration
-
account: string
-
Optional
before?: number
-
Optional
isContractAccount?: boolean
-
Optional
iterationLimit?: number
-
Optional
pageLimit?: number
-
Optional
until?: number