Packages

case class TransactionId(hash: Hash) extends HasCryptographicEvidence with Product with Serializable

A hash-based transaction id.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransactionId
  2. Serializable
  3. Product
  4. Equals
  5. HasCryptographicEvidence
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TransactionId(hash: Hash)

Value Members

  1. def asLedgerTransactionId: Either[String, LedgerTransactionId]
  2. 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 equal fromByteString(i.toByteString).

    This method must yield the same result if it is invoked several times.

    Definition Classes
    TransactionIdHasCryptographicEvidence
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def toProtoPrimitive: ByteString
  5. def toRootHash: RootHash
  6. def tryAsLedgerTransactionId: LedgerTransactionId
  7. def unwrap: Hash