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

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

API for accessing previous transaction output data

Required methods

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

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

Loading content...

Implementations on Foreign Types

impl InputPreviousTxo for PartiallySignedTransaction[src]

Loading content...

Implementors

Loading content...