corda / net.corda.core.contracts / AutomaticHashConstraint

AutomaticHashConstraint

object AutomaticHashConstraint : AttachmentConstraint
Deprecated: The name is no longer valid as multiple constraints were added.

Functions

isSatisfiedBy

Returns whether the given contract attachment can be used with the ContractState associated with this constraint object.

fun isSatisfiedBy(attachment: Attachment): Boolean