net.corda.core.contracts / DummyState

DummyState

data class DummyState : ContractState

Dummy state for use in testing. Not part of any contract, not even the DummyContract.



Constructors

<init> DummyState(magicNumber: Int = 0)

Dummy state for use in testing. Not part of any contract, not even the DummyContract.

Properties

contract val contract: DummyContract

An instance of the contract class that will verify this state.

magicNumber val magicNumber: Int
participants val participants: List<PublicKey>

A participant is any party that is able to consume this state in a valid transaction.

Inherited Properties

encumbrance open val encumbrance: Int?

All contract states may be encumbered by up to one other state.

Extension Functions

hash fun ContractState.hash(): SecureHash

Returns the SHA-256 hash of the serialised contents of this state (not cached)