type GetCallsStatusOptions = { client: ThirdwebClient; id: WalletSendCallsId; wallet: Wallet;};
type client = ThirdwebClient;
type id = WalletSendCallsId;
type wallet = Wallet;