corda / net.corda.node.services.vault / VaultSchemaV1 / VaultLinearStates

VaultLinearStates

@Entity class VaultLinearStates : PersistentState

Constructors

<init>

VaultLinearStates(uid: UniqueIdentifier, _dealReference: String, _participants: List<AbstractParty>)
VaultLinearStates(participants: Set<Party>, externalId: String?, uuid: UUID, dealReference: String)

Properties

dealReference

var dealReference: String

Deal State attributes

externalId

var externalId: String?

Represents a LinearState

participants

var participants: Set<Party>

ContractState attributes

uuid

var uuid: UUID

Inherited Properties

stateRef

var stateRef: PersistentStateRef?