Add a notification system for finalizations to serai-client, use in coordinator

This commit is contained in:
Luke Parker
2023-08-30 17:25:04 -04:00
parent e9fca37181
commit d5a19eca8c
4 changed files with 49 additions and 4 deletions

View File

@@ -16,6 +16,8 @@ rustdoc-args = ["--cfg", "docsrs"]
zeroize = "^1.5"
thiserror = { version = "1", optional = true }
futures = "0.3"
scale = { package = "parity-scale-codec", version = "3" }
scale-info = { version = "2", optional = true }