Uses of Class
dev.vality.damsel.domain.AllocationTransactionFeeShare
Packages that use AllocationTransactionFeeShare
-
Uses of AllocationTransactionFeeShare in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as AllocationTransactionFeeShareModifier and TypeFieldDescriptionAllocationTransactionBodyTotal.feeОписывает комиссию в относительных величинах в том случае, если был использован вариант прототипа с AllocationTransactionPrototypeFee.shareMethods in dev.vality.damsel.domain that return AllocationTransactionFeeShareModifier and TypeMethodDescriptionAllocationTransactionFeeShare.deepCopy()AllocationTransactionBodyTotal.getFee()Описывает комиссию в относительных величинах в том случае, если был использован вариант прототипа с AllocationTransactionPrototypeFee.shareAllocationTransactionPrototypeFee.getShare()AllocationTransactionFeeShare.setRoundingMethod(RoundingMethod rounding_method) Метод по умолчанию round_half_away_from_zero.Methods in dev.vality.damsel.domain with parameters of type AllocationTransactionFeeShareModifier and TypeMethodDescriptionintAllocationTransactionFeeShare.compareTo(AllocationTransactionFeeShare other) booleanAllocationTransactionFeeShare.equals(AllocationTransactionFeeShare that) AllocationTransactionBodyTotal.setFee(AllocationTransactionFeeShare fee) Описывает комиссию в относительных величинах в том случае, если был использован вариант прототипа с AllocationTransactionPrototypeFee.sharevoidAllocationTransactionPrototypeFee.setShare(AllocationTransactionFeeShare value) AllocationTransactionPrototypeFee.share(AllocationTransactionFeeShare value) Constructors in dev.vality.damsel.domain with parameters of type AllocationTransactionFeeShareModifierConstructorDescriptionPerforms a deep copy on other.