public class MissingContractAttachments
A contract attachment was missing when trying to automatically attach all known contract attachments
@JvmOverloads
public MissingContractAttachments(@NotNull
java.util.List<? extends net.corda.core.contracts.TransactionState<? extends net.corda.core.contracts.ContractState>> states,
@Nullable
java.lang.String contractsClassName,
@Nullable
java.lang.Integer minimumRequiredContractClassVersion)
A contract attachment was missing when trying to automatically attach all known contract attachments
states - States which have contracts that do not have corresponding attachments in the attachment store.@JvmOverloads
public MissingContractAttachments(@NotNull
java.util.List<? extends net.corda.core.contracts.TransactionState<? extends net.corda.core.contracts.ContractState>> states,
@Nullable
java.lang.String contractsClassName)
A contract attachment was missing when trying to automatically attach all known contract attachments
states - States which have contracts that do not have corresponding attachments in the attachment store.@JvmOverloads
public MissingContractAttachments(@NotNull
java.util.List<? extends net.corda.core.contracts.TransactionState<? extends net.corda.core.contracts.ContractState>> states)
A contract attachment was missing when trying to automatically attach all known contract attachments
states - States which have contracts that do not have corresponding attachments in the attachment store.