TransactionData
constructor(type: TransactionType<PayloadT>, serialized: ByteString, hashAlgorithms: List<Algorithm>?, payload: PayloadT)
Parameters
type
type of the transaction data item
serialized
serialized representation of the transaction data
hashAlgorithms
accepted hash algorithm override list for this transaction data in the order of preference
payload
transaction payload