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