Sample Cash Schema V3
object 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<<Error class: unknown class>?>? = null, var owner: <Error class: unknown class>?, var pennies: Long, var currency: String, var issuer: <Error class: unknown class>?, var issuerRef: ByteArray)