package accounting
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class DLCAccounting(dlcId: Sha256Digest, myCollateral: CurrencyUnit, theirCollateral: CurrencyUnit, myPayout: CurrencyUnit, theirPayout: CurrencyUnit) extends PayoutAccounting with Product with Serializable
- 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
- trait PayoutAccounting extends AnyRef
Utility trait for metrics we need to do accounting
Value Members
- object DLCWalletAccounting extends Serializable
- object RateOfReturnUtil