ConvertFiatToCryptoParams

Props for the convertFiatToCrypto function

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