Trait stack_epic_wallet_impls::SlatePutter
source · pub trait SlatePutter {
// Required method
fn put_tx(&self, slate: &Slate) -> Result<(), Error>;
}Expand description
Posts slates to be read later by a corresponding getter
pub trait SlatePutter {
// Required method
fn put_tx(&self, slate: &Slate) -> Result<(), Error>;
}Posts slates to be read later by a corresponding getter