Sample Cash Schema V2
Second version of a cash contract ORM schema that extends the CommonSchemaV1.FungibleState abstract schema.
Types
Link copied to clipboard
class PersistentCashState(var currency: String, participants: Set<AbstractParty?>, var owner: AbstractParty, var quantity: Long, issuerParty: AbstractParty, var issuerRef: OpaqueBytes) : CommonSchemaV1.FungibleState
Properties
Link copied to clipboard
Link copied to clipboard
Optional classpath resource containing the database changes for the mappedTypes