Class DefaultRiskAnalysis

java.lang.Object
org.bitcoinj.wallet.DefaultRiskAnalysis
All Implemented Interfaces:
RiskAnalysis

public class DefaultRiskAnalysis extends Object implements RiskAnalysis

The default risk analysis. Currently, it only is concerned with whether a tx/dependency is non-final or not, and whether a tx/dependency violates the dust rules. Outside of specialised protocols you should not encounter non-final transactions.