StateAndContract

data class StateAndContract(val state: ContractState, val contract: ContractClassName)

A convenience class for passing around a state and it's contract

Constructors

Link copied to clipboard
constructor(state: ContractState, contract: ContractClassName)

Properties

Link copied to clipboard

The contract that should verify the state

Link copied to clipboard

A state