feat(client): add client metadata and wallet visibility support
This commit is contained in:
@@ -89,7 +89,7 @@ pub trait Sender<Outbound>: Send + Sync {
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
pub trait Receiver<Inbound>: Send + Sync {
|
||||
pub trait Receiver<Inbound>: Send + Sync {
|
||||
async fn recv(&mut self) -> Option<Inbound>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user