[][src]Trait grin_wallet_impls::SlateGetter

pub trait SlateGetter {
    fn get_tx(&self) -> Result<Slate, Error>;
}

Checks for a transaction from a corresponding SlatePutter, returns the transaction if it exists

Required methods

fn get_tx(&self) -> Result<Slate, Error>

Receive a transaction async. (Actually just read it from wherever and return the slate)

Loading content...

Implementors

impl SlateGetter for PathToSlate[src]

Loading content...