UNPKG

@unruggable/gateways

Version:

Trustless Ethereum Multichain CCIP-Read Gateway

7 lines 345 B
import { LineaCommit, LineaRollup } from './LineaRollup.js'; import { GatewayV1 } from '../gateway.js'; import { GatewayRequestV1 } from '../v1.js'; export declare class LineaGatewayV1 extends GatewayV1<LineaRollup> { handleRequest(commit: LineaCommit, request: GatewayRequestV1): Promise<any>; } //# sourceMappingURL=LineaGatewayV1.d.ts.map