corda / net.corda.core.contracts / Attachment / signers

signers

abstract val signers: List<Party>
Deprecated: Use signerKeys. There is no requirement that attachment signers are Corda parties.

The parties that have correctly signed the whole attachment. Even though this returns a list of party objects, it is not required that these parties exist on the network, but rather they are a mapping from the signing key to the X.500 name.

Note: Anyone can sign attachments, not only Corda parties. It's recommended to use signerKeys.