Add Transaction::sign.

While I don't love the introduction of empty_signed, it's practically fine.
This commit is contained in:
Luke Parker
2023-04-23 01:25:45 -04:00
parent 3f6565588f
commit 710e6e5217
6 changed files with 67 additions and 75 deletions

View File

@@ -36,7 +36,6 @@ tokio = { version = "1", features = ["macros", "sync", "time", "rt"] }
[dev-dependencies]
zeroize = "^1.5"
rand_core = "0.6"
[features]
tests = []