Exit

data class Exit<P : Any>(val amount: Amount<Issued<Obligation.Terms<P>>>) : CommandData

A command stating that the debt is being released by the beneficiary. Normally would indicate either settlement outside of the ledger, or that the obligor is unable to pay.

Constructors

Link copied to clipboard
constructor(amount: Amount<Issued<Obligation.Terms<P>>>)

Properties

Link copied to clipboard