data class TransactionParts
The minimum amount of information needed to notarise a transaction. Note that this does not include any sensitive transaction details.
<init> |
TransactionParts(id: SecureHash, inputs: List<StateRef>, timestamp: Timestamp?)
The minimum amount of information needed to notarise a transaction. Note that this does not include any sensitive transaction details. |
id |
val id: SecureHash |
inputs |
val inputs: List<StateRef> |
timestamp |
val timestamp: Timestamp? |