corda / net.corda.core.contracts / TransactionType / NotaryChange / getRequiredSigners

getRequiredSigners

fun getRequiredSigners(tx: LedgerTransaction): Set<CompositeKey>

Overrides TransactionType.getRequiredSigners

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.