TypeAlias.X402Resource
type X402Resource = {
accepts: {
amount: string;
asset: string;
maxTimeoutSeconds: number;
network: string;
payTo: string;
scheme: string;
}[];
createdAt: string;
description?: string | null;
iconUrl?: string | null;
id: string;
networks: string[];
quality?: | {
l30DaysTotalCalls?: number | null;
l30DaysUniquePayers?: number | null;
lastCalledAt?: string | null;
}
| null;
resource: string;
serviceName?: string | null;
tags: string[];
type: string;
updatedAt: string;
x402Version: number;
};