Create a vote transaction upon GeneratedKeyPair

This commit is contained in:
Luke Parker
2023-05-10 00:46:51 -04:00
parent c95bdb6752
commit 168f2899f0
4 changed files with 90 additions and 11 deletions

View File

@@ -29,6 +29,7 @@ frost = { package = "modular-frost", path = "../crypto/frost" }
scale = { package = "parity-scale-codec", version = "3", features = ["derive"] }
schnorrkel = "0.10"
sp-application-crypto = { git = "https://github.com/serai-dex/substrate", default-features = false }
serai-db = { path = "../common/db" }
@@ -38,6 +39,7 @@ tributary = { package = "tributary-chain", path = "./tributary" }
serai-client = { path = "../substrate/client", features = ["serai"] }
hex = "0.4"
log = "0.4"
tokio = { version = "1", features = ["full"] }