Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export type SignatureOptions = {
cid: string;
signature: string;
address: string;
};
export type SignatureResponse = {
cid: string;
signature: string;
};