pub trait GetCoins {
    fn get_coins(&mut self, outputs: &Vec<OutPoint>) -> Vec<WalletTxOut>;
}

Required Methods§

| Return wallet transaction output information. |

Implementors§