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

2
Cargo.lock generated
View File

@@ -1319,6 +1319,7 @@ dependencies = [
"ciphersuite",
"flexible-transcript",
"futures",
"hex",
"lazy_static",
"log",
"modular-frost",
@@ -1326,6 +1327,7 @@ dependencies = [
"processor-messages",
"rand_core 0.6.4",
"schnorr-signatures",
"schnorrkel",
"serai-client",
"serai-db",
"sp-application-crypto",