SignatureAttachmentConstraint

An AttachmentConstraint that verifies that the attachment has signers that fulfil the provided PublicKey. See: Signature Constraints

Constructors

Link copied to clipboard
constructor(key: PublicKey)

Types

Link copied to clipboard

Properties

Link copied to clipboard

A PublicKey that must be fulfilled by the owning keys of the attachment's signing parties.

Functions

Link copied to clipboard

This method will be used in conjunction with NoConstraintPropagation. It is run during transaction verification when the contract is not annotated with NoConstraintPropagation. When constraints propagation is enabled, constraints set on output states need to follow certain rules with regards to constraints of input states.

Link copied to clipboard
open override fun isSatisfiedBy(attachment: Attachment): Boolean

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