@Entity class VaultLinearStates : PersistentState
VaultLinearStates(uid: UniqueIdentifier, _dealReference: String, _participants: List<AbstractParty>) VaultLinearStates(participants: Set<Party>, externalId: String?, uuid: UUID, dealReference: String) |
var dealReference: String
Deal State attributes |
|
var externalId: String?
Represents a LinearState |
|
var participants: Set<Party>
ContractState attributes |
|
var uuid: UUID |
var stateRef: PersistentStateRef? |