Implement get_outputs_in_block for Monero

Uses a dummy view/spend for now, as we don't have wallet management yet.
This commit is contained in:
Luke Parker
2022-05-28 05:24:17 -04:00
parent e950b9682b
commit 92098b24ea
3 changed files with 26 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ edition = "2021"
async-trait = "0.1"
thiserror = "1"
curve25519-dalek = { version = "3", features = ["std"] }
monero = { version = "0.16", features = ["experimental"] }
monero-serai = { path = "../coins/monero", features = ["multisig"] }