Settle

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

A command stating that the obligor is settling some or all of the amount owed by transferring a suitable state object to the beneficiary. If this reduces the balance to zero, the state object is destroyed.

See also

Constructors

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

Properties

Link copied to clipboard