import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { SignedExchangeReceivedEvent } = Protocol.Network;
Fired when a signed exchange was received over the network
Properties
requestId: RequestId
Request identifier.
info: SignedExchangeInfo
Information about the signed exchange response.