TypeScript SDK
ThirdwebX402FacilitatorConfig
type ThirdwebX402FacilitatorConfig = { baseUrl?: string; serverWalletAddress: string; vaultAccessToken?: string;};
type baseUrl = string;
type serverWalletAddress = string;
type vaultAccessToken = string;