pub trait ZapSelectTx {
    // Required method
    fn zap_select_tx(
        &mut self,
        hash_in: &mut Vec<u256>,
        hash_out: &mut Vec<u256>
    ) -> DBErrors;
}

Required Methods§

source

fn zap_select_tx( &mut self, hash_in: &mut Vec<u256>, hash_out: &mut Vec<u256> ) -> DBErrors

Implementors§