object Node extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Node
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed abstract class Action extends Node with ActionNodeInfo with CidContainer[Action]
action nodes parametrized over identifier type
- final case class Create(coid: ContractId, templateId: TypeConName, arg: Value, agreementText: String, signatories: Set[Party], stakeholders: Set[Party], key: Option[KeyWithMaintainers], version: TransactionVersion) extends Action with LeafOnlyAction with ActionNodeInfo.Create with Product with Serializable
Denotes the creation of a contract instance.
- final case class Exercise(targetCoid: ContractId, templateId: TypeConName, interfaceId: Option[TypeConName], choiceId: ChoiceName, consuming: Boolean, actingParties: Set[Party], chosenValue: Value, stakeholders: Set[Party], signatories: Set[Party], choiceObservers: Set[Party], children: ImmArray[NodeId], exerciseResult: Option[Value], key: Option[KeyWithMaintainers], byKey: Boolean, version: TransactionVersion) extends Action with ActionNodeInfo.Exercise with Product with Serializable
Denotes a transaction node for an exercise.
Denotes a transaction node for an exercise. We remember the
children
of thisNodeExercises
to allow segregating the graph afterwards into party-specific ledgers. - final case class Fetch(coid: ContractId, templateId: TypeConName, actingParties: Set[Party], signatories: Set[Party], stakeholders: Set[Party], key: Option[KeyWithMaintainers], byKey: Boolean, version: TransactionVersion) extends Action with LeafOnlyAction with ActionNodeInfo.Fetch with Product with Serializable
Denotes that the contract identifier
coid
needs to be active for the transaction to be valid. - final case class KeyWithMaintainers(key: Value, maintainers: Set[Party]) extends CidContainer[KeyWithMaintainers] with Product with Serializable
- sealed trait LeafOnlyAction extends Action
A transaction node with no children
- final case class LookupByKey(templateId: TypeConName, key: KeyWithMaintainers, result: Option[ContractId], version: TransactionVersion) extends Action with LeafOnlyAction with ActionNodeInfo.LookupByKey with Product with Serializable
- final case class Rollback(children: ImmArray[NodeId]) extends Node with Product with Serializable
- type VersionedKeyWithMaintainers = Versioned[KeyWithMaintainers]
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated