Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TypeScript types for the Pinata Signatures SDK, including SignatureOptions and the response shapes for adding, fetching, and deleting CID signatures.
export type SignatureOptions = { cid: string; signature: string; address: string; };
export type SignatureResponse = { cid: string; signature: string; };