class SignersMissing : TransactionVerificationException
SignersMissing(tx: LedgerTransaction, missing: List<CompositeKey>)
val missing: List<CompositeKey>
val tx: LedgerTransaction
fun toString(): String