Packages

package Asset

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AcceptRequest() extends ValueRef with Product with Serializable
  2. final case class AcceptTransfer(bystander: Party) extends ValueRef with Product with Serializable
  3. final case class AcsGrowth(owner: Party, issuer: Party, bystander: Party) extends Template[AcsGrowth] with Product with Serializable
  4. final case class Asset(issuer: Party, id: Text, payload: Text, owner: Party, bystander: Party) extends Template[Asset] with Product with Serializable
  5. final case class AssetRequest(requester: Party, issuer: Party, id: Text, payload: Text, quantity: Int64) extends Template[AssetRequest] with Product with Serializable
  6. final case class AssetTransfer(issuer: Party, id: Text, payload: Text, owner: Party, newOwner: Party, growthFactor: Int64) extends Template[AssetTransfer] with Product with Serializable
  7. final case class GarbageCollectAsset(party: Party) extends ValueRef with Product with Serializable
  8. final case class GarbageCollectAssetRequest(party: Party) extends ValueRef with Product with Serializable
  9. final case class GarbageCollectTransfer(party: Party) extends ValueRef with Product with Serializable
  10. final case class Nuke() extends ValueRef with Product with Serializable
  11. final case class ProposeTransfer(newOwner: Party, growthFactor: Int64) extends ValueRef with Product with Serializable

Value Members

  1. object AcceptRequest extends ValueRefCompanion with () => AcceptRequest with Serializable
  2. object AcceptTransfer extends ValueRefCompanion with (Party) => AcceptTransfer with Serializable
  3. object AcsGrowth extends TemplateCompanion[AcsGrowth] with (Party, Party, Party) => AcsGrowth with Serializable
  4. object Asset extends TemplateCompanion[Asset] with (Party, Text, Text, Party, Party) => Asset with Serializable
  5. object AssetRequest extends TemplateCompanion[AssetRequest] with (Party, Party, Text, Text, Int64) => AssetRequest with Serializable
  6. object AssetTransfer extends TemplateCompanion[AssetTransfer] with (Party, Text, Text, Party, Party, Int64) => AssetTransfer with Serializable
  7. object GarbageCollectAsset extends ValueRefCompanion with (Party) => GarbageCollectAsset with Serializable
  8. object GarbageCollectAssetRequest extends ValueRefCompanion with (Party) => GarbageCollectAssetRequest with Serializable
  9. object GarbageCollectTransfer extends ValueRefCompanion with (Party) => GarbageCollectTransfer with Serializable
  10. object Nuke extends ValueRefCompanion with () => Nuke with Serializable
  11. object ProposeTransfer extends ValueRefCompanion with (Party, Int64) => ProposeTransfer with Serializable

Ungrouped