TransactionData

constructor(hash: ByteString, hashAlgorithm: Algorithm?, type: String, data: JsonObject)

Parameters

hash

hash of encoded transaction data item, calculated using hashAlgorithm or SHA256 if not explicitly specified

hashAlgorithm

algorithm, only if it was explicitly specified in transaction data

type

type of the transaction data item

data

JSON object that represents the transaction data item