[][src]Trait lnpbp::bp::resolvers::InputPreviousTxo

pub trait InputPreviousTxo {
    pub fn input_previous_txo(&self, index: usize) -> Result<&TxOut, MatchError>;
}

API for accessing previous transaction output data

Required methods

pub fn input_previous_txo(&self, index: usize) -> Result<&TxOut, MatchError>[src]

Returns TxOut reference returned by resolver, if any, or reports specific matching error prevented from getting the output

Loading content...

Implementors

impl InputPreviousTxo for Psbt[src]

Loading content...