[][src]Trait lnpbp::seals::TxResolve

pub trait TxResolve {
    type Error: Error;
    pub fn tx_container(
        &self,
        outpoint: OutPoint
    ) -> Result<TxContainer, Self::Error>;
pub fn tx_and_data(
        &self,
        outpoint: OutPoint
    ) -> Result<(Transaction, TxSupplement), Self::Error>; }

Associated Types

Loading content...

Required methods

pub fn tx_container(
    &self,
    outpoint: OutPoint
) -> Result<TxContainer, Self::Error>
[src]

pub fn tx_and_data(
    &self,
    outpoint: OutPoint
) -> Result<(Transaction, TxSupplement), Self::Error>
[src]

Loading content...

Implementors

Loading content...