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 ResolvedSpendControls = Readonly<{ maxAmountPerPayment?: { atomic: bigint; asset?: string; }; maxCumulativeSpend?: { atomic: bigint; asset?: string; }; maxCumulativeSpendWindowMs?: number; allowedNetworks: ReadonlySet<Network>; allowedAssets: ReadonlySet<Asset>; allowedPayees: ReadonlySet<Address>; approachingLimitThresholds: ReadonlyArray<number>; onApproachingLimit?: (spent: Amount, limit: Amount) => void; tracker: SpendTracker; }>;
Was this page helpful?