object InteractiveSubmission
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InteractiveSubmission
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait HashError extends AnyRef
- final case class HashingFailed(message: String) extends HashError with Product with Serializable
- final case class TransactionMetadataForHashing extends Product with Serializable
- final case class UnsupportedHashingSchemeVersion(version: HashingSchemeVersion, currentProtocolVersion: ProtocolVersion, minProtocolVersion: Option[ProtocolVersion], supportedSchemesOnCurrentPV: Set[HashingSchemeVersion]) extends HashError with Product with Serializable
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]) @IntrinsicCandidate() @native()
- def computeVersionedHash(hashVersion: HashingSchemeVersion, transaction: VersionedTransaction, metadata: TransactionMetadataForHashing, nodeSeeds: Map[NodeId, LfHash], protocolVersion: ProtocolVersion, hashTracer: HashTracer): Either[HashError, Hash]
- implicit val contractIdOrdering: Ordering[LfContractId]
- 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
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def verifySignatures(hash: Hash, signatures: Map[PartyId, Seq[Signature]], cryptoPureApi: CryptoPureApi, topologySnapshot: TopologySnapshot, actAs: Set[LfPartyId], logger: TracedLogger)(implicit traceContext: TraceContext, executionContext: ExecutionContext): EitherT[FutureUnlessShutdown, String, Unit]
Verify that the signatures provided cover the actAs parties, and are valid.
Verify that the signatures provided cover the actAs parties, and are valid.
- hash
hash of the transaction
- signatures
signatures provided in the request
- actAs
actAs parties that should be covered by the signatures
- 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])
- object TransactionMetadataForHashing extends Serializable