ConvertCryptoToFiatParams

Props for the convertCryptoToFiat function

type ConvertCryptoToFiatParams = {
chain: Chain;
client: ThirdwebClient;
fromAmount: number;
fromTokenAddress: Address;
to: "USD";
};