Uses of Interface
com.google.bitcoin.wallet.RiskAnalysis.Analyzer

Packages that use RiskAnalysis.Analyzer
com.google.bitcoin.core   
com.google.bitcoin.wallet   
 

Uses of RiskAnalysis.Analyzer in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return RiskAnalysis.Analyzer
 RiskAnalysis.Analyzer Wallet.getRiskAnalyzer()
          Gets the current RiskAnalysis implementation.
 

Methods in com.google.bitcoin.core with parameters of type RiskAnalysis.Analyzer
 void Wallet.setRiskAnalyzer(RiskAnalysis.Analyzer analyzer)
          Sets the RiskAnalysis implementation to use for deciding whether received pending transactions are risky or not.
 

Uses of RiskAnalysis.Analyzer in com.google.bitcoin.wallet
 

Classes in com.google.bitcoin.wallet that implement RiskAnalysis.Analyzer
static class DefaultRiskAnalysis.Analyzer
           
 



Copyright © 2014. All rights reserved.