corda / net.corda.core.transactions / MissingContractAttachments

MissingContractAttachments

class MissingContractAttachments : FlowException

A contract attachment was missing when trying to automatically attach all known contract attachments

Constructors

<init>

A contract attachment was missing when trying to automatically attach all known contract attachments

MissingContractAttachments(states: List<TransactionState<ContractState>>, contractsClassName: String? = null, minimumRequiredContractClassVersion: Version? = null)

Properties

states

States which have contracts that do not have corresponding attachments in the attachment store.

val states: List<TransactionState<ContractState>>