CreateServerWalletArgs

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