PersistentDummyLinearState

class PersistentDummyLinearState(var participants: MutableSet<AbstractParty>? = null, var linearString: String?, var linearNumber: Long, var linearTimestamp: Instant, var linearBoolean: Boolean, val uid: UniqueIdentifier) : CommonSchemaV1.LinearState

Constructors

Link copied to clipboard
constructor(participants: MutableSet<AbstractParty>? = null, linearString: String?, linearNumber: Long, linearTimestamp: Instant, linearBoolean: Boolean, uid: UniqueIdentifier)

Properties

Link copied to clipboard

Represents a LinearState

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

X500Name of participant parties

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