Trait bitcoinwallet_interface::UnlockCoin
source · pub trait UnlockCoin {
// Required method
fn unlock_coin(&mut self, output: &OutPoint) -> bool;
}
pub trait UnlockCoin {
// Required method
fn unlock_coin(&mut self, output: &OutPoint) -> bool;
}