pub trait ListLockedCoins { // Required method fn list_locked_coins(&self, outpts: &mut Vec<OutPoint>); }