UNPKG

@thorium-dev-group/x402-mcp-extension

Version:
7 lines (6 loc) 317 B
import type { PaymentRequirements } from 'x402/types'; import { PaymentOptions } from '../../decorators/PaymentOptions'; export declare function assemblePaymentRequirements(options: PaymentOptions, resourcePath: string, x402Config: { payTo: string; network: string; }, baseUrl?: string): PaymentRequirements;