Trait stack_epic_wallet_impls::SlateGetter
source · pub trait SlateGetter {
// Required method
fn get_tx(&self) -> Result<Slate, Error>;
}Expand description
Checks for a transaction from a corresponding SlatePutter, returns the transaction if it exists