Dummy Linear State Schema V1
First version of a cash contract ORM schema that maps all fields of the DummyLinearState contract state as it stood at the time of writing.
Types
Link copied to clipboard
class PersistentDummyLinearState(var participants: MutableSet<AbstractParty>, var externalId: String?, var uuid: UUID, var linearString: String?, var linearNumber: Long, var linearTimestamp: Instant, var linearBoolean: Boolean) : PersistentState
Properties
Link copied to clipboard
Link copied to clipboard
Optional classpath resource containing the database changes for the mappedTypes