Trait bitcoinwallet_interface::Encrypt
source · pub trait Encrypt {
// Required method
fn encrypt(
&mut self,
master_key: &KeyingMaterial,
batch: *mut WalletBatch
) -> bool;
}
pub trait Encrypt {
// Required method
fn encrypt(
&mut self,
master_key: &KeyingMaterial,
batch: *mut WalletBatch
) -> bool;
}