case class TransactionId(hash: Hash) extends HasCryptographicEvidence with Product with Serializable
A hash-based transaction id.
- Alphabetic
- By Inheritance
- TransactionId
- Serializable
- Product
- Equals
- HasCryptographicEvidence
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def asLedgerTransactionId: Either[String, LedgerTransactionId]
- def getCryptographicEvidence: ByteString
Returns the serialization of the object into a com.google.protobuf.ByteString.
Returns the serialization of the object into a com.google.protobuf.ByteString. In particular, every instance
i
of this trait must equalfromByteString(i.toByteString)
.This method must yield the same result if it is invoked several times.
- Definition Classes
- TransactionId → HasCryptographicEvidence
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def toProtoPrimitive: ByteString
- def toRootHash: RootHash
- def tryAsLedgerTransactionId: LedgerTransactionId
- def unwrap: Hash