object CashSchemaV1 : MappedSchemaFirst version of a cash contract ORM schema that maps all fields of the Cash contract state as it stood at the time of writing.
| PersistentCashState |
class PersistentCashState : PersistentState |
| mappedTypes |
val mappedTypes: Iterable<Class<*>> |
| name |
val name: String |
| version |
val version: Int |
| toString |
open fun toString(): String |