object HashPurpose
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HashPurpose
- 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
- val AcknowledgementSignature: HashPurpose
- val AggregationId: HashPurpose
- val AssignmentCommonData: HashPurpose
- val AssignmentView: HashPurpose
- val AuthenticationToken: HashPurpose
- val BftAvailabilityAck: HashPurpose
- val BftBatchId: HashPurpose
- val BftOrderingPbftBlock: HashPurpose
- val BftSignedAvailabilityMessage: HashPurpose
- val BftSignedConsensusMessage: HashPurpose
- val BftSignedRetransmissionMessage: HashPurpose
- val BftSignedStateTransferMessage: HashPurpose
- val CantonScript: HashPurpose
- val CommonMetadata: HashPurpose
- val DbLockId: HashPurpose
- val DecentralizedNamespaceNamespace: HashPurpose
- val HashedAcsCommitment: HashPurpose
- val MerkleTreeInnerNode: HashPurpose
- val MultiTopologyTransaction: HashPurpose
- val OnlinePartyReplicationId: HashPurpose
- val OrderingRequestSignature: HashPurpose
- val ParticipantMetadata: HashPurpose
- val PartyUpdateId: HashPurpose
- val PreparedSubmission: HashPurpose
- val PublicKeyFingerprint: HashPurpose
- val RepairTransactionId: HashPurpose
- val SequencedEventSignature: HashPurpose
- val SessionKeyDelegation: HashPurpose
- val SignedProtocolMessageSignature: HashPurpose
- val Stakeholders: HashPurpose
- val SubmissionRequestSignature: HashPurpose
- val SubmitterMetadata: HashPurpose
- val TopologyMappingUniqueKey: HashPurpose
- val TopologyTransactionSignature: HashPurpose
- val TopologyUpdateId: HashPurpose
- val UnassignmentCommonData: HashPurpose
- val UnassignmentView: HashPurpose
- val Unicum: HashPurpose
- val ViewCommonData: HashPurpose
- val ViewParticipantData: HashPurpose
- val _AcsCommitment: HashPurpose
- val _AgreementId: HashPurpose
- val _DarIdentifier: HashPurpose
- val _Discriminator: HashPurpose
- val _Hmac: HashPurpose
- val _LegalIdentityClaim: HashPurpose
- val _MalformedMediatorRequestResult: HashPurpose
- val _MediatorLeadershipEvent: HashPurpose
- val _MediatorResponseSignature: HashPurpose
- val _ParticipantStateSignature: HashPurpose
- val _SetTrafficPurchased: HashPurpose
- val _SynchronizerTopologyTransactionMessageSignature: HashPurpose
- val _TransactionResultSignature: HashPurpose
- val _TransferResultSignature: HashPurpose
- val _TransferViewTreeMessageSeed: HashPurpose
- def apply(id: Int, description: String): HashPurpose
Creates a new HashPurpose with a given description
- 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 description(hashPurpose: HashPurpose): String
Returns the description that was given when the hash purpose was created.
- 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
- 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])