Define all coordinator transaction types

This commit is contained in:
Luke Parker
2023-04-11 19:04:53 -04:00
parent 90f67b5e54
commit 2cfee536f6
10 changed files with 372 additions and 0 deletions

View File

@@ -14,4 +14,16 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
blake2 = "0.10"
frost = { package = "modular-frost", path = "../crypto/frost" }
processor-messages = { package = "processor-messages", path = "../processor/messages" }
tributary = { package = "tributary-chain", path = "./tributary" }
tokio = { version = "1", features = ["full"] }
[dev-dependencies]
rand_core = "0.6"
tributary = { package = "tributary-chain", path = "./tributary", features = ["tests"] }