final class CommandsValidator extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommandsValidator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CommandsValidator(ledgerId: LedgerId, validateDisclosedContracts: ValidateDisclosedContracts, validateUpgradingPackageResolutions: ValidateUpgradingPackageResolutions = ValidateUpgradingPackageResolutions.UpgradingDisabled)
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
- def validateCommands(commands: Commands, currentLedgerTime: Instant, currentUtcTime: Instant, maxDeduplicationDuration: Option[Duration])(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, Commands]
- def validateDeduplicationPeriod(deduplicationPeriod: daml.ledger.api.v1.commands.Commands.DeduplicationPeriod, optMaxDeduplicationDuration: Option[Duration])(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, DeduplicationPeriod]
We validate only using current time because we set the currentTime as submitTime so no need to check both
We validate only using current time because we set the currentTime as submitTime so no need to check both
- Annotations
- @nowarn()
- def validateInnerCommand(command: Command)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, ApiCommand]
- def validateInnerCommands(commands: Seq[Command])(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, Seq[ApiCommand]]
- 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])