[][src]Struct lnpbp::TxoutSeal

pub struct TxoutSeal<'a, RESOLVER> where
    RESOLVER: TxResolve
{ /* fields omitted */ }

Implementations

impl<'a, RESOLVER> TxoutSeal<'a, RESOLVER> where
    RESOLVER: TxResolve
[src]

pub fn new(seal_definition: OutPoint, resolver: &'a RESOLVER) -> Self[src]

Trait Implementations

impl<'a, RESOLVER> SingleUseSeal for TxoutSeal<'a, RESOLVER> where
    RESOLVER: TxResolve
[src]

type Witness = Witness

Associated type for the witness produced by the single-use-seal close procedure Read more

type Definition = OutPoint

Type that contains seal definition

type Error = Error

Closing and verification errors

Auto Trait Implementations

impl<'a, RESOLVER> RefUnwindSafe for TxoutSeal<'a, RESOLVER> where
    RESOLVER: RefUnwindSafe
[src]

impl<'a, RESOLVER> Send for TxoutSeal<'a, RESOLVER> where
    RESOLVER: Sync
[src]

impl<'a, RESOLVER> Sync for TxoutSeal<'a, RESOLVER> where
    RESOLVER: Sync
[src]

impl<'a, RESOLVER> Unpin for TxoutSeal<'a, RESOLVER>[src]

impl<'a, RESOLVER> UnwindSafe for TxoutSeal<'a, RESOLVER> where
    RESOLVER: RefUnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.