Packages

object Hash

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Hash
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def assertFromByteArray(a: Array[Byte]): Hash
  6. def assertFromBytes(bs: Bytes): Hash
  7. def assertFromString(s: String): Hash
  8. def assertHashContractInstance(templateId: Identifier, arg: Value): Hash
    Annotations
    @throws(scala.this.throws.<init>$default$1[com.daml.lf.crypto.Hash.HashingError])
  9. def assertHashContractKey(templateId: Identifier, key: Value): Hash
    Annotations
    @throws(scala.this.throws.<init>$default$1[com.daml.lf.crypto.Hash.HashingError])
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  11. def deriveContractDiscriminator(nodeSeed: Hash, submitTime: Timestamp, parties: Set[Party]): Hash
  12. def deriveMaintainerContractKeyUUID(keyHash: Hash, maintainer: Party): Hash
  13. def deriveNodeSeed(parentDiscriminator: Hash, childIdx: Int): Hash
  14. def deriveSubmissionSeed(nonce: Hash, applicationId: LedgerString, commandId: LedgerString, submitter: Party): Hash
  15. def deriveTransactionSeed(submissionSeed: Hash, participantId: ParticipantId, submitTime: Timestamp): Hash
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def fromByteArray(a: Array[Byte]): Either[String, Hash]
  19. def fromBytes(bs: Bytes): Either[String, Hash]
  20. def fromHexString(s: HexString): Either[String, Hash]
  21. def fromString(s: String): Either[String, Hash]
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def hashChangeId(applicationId: ApplicationId, commandId: CommandId, actAs: Set[Party]): Hash
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  25. def hashContractInstnce(templateId: Identifier, arg: Value): Either[String, Hash]
  26. def hashContractKey(templateId: Identifier, key: Value): Either[String, Hash]
  27. def hashPrivateKey(s: String): Hash
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. implicit val order: Order[Hash]
  33. implicit val ordering: Ordering[Hash]
  34. def safeHashContractKey(templateId: Identifier, key: Value): Hash
  35. def secureRandom(seed: Hash): () => Hash
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. val underlyingHashLength: Int
  39. val version: Byte
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped