Packages

package Swap

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Accept(iou2: ContractId[Iou]) extends ValueRef with Product with Serializable
  2. final case class IOUs(iou1: ContractId[Iou], iou2: ContractId[Iou]) extends ValueRef with Product with Serializable
  3. final case class Swap(party1: Party, party2: Party, iou1: ContractId[Iou], exchangeRate: Numeric, currencyDesired: Text) extends Template[Swap] with Product with Serializable

Value Members

  1. object Accept extends ValueRefCompanion with (ContractId[Iou]) => Accept with Serializable
  2. object IOUs extends ValueRefCompanion with (ContractId[Iou], ContractId[Iou]) => IOUs with Serializable
  3. object Swap extends TemplateCompanion[Swap] with (Party, Party, ContractId[Iou], Numeric, Text) => Swap with Serializable

Ungrouped