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