WalletEventReceiver

Type Alias WalletEventReceiver 

Source
pub type WalletEventReceiver = Receiver<WalletEvent>;
Expand description

The Receiver part of an async_channel::bounded channel

Aliased Typeยง

pub struct WalletEventReceiver { /* private fields */ }