SampleCashSchemaV1

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 ownerHash: String, var pennies: Long, var currency: String, var issuerPartyHash: String, var issuerRef: ByteArray)

Properties

Link copied to clipboard