@makerinc/react-sdk
    Preparing search index...

    Interface CurrencyMarketData

    Currency market choice data

    interface CurrencyMarketData {
        availableCurrencies: readonly string[];
        suggestedCurrency: string;
    }
    Index

    Properties

    availableCurrencies: readonly string[]
    suggestedCurrency: string