LinearState

class LinearState(var participants: MutableSet<AbstractParty>? = null, var externalId: String?, var uuid: UUID) : PersistentState

Inheritors

Constructors

Link copied to clipboard
constructor(uid: UniqueIdentifier, _participants: Set<AbstractParty>)
constructor(participants: MutableSet<AbstractParty>? = null, externalId: String?, uuid: UUID)

Properties

Link copied to clipboard

Represents a LinearState

Link copied to clipboard

X500Name of participant parties

Link copied to clipboard
open override var stateRef: PersistentStateRef?
Link copied to clipboard
var uuid: UUID