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

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

Required methods

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

fn format(&mut self)

Loading content...

Implementors

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

Loading content...