import { Address, HexString } from '@hyperlane-xyz/utils'; export type GetEventLogsResponse = { address: Address; blockNumber: number; data: HexString; logIndex: number; topics: ReadonlyArray; transactionHash: HexString; transactionIndex: number; }; //# sourceMappingURL=types.d.ts.map