final case class Create(coid: ContractId, templateId: TypeConName, arg: Value, agreementText: String, signatories: Set[Party], stakeholders: Set[Party], key: Option[KeyWithMaintainers], byInterface: Option[TypeConName], version: TransactionVersion) extends Action with LeafOnlyAction with ActionNodeInfo.Create with Product with Serializable
Denotes the creation of a contract instance.
- Alphabetic
- By Inheritance
- Create
- Create
- LeafOnlyAction
- Action
- ActionNodeInfo
- Node
- CidContainer
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Create(coid: ContractId, templateId: TypeConName, arg: Value, agreementText: String, signatories: Set[Party], stakeholders: Set[Party], key: Option[KeyWithMaintainers], byInterface: Option[TypeConName], version: TransactionVersion)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val agreementText: String
- val arg: Value
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val byInterface: Option[TypeConName]
- def byKey: Boolean
- def cids: Set[ContractId]
- Definition Classes
- CidContainer
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val coid: ContractId
- def coinst: ContractInstance
- def collectCids(acc: Set[ContractId]): Set[ContractId]
- Definition Classes
- CidContainer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def foreachCid(f: (ContractId) => Unit): Unit
- Definition Classes
- CidContainer
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def informeesOfNode: Set[Party]
Compute the informees of a node based on the ledger model definition.
Compute the informees of a node based on the ledger model definition.
Refer to https://docs.daml.com/concepts/ledger-model/ledger-privacy.html#projections
- Definition Classes
- Create → ActionNodeInfo
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: Option[KeyWithMaintainers]
- def mapCid(f: (ContractId) => ContractId): Create
- Definition Classes
- Create → CidContainer
- def mapNodeId(f: (NodeId) => NodeId): Node
- Definition Classes
- LeafOnlyAction → Node
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def optVersion: Option[TransactionVersion]
- Definition Classes
- Node
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def requiredAuthorizers: Set[Party]
Required authorizers (see ledger model); UNSAFE TO USE on fetch nodes of transaction with versions < 5
Required authorizers (see ledger model); UNSAFE TO USE on fetch nodes of transaction with versions < 5
The ledger model defines the fetch node actingParties as the nodes' required authorizers. However, the our transaction data structure did not include the actingParties in versions < 5. The usage of this method must thus be restricted to: 1. settings where no fetch nodes appear (for example, the
validate
method of DAMLe, which uses it on root nodes, which are guaranteed never to contain a fetch node) 2. Daml ledger implementations that do not store or process any transactions with version < 5- Definition Classes
- Create → ActionNodeInfo
- final def self: Create.this.type
- Attributes
- protected
- Definition Classes
- Action → CidContainer
- val signatories: Set[Party]
- val stakeholders: Set[Party]
- final def suffixCid(f: (Hash) => Bytes): Either[String, Action]
- Definition Classes
- CidContainer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val templateId: TypeConName
- def traverseCid[L](f: (ContractId) => Either[L, ContractId]): Either[L, Action]
- Definition Classes
- CidContainer
- val version: TransactionVersion
- def versioned[X](x: X): Versioned[X]
- Attributes
- protected
- Definition Classes
- Action
- def versionedArg: VersionedValue
- def versionedCoinst: VersionedContractInstance
- def versionedKey: Option[VersionedKeyWithMaintainers]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- final def assertNoCid(message: (ContractId) => String): Action
- Definition Classes
- CidContainer
- Annotations
- @deprecated
- Deprecated
(Since version 1.18.0) use foreachCid or cids method instead
- final def ensureNoCid: Either[ContractId, Action]
- Definition Classes
- CidContainer
- Annotations
- @deprecated
- Deprecated
(Since version 1.18.0) use cids method instead
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated