Trait grin_wallet_impls::SlatePutter

source ·
pub trait SlatePutter {
    // Required method
    fn put_tx(&self, slate: &Slate, as_bin: bool) -> Result<(), Error>;
}
Expand description

Posts slates to be read later by a corresponding getter

Required Methods§

source

fn put_tx(&self, slate: &Slate, as_bin: bool) -> Result<(), Error>

Send a transaction asynchronously

Implementors§