class TTxState : ContractState
<init> |
TTxState(owner: CompositeKey, txContent: ByteArray) |
contract |
val contract: Contract
An instance of the contract class that will verify this state. |
owner |
val owner: CompositeKey |
participants |
val participants: List<CompositeKey>
A |
txContent |
val txContent: ByteArray |
hash |
fun ContractState.hash(): SecureHash
Returns the SHA-256 hash of the serialised contents of this state (not cached!) |