Packages

package Generator

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class GenerateDvp(assetCid: ContractId[Asset], counterparty: Party, growthFactor: Int64, bystander: Party) extends ValueRef with Product with Serializable
  2. final case class GenerateMultiView(viewOwners: List[Party], dataField: Data, iteration: Int64, instanceId: Int64, numAccepts: Int64) extends ValueRef with Product with Serializable
  3. final case class Generator(owner: Party, processedIssuers: List[Party]) extends Template[Generator] with Product with Serializable
  4. final case class RequestAssets(quantity: Int64, issuers: List[Party], ids: List[Text], payload: Text) extends ValueRef with Product with Serializable

Value Members

  1. object GenerateDvp extends ValueRefCompanion with (ContractId[Asset], Party, Int64, Party) => GenerateDvp with Serializable
  2. object GenerateMultiView extends ValueRefCompanion with (List[Party], Data, Int64, Int64, Int64) => GenerateMultiView with Serializable
  3. object Generator extends TemplateCompanion[Generator] with (Party, List[Party]) => Generator with Serializable
  4. object RequestAssets extends ValueRefCompanion with (Int64, List[Party], List[Text], Text) => RequestAssets with Serializable

Ungrouped