Uses of Enum
org.knowm.xchange.bitcoinde.v4.dto.BitcoindeTrustLevel
Packages that use BitcoindeTrustLevel
-
Uses of BitcoindeTrustLevel in org.knowm.xchange.bitcoinde.v4.dto
Methods in org.knowm.xchange.bitcoinde.v4.dto that return BitcoindeTrustLevelModifier and TypeMethodDescriptionstatic BitcoindeTrustLevelReturns the enum constant of this type with the specified name.static BitcoindeTrustLevel[]BitcoindeTrustLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.bitcoinde.v4.dto with parameters of type BitcoindeTrustLevelModifierConstructorDescriptionBitcoindeOrderRequirements(BitcoindeTrustLevel minTrustLevel, Boolean onlyKycFull, String[] seatOfBank, BitcoindePaymentOption paymentOption) BitcoindeTradingPartnerInformation(String userName, Boolean kycFull, BitcoindeTrustLevel trustLevel, String depositor, String iban, String bankName, String bic, String seatOfBank, Integer rating, Integer amountTrades)