TransactionSignerInterface
type TransactionSignerInterface
An async signer implementation which wraps a `TransactionSignerFn` definition, which can be used to sign a transaction with a callback.
type TransactionSignerInterface interface {
Sign(txn *Transaction) (*UserSignature, error)
}