Skip to content

X402SupportedKind

Defined in: src/x402/types.ts:274

One supported (scheme, network) pair returned by GET /supported.

network is intentionally typed as string (not X402Network) here: the facilitator may advertise networks kawasekit has not yet whitelisted, and kawasekit/x402 must be able to read that response to gate features (e.g. skip the Coinbase facilitator demo when Polygon Amoy is not listed).

Properties

extra?

readonly optional extra?: Record<string, unknown>

Defined in: src/x402/types.ts:278


network

readonly network: string

Defined in: src/x402/types.ts:277


scheme

readonly scheme: string

Defined in: src/x402/types.ts:276


x402Version

readonly x402Version: 2

Defined in: src/x402/types.ts:275