Trait bip_util::trans::TransactionIds [] [src]

pub trait TransactionIds<T> {
    fn generate(&mut self) -> T;
}

Required Methods

Implementors