[][src]Trait grin_wallet_impls::SlateReceiver

pub trait SlateReceiver {
    fn listen(
        &self,
        config: WalletConfig,
        passphrase: ZeroingString,
        account: &str,
        node_api_secret: Option<String>
    ) -> Result<(), Error>; }

Required methods

fn listen(
    &self,
    config: WalletConfig,
    passphrase: ZeroingString,
    account: &str,
    node_api_secret: Option<String>
) -> Result<(), Error>

Start a listener, passing received messages to the wallet api directly Takes a wallet config for now to avoid needing all sorts of awkward type parameters on this trait

Loading content...

Implementors

impl SlateReceiver for KeybaseAllChannels[src]

fn listen(
    &self,
    config: WalletConfig,
    passphrase: ZeroingString,
    account: &str,
    node_api_secret: Option<String>
) -> Result<(), Error>
[src]

Start a listener, passing received messages to the wallet api directly

Loading content...