[][src]Trait lnpbp::bp::lex_order::LexOrder

pub trait LexOrder {
    fn lex_order(&mut self);

    fn lex_ordered(self) -> Self
    where
        Self: Sized
, { ... } }

Required methods

fn lex_order(&mut self)

Loading content...

Provided methods

fn lex_ordered(self) -> Self where
    Self: Sized

Loading content...

Implementations on Foreign Types

impl LexOrder for Vec<PublicKey>[src]

impl LexOrder for Vec<PublicKey>[src]

impl LexOrder for Vec<TxIn>[src]

impl LexOrder for Vec<TxOut>[src]

impl LexOrder for Transaction[src]

Loading content...

Implementors

impl LexOrder for Psbt[src]

Loading content...