Connect SDK

GetServerWalletsArgs

type GetServerWalletsArgs = {
client: ThirdwebClient;
limit?: number;
page?: number;
};