mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-18 10:02:45 -05:00
feat(swap-controller): Add monero-seed RPC command (#511)
This commit is contained in:
parent
dac835f925
commit
6861f38f16
5 changed files with 37 additions and 2 deletions
|
|
@ -23,6 +23,8 @@ pub enum Cmd {
|
|||
MoneroBalance,
|
||||
/// Get Monero wallet address
|
||||
MoneroAddress,
|
||||
/// Get Monero seed and restore height
|
||||
MoneroSeed,
|
||||
/// Get external multiaddresses
|
||||
Multiaddresses,
|
||||
/// Get active connection count
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue