BilateralNetState

data class BilateralNetState<P : Any>(val partyKeys: Set<AbstractParty>, val template: Obligation.Terms<P>) : NetState<P>

Subset of state, containing the elements which must match for two obligation transactions to be nettable. If two obligation state objects produce equal bilateral net states, they are considered safe to net directly. Bilateral states are used in close-out netting.

Constructors

Link copied to clipboard
constructor(partyKeys: Set<AbstractParty>, template: Obligation.Terms<P>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val template: Obligation.Terms<P>