[][src]Trait jlib::base::local_sign::sign_cancel_offer::FormatSignTxJson

pub trait FormatSignTxJson {
    fn prepare(&mut self, sign_tx: &SignTx);
fn format(&mut self, tx: &mut SignedTxJson); }

Required methods

fn prepare(&mut self, sign_tx: &SignTx)

fn format(&mut self, tx: &mut SignedTxJson)

Loading content...

Implementors

impl<'a> FormatSignTxJson for SignTxCancelOffer<'a>[src]

Loading content...