Package monero.daemon.model
Class MoneroFeeEstimate
java.lang.Object
monero.daemon.model.MoneroFeeEstimate
Models a Monero fee estimate.
-
Constructor Summary
ConstructorDescriptionMoneroFeeEstimate
(BigInteger fee, List<BigInteger> fees, BigInteger quantizationMask) MoneroFeeEstimate
(MoneroFeeEstimate feeEstimate) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
getFee()
getFees()
setFee
(BigInteger fee) setFees
(List<BigInteger> fees) setQuantizationMask
(BigInteger quantizationMask) toString()
toString
(int indent)