Trait tetsy_local_store::NodeInfo[][src]

pub trait NodeInfo: Send + Sync {
    fn pending_transactions(&self) -> Vec<PendingTransaction>;
}

Something which can provide information about the local node.

Required methods

fn pending_transactions(&self) -> Vec<PendingTransaction>[src]

Get all pending transactions of local origin.

Loading content...

Implementors

Loading content...