Packages

package DarDistribution

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Accept() extends ValueRef with Product with Serializable
  2. final case class AcceptedDar(darOwner: Party, recipient: Party, hash: Text) extends Template[AcceptedDar] with Product with Serializable
  3. final case class AcknowledgeAcceptance() extends ValueRef with Product with Serializable
  4. final case class AcknowledgeRejection() extends ValueRef with Product with Serializable
  5. final case class Reject(reason: Text) extends ValueRef with Product with Serializable
  6. final case class RejectedDar(darOwner: Party, recipient: Party, hash: Text, reason: Text) extends Template[RejectedDar] with Product with Serializable
  7. final case class ShareDar(owner: Party, recipient: Party, hash: Text, name: Text, content: Text) extends Template[ShareDar] with Product with Serializable

Value Members

  1. object Accept extends ValueRefCompanion with () => Accept with Serializable
  2. object AcceptedDar extends TemplateCompanion[AcceptedDar] with (Party, Party, Text) => AcceptedDar with Serializable
  3. object AcknowledgeAcceptance extends ValueRefCompanion with () => AcknowledgeAcceptance with Serializable
  4. object AcknowledgeRejection extends ValueRefCompanion with () => AcknowledgeRejection with Serializable
  5. object Reject extends ValueRefCompanion with (Text) => Reject with Serializable
  6. object RejectedDar extends TemplateCompanion[RejectedDar] with (Party, Party, Text, Text) => RejectedDar with Serializable
  7. object ShareDar extends TemplateCompanion[ShareDar] with (Party, Party, Text, Text, Text) => ShareDar with Serializable

Ungrouped