corda / net.corda.finance.test

Package net.corda.finance.test

Types

CashSchema

An object used to fully qualify the CashSchema family name (i.e. independent of version).

object CashSchema

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.

object SampleCashSchemaV1 : MappedSchema

SampleCashSchemaV2

Second version of a cash contract ORM schema that extends the CommonSchemaV1.FungibleState abstract schema.

object SampleCashSchemaV2 : MappedSchema

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.

object SampleCashSchemaV3 : MappedSchema