corda / net.corda.core.transactions / SignedTransaction / getKeyDescriptions

getKeyDescriptions

fun getKeyDescriptions(keys: Set<PublicKey>): ArrayList<String>

Get a human readable description of where signatures are required from, and are missing, to assist in debugging the underlying cause.

Note that the results should not be serialised, parsed or expected to remain stable between Corda versions.