PrepareCallOptions

type PrepareCallOptions = {
chain: Chain;
client: ThirdwebClient;
} & PromisedObject<WalletCall>;