object acs extends Helpful
- Annotations
- @Summary(s = "Read active contracts (Java bindings)", flag = FeatureFlag.Testing) @Group(name = "Active Contracts (Java bindings)")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- acs
- Helpful
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 await[TC <: Contract[TCid, T], TCid <: ContractId[T], T <: Template](companion: ContractCompanion[TC, TCid, T])(partyId: PartyId, predicate: (TC) => Boolean = (_: TC) => true, timeout: NonNegativeDuration = timeouts.ledgerCommand): TC
- Annotations
- @Summary(s = "Wait until a contract becomes available and return the Java codegen contract", flag = FeatureFlag.Testing) @Description(s = """This function can be used for contracts with a code-generated Scala model.
|You can refine your search using the `filter` function argument.
|The command will wait until the contract appears or throw an exception once it times out.""")
- 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
- def filter[TC <: Contract[TCid, T], TCid <: ContractId[T], T <: Template](templateCompanion: ContractCompanion[TC, TCid, T])(partyId: PartyId, predicate: (TC) => Boolean = (_: TC) => true): Seq[TC]
- Annotations
- @Summary(s = "Filter the ACS for contracts of a particular Java code-generated template", flag = FeatureFlag.Testing) @Description(s = """To use this function, ensure a code-generated Java model for the target template exists.
|You can refine your search using the `predicate` function argument.""")
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def help(methodName: String)(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- Annotations
- @Summary(s = "Help for specific commands (use help() or help(\"method\") for more information)", flag = console.this.Help.Summary.<init>$default$2) @Topic(t = Seq("Top-level Commands"))
- def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- 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])