TypeScript SDK

ThirdwebX402FacilitatorConfig

type ThirdwebX402FacilitatorConfig = {
baseUrl?: string;
client: ThirdwebClient;
serverWalletAddress: string;
vaultAccessToken?: string;
};