net.corda.core.contracts / TransactionType / getRequiredSigners

getRequiredSigners

abstract fun getRequiredSigners(tx: LedgerTransaction): Set<PublicKey>

Return the list of public keys that that require signatures for the transaction type. Note: the notary key is checked separately for all transactions and need not be included.