AsObject: {
    autoConfirmSettingsList: AutoConfirmSettings.AsObject[];
    autoSelectArbitrators: boolean;
    backupDirectory: string;
    blockChainExplorerMainNet?: BlockChainExplorer.AsObject;
    blockChainExplorerTestNet?: BlockChainExplorer.AsObject;
    blockNotifyPort: number;
    bridgeAddressesList: string[];
    bridgeOptionOrdinal: number;
    bsqAverageTrimThreshold: number;
    buyScreenCryptoCurrencyCode: string;
    buyScreenCurrencyCode: string;
    buyerSecurityDepositAsPercent: number;
    buyerSecurityDepositAsPercentForCrypto: number;
    clearDataAfterDays: number;
    cryptoCurrenciesList: TradeCurrency.AsObject[];
    cssTheme: number;
    customBridges: string;
    denyApiTaker: boolean;
    directoryChooserPath: string;
    dontShowAgainMapMap: [string, boolean][];
    hideNonAccountPaymentMethods: boolean;
    ignoreDustThreshold: number;
    ignoreTradersListList: string[];
    maxPriceDistanceInPercent: number;
    moneroNodes: string;
    moneroNodesOptionOrdinal: number;
    notifyOnPreRelease: boolean;
    offerBookChartScreenCurrencyCode: string;
    peerTagMapMap: [string, string][];
    phoneKeyAndToken: string;
    preferredTradeCurrency?: TradeCurrency.AsObject;
    referralId: string;
    resyncSpvRequested: boolean;
    rpcPw: string;
    rpcUser: string;
    selectedpaymentAccountForCreateoffer?: PaymentAccount.AsObject;
    sellScreenCryptoCurrencyCode: string;
    sellScreenCurrencyCode: string;
    showOffersMatchingMyAccounts: boolean;
    showOwnOffersInOfferBook: boolean;
    sortMarketCurrenciesNumerically: boolean;
    splitOfferOutput: boolean;
    tacAccepted: boolean;
    tacAcceptedV120: boolean;
    takeOfferSelectedPaymentAccountId: string;
    torTransportOrdinal: number;
    tradeChartsScreenCurrencyCode: string;
    tradeStatisticsTickUnitIndex: number;
    traditionalCurrenciesList: TradeCurrency.AsObject[];
    useAnimations: boolean;
    useCustomWithdrawalTxFee: boolean;
    useMarketNotifications: boolean;
    usePercentageBasedPrice: boolean;
    usePriceNotifications: boolean;
    useSoundForMobileNotifications: boolean;
    useStandbyMode: boolean;
    useTorForXmrOrdinal: number;
    useTradeNotifications: boolean;
    userCountry?: Country.AsObject;
    userLanguage: string;
    withdrawalTxFeeInVbytes: number;
    xmrNodeSettings?: XmrNodeSettings.AsObject;
}

Type declaration

  • autoConfirmSettingsList: AutoConfirmSettings.AsObject[]
  • autoSelectArbitrators: boolean
  • backupDirectory: string
  • Optional blockChainExplorerMainNet?: BlockChainExplorer.AsObject
  • Optional blockChainExplorerTestNet?: BlockChainExplorer.AsObject
  • blockNotifyPort: number
  • bridgeAddressesList: string[]
  • bridgeOptionOrdinal: number
  • bsqAverageTrimThreshold: number
  • buyScreenCryptoCurrencyCode: string
  • buyScreenCurrencyCode: string
  • buyerSecurityDepositAsPercent: number
  • buyerSecurityDepositAsPercentForCrypto: number
  • clearDataAfterDays: number
  • cryptoCurrenciesList: TradeCurrency.AsObject[]
  • cssTheme: number
  • customBridges: string
  • denyApiTaker: boolean
  • directoryChooserPath: string
  • dontShowAgainMapMap: [string, boolean][]
  • hideNonAccountPaymentMethods: boolean
  • ignoreDustThreshold: number
  • ignoreTradersListList: string[]
  • maxPriceDistanceInPercent: number
  • moneroNodes: string
  • moneroNodesOptionOrdinal: number
  • notifyOnPreRelease: boolean
  • offerBookChartScreenCurrencyCode: string
  • peerTagMapMap: [string, string][]
  • phoneKeyAndToken: string
  • Optional preferredTradeCurrency?: TradeCurrency.AsObject
  • referralId: string
  • resyncSpvRequested: boolean
  • rpcPw: string
  • rpcUser: string
  • Optional selectedpaymentAccountForCreateoffer?: PaymentAccount.AsObject
  • sellScreenCryptoCurrencyCode: string
  • sellScreenCurrencyCode: string
  • showOffersMatchingMyAccounts: boolean
  • showOwnOffersInOfferBook: boolean
  • sortMarketCurrenciesNumerically: boolean
  • splitOfferOutput: boolean
  • tacAccepted: boolean
  • tacAcceptedV120: boolean
  • takeOfferSelectedPaymentAccountId: string
  • torTransportOrdinal: number
  • tradeChartsScreenCurrencyCode: string
  • tradeStatisticsTickUnitIndex: number
  • traditionalCurrenciesList: TradeCurrency.AsObject[]
  • useAnimations: boolean
  • useCustomWithdrawalTxFee: boolean
  • useMarketNotifications: boolean
  • usePercentageBasedPrice: boolean
  • usePriceNotifications: boolean
  • useSoundForMobileNotifications: boolean
  • useStandbyMode: boolean
  • useTorForXmrOrdinal: number
  • useTradeNotifications: boolean
  • Optional userCountry?: Country.AsObject
  • userLanguage: string
  • withdrawalTxFeeInVbytes: number
  • Optional xmrNodeSettings?: XmrNodeSettings.AsObject

Generated using TypeDoc