[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SignedExchangeReceivedEvent](./puppeteer.protocol.network.signedexchangereceivedevent.md) ## Protocol.Network.SignedExchangeReceivedEvent interface Fired when a signed exchange was received over the network Signature: ```typescript export interface SignedExchangeReceivedEvent ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [info](./puppeteer.protocol.network.signedexchangereceivedevent.info.md) | [SignedExchangeInfo](./puppeteer.protocol.network.signedexchangeinfo.md) | Information about the signed exchange response. | | [requestId](./puppeteer.protocol.network.signedexchangereceivedevent.requestid.md) | [RequestId](./puppeteer.protocol.network.requestid.md) | Request identifier. |