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