CDP Frontend SDK
    Preparing search index...

    Interface unstable_FundState

    The state of the Fund component.

    interface unstable_FundState {
        country: string;
        cryptoAmount?: number;
        cryptoCurrency: string;
        cryptoDecimalPlaces?: number;
        exchangeRate?: number;
        exchangeRateError?: null | unstable_FundStateError;
        isExchangeRatePending?: boolean;
        isPaymentMethodsPending?: boolean;
        fiatAmount?: number;
        fiatCurrency: string;
        fiatDecimalPlaces?: number;
        locale?: string;
        network: string;
        paymentMethods?: unstable_FundPaymentMethod[];
        paymentMethodsError?: null | unstable_FundStateError;
        presetAmountInputs?: unstable_FundPresetAmountInputs;
        selectedInputType: unstable_InputType;
        selectedPaymentMethod?: unstable_FundPaymentMethod;
        subdivision?: string;
        transactionStatus: unstable_FundLifecycleStatus;
    }
    Index

    Properties

    country: string
    cryptoAmount?: number
    cryptoCurrency: string
    cryptoDecimalPlaces?: number
    exchangeRate?: number
    exchangeRateError?: null | unstable_FundStateError
    isExchangeRatePending?: boolean
    isPaymentMethodsPending?: boolean
    fiatAmount?: number
    fiatCurrency: string
    fiatDecimalPlaces?: number
    locale?: string
    network: string
    paymentMethods?: unstable_FundPaymentMethod[]
    paymentMethodsError?: null | unstable_FundStateError
    presetAmountInputs?: unstable_FundPresetAmountInputs
    selectedInputType: unstable_InputType
    selectedPaymentMethod?: unstable_FundPaymentMethod
    subdivision?: string
    transactionStatus: unstable_FundLifecycleStatus