# Functions
No description provided by the author
NewTransactionSigner creates an New TransactionSigner.
SignWithKeys signs a given transaction with given private keys.
VerifySignedTransaction verifies a signed transaction against all available keys in keyBag.If all required keys are found the function returns true, otherwise false.
# Structs
KeyBag is a PrivateKey collection for signing and verifying purposes.
TransactionSigner can sign and verify a transaction.