public static class TransactionVerificationException.MissingAttachmentRejection
A state requested a contract class via its TransactionState.contract field that didn't appear in any attached JAR at all. This usually implies the attachments were forgotten or a version mismatch.
public MissingAttachmentRejection(@NotNull
SecureHash txId,
@NotNull
java.lang.String contractClass)
A state requested a contract class via its TransactionState.contract field that didn't appear in any attached JAR at all. This usually implies the attachments were forgotten or a version mismatch.
contractClass - The fully qualified class name of the failing contract.