sealed trait LeafOnlyAction extends Action
A transaction node with no children
- Alphabetic
- By Inheritance
- LeafOnlyAction
- Action
- ActionNodeInfo
- Node
- CidContainer
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def byInterface: Option[TypeConName]
- Definition Classes
- Action
- abstract def byKey: Boolean
- Definition Classes
- Action
- abstract def canEqual(that: Any): Boolean
- Definition Classes
- Equals
- abstract 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
- ActionNodeInfo
- abstract def mapCid(f: (ContractId) => ContractId): Action
- Definition Classes
- CidContainer
- abstract def productArity: Int
- Definition Classes
- Product
- abstract def productElement(n: Int): Any
- Definition Classes
- Product
- abstract 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 actors as the nodes' required authorizers. However, the our transaction data structure did not include the actors 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
- Action → ActionNodeInfo
- abstract def templateId: TypeConName
- Definition Classes
- Action
- abstract def version: TransactionVersion
- Definition Classes
- Action
Concrete 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cids: Set[ContractId]
- Definition Classes
- CidContainer
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def collectCids(acc: Set[ContractId]): Set[ContractId]
- Definition Classes
- CidContainer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def foreachCid(f: (ContractId) => Unit): Unit
- Definition Classes
- CidContainer
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Product
- final def self: LeafOnlyAction.this.type
- Attributes
- protected
- Definition Classes
- Action → CidContainer
- final def suffixCid(f: (Hash) => Bytes): Either[String, Action]
- Definition Classes
- CidContainer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def traverseCid[L](f: (ContractId) => Either[L, ContractId]): Either[L, Action]
- Definition Classes
- CidContainer
- def versioned[X](x: X): Versioned[X]
- Attributes
- protected
- Definition Classes
- Action
- 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