pub trait UnlockCoinWithBatch {
// Required method
fn unlock_coin_with_batch(
&mut self,
output: &OutPoint,
batch: Option<*mut WalletBatch>
) -> bool;
}
pub trait UnlockCoinWithBatch {
// Required method
fn unlock_coin_with_batch(
&mut self,
output: &OutPoint,
batch: Option<*mut WalletBatch>
) -> bool;
}