pub trait GetUnspentOutput {
// Required method
fn get_unspent_output(&mut self, output: &OutPoint, coin: &mut Coin) -> bool;
}
Required Methods§
sourcefn get_unspent_output(&mut self, output: &OutPoint, coin: &mut Coin) -> bool
fn get_unspent_output(&mut self, output: &OutPoint, coin: &mut Coin) -> bool
| Get unspent outputs associated with | a transaction. |