[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SignedExchangeSignature](./puppeteer.protocol.network.signedexchangesignature.md) > [signature](./puppeteer.protocol.network.signedexchangesignature.signature.md) ## Protocol.Network.SignedExchangeSignature.signature property The hex string of signed exchange signature. Signature: ```typescript signature: string; ```