PreviousTransactionBlock

data class PreviousTransactionBlock(val digest: String?)

Constructors

Link copied to clipboard
constructor(digest: String?)

Properties

Link copied to clipboard

A 32-byte hash that uniquely identifies the transaction block contents, encoded in Base58. This serves as a unique id for the block on chain.