mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-14 01:05:58 -04:00
Add the list-sellers
command to the CLI
This command uses a rendezvous node to find sellers (i.e. ASBs) and query them for quotes. Sellers, that can be dialed and queried for a quote will be listed.
This commit is contained in:
parent
4ffb2f14be
commit
8fb20db33e
8 changed files with 361 additions and 10 deletions
|
@ -2,6 +2,7 @@ mod behaviour;
|
|||
pub mod cancel;
|
||||
pub mod command;
|
||||
mod event_loop;
|
||||
mod list_sellers;
|
||||
pub mod refund;
|
||||
pub mod tracing;
|
||||
pub mod transport;
|
||||
|
@ -9,4 +10,5 @@ pub mod transport;
|
|||
pub use behaviour::{Behaviour, OutEvent};
|
||||
pub use cancel::cancel;
|
||||
pub use event_loop::{EventLoop, EventLoopHandle};
|
||||
pub use list_sellers::{list_sellers, XmrBtcNamespace};
|
||||
pub use refund::refund;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue