Package-level declarations
Types
Link copied to clipboard
class DustActionsBuilder @Inject constructor(dustRepository: DustRepository, feeCalculator: FeeCalculator, dustSpendCreator: DustSpendCreator)
Builds DustActions for transaction fee payment.
Link copied to clipboard
Selects dust coins for fee payment using smallest-first strategy.
Link copied to clipboard
object DustSpendCreator
Creates DustSpend actions for transaction fee payment.
Link copied to clipboard
object FeeCalculator
Calculates transaction fees using midnight-ledger's fee calculation.