SampleCashSchemaV3

First version of a cash contract ORM schema that maps all fields of the Cash contract state as it stood at the time of writing.

Types

Link copied to clipboard
class PersistentCashState(var participants: MutableSet<AbstractParty?>? = null, var owner: AbstractParty?, var pennies: Long, var currency: String, var issuer: AbstractParty?, var issuerRef: ByteArray) : PersistentState

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