Trait stack_epic_wallet_impls::SlateSender
source · pub trait SlateSender {
// Required method
fn send_tx(&self, slate: &Slate) -> Result<Slate, Error>;
}Expand description
Sends transactions to a corresponding SlateReceiver
pub trait SlateSender {
// Required method
fn send_tx(&self, slate: &Slate) -> Result<Slate, Error>;
}Sends transactions to a corresponding SlateReceiver