Package-level declarations

Types

Link copied to clipboard
data class CommodityState(val amount: Amount<Issued<Commodity>>, val owner: AbstractParty) : FungibleAsset<Commodity>

A state representing a commodity claim against some party

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Second version of a cash contract ORM schema that extends the common VaultLinearState abstract schema

Link copied to clipboard
class VaultFiller constructor(services: ServiceHub, defaultNotary: <Error class: unknown class>, altNotary: Party = defaultNotary.party, rngFactory: () -> Random = { Random(0L) })

The service hub should provide at least a key management service and a storage service.