[][src]Trait grin_wallet_impls::SlateSender

pub trait SlateSender {
    fn send_tx(&self, slate: &Slate) -> Result<Slate, Error>;
}

Sends transactions to a corresponding SlateReceiver

Required methods

fn send_tx(&self, slate: &Slate) -> Result<Slate, Error>

Send a transaction slate to another listening wallet and return result TODO: Probably need a slate wrapper type

Loading content...

Implementors

impl SlateSender for HttpSlateSender[src]

impl SlateSender for KeybaseChannel[src]

fn send_tx(&self, slate: &Slate) -> Result<Slate, Error>[src]

Send a slate to a keybase username then wait for a response for TTL seconds.

Loading content...