Packages

p

org.bitcoins.core.dlc

accounting

package accounting

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class DLCAccounting(dlcId: Sha256Digest, myCollateral: CurrencyUnit, theirCollateral: CurrencyUnit, myPayout: CurrencyUnit, theirPayout: CurrencyUnit) extends PayoutAccounting with Product with Serializable
  2. case class DLCWalletAccounting(myCollateral: CurrencyUnit, theirCollateral: CurrencyUnit, myPayout: CurrencyUnit, theirPayout: CurrencyUnit) extends PayoutAccounting with Product with Serializable

    Similar to org.bitcoins.core.dlc.accounting.DLCAccounting, but represents the entire accounting for the wallet

  3. trait PayoutAccounting extends AnyRef

    Utility trait for metrics we need to do accounting

Value Members

  1. object DLCWalletAccounting extends Serializable
  2. object RateOfReturnUtil

Ungrouped