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

@@ -17,6 +17,7 @@ rustdoc-args = ["--cfg", "docsrs"]
async-trait = "0.1"
zeroize = "^1.5"
rand_core = "0.6"
blake2 = "0.10"
@@ -40,6 +41,4 @@ log = "0.4"
tokio = { version = "1", features = ["full"] }
[dev-dependencies]
rand_core = "0.6"
tributary = { package = "tributary-chain", path = "./tributary", features = ["tests"] }