type CreateServerWalletArgs = { client: ThirdwebClient; label: string;};
type client = ThirdwebClient;
type label = string;