SendCallsResult

type SendCallsResult = Prettify<{
chain: Chain;
client: ThirdwebClient;
wallet: Wallet;
}>;