SampleCashSchemaV2

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
open val migrationResource: String? = null

Optional classpath resource containing the database changes for the mappedTypes

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String