pub trait GetCoins { fn get_coins(&mut self, outputs: &Vec<OutPoint>) -> Vec<WalletTxOut>; }
| Return wallet transaction output information. |