@hyperlane-xyz/sdk
Version:
The official SDK for the Hyperlane Network
11 lines • 324 B
TypeScript
import { Address, HexString } from '@hyperlane-xyz/utils';
export type GetEventLogsResponse = {
address: Address;
blockNumber: number;
data: HexString;
logIndex: number;
topics: ReadonlyArray<HexString>;
transactionHash: HexString;
transactionIndex: number;
};
//# sourceMappingURL=types.d.ts.map