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?
readonlyoptionalextra?:Record<string,unknown>
Defined in: src/x402/types.ts:278
network
readonlynetwork:string
Defined in: src/x402/types.ts:277
scheme
readonlyscheme:string
Defined in: src/x402/types.ts:276
x402Version
readonlyx402Version:2
Defined in: src/x402/types.ts:275