UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

4 lines 223 B
import type { DispatchEvent, ProcessEvent } from '@hyperlane-xyz/core/mailbox'; export { DispatchEvent, ProcessEvent }; export type HyperlaneLifecyleEvent = ProcessEvent | DispatchEvent; //# sourceMappingURL=events.d.ts.map