TypeAlias.ExchangeRateConversion
type ExchangeRateConversion = {
amount: string;
asset: "USDC" | "ETH";
currency: "EUR" | "USD" | "JPY";
valueRef: string;
};
Type Declaration
| Name | Type |
|---|---|
amount | string |
asset | "USDC" |
currency | "EUR" |
valueRef | string |