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.
type SpendControlErrorDetails = { attempted?: string; limit?: string; asset?: Asset; network?: Network | string; payTo?: Address; input?: unknown; };
optional attempted: string;
optional limit: string;
optional asset: Asset;
optional network: Network | string;
optional payTo: Address;
optional input: unknown;
Was this page helpful?