package
0.6.2
Repository: https://github.com/bitcard/go-bitshares.git
Documentation: pkg.go.dev

# 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.