Packages

package Trade

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Accept(assetCid: ContractId[Asset], bystanderB: Party) extends ValueRef with Product with Serializable
  2. final case class GarbageCollectPropose(party: Party) extends ValueRef with Product with Serializable
  3. final case class Propose(proposer: Party, transferCid: ContractId[AssetTransfer], counterparty: Party, issuer: Party, bystanderA: Party) extends Template[Propose] with Product with Serializable

Value Members

  1. object Accept extends ValueRefCompanion with (ContractId[Asset], Party) => Accept with Serializable
  2. object GarbageCollectPropose extends ValueRefCompanion with (Party) => GarbageCollectPropose with Serializable
  3. object Propose extends TemplateCompanion[Propose] with (Party, ContractId[AssetTransfer], Party, Party, Party) => Propose with Serializable

Ungrouped