[][src]Trait jlib::api::query::spec_tx::SpecTxI

pub trait SpecTxI {
    fn request_tx<F>(&self, config: Config, hash: String, op: F)
    where
        F: Fn(Result<RequestTxResponse, SpecTxSideKick>)
; }

Required methods

fn request_tx<F>(&self, config: Config, hash: String, op: F) where
    F: Fn(Result<RequestTxResponse, SpecTxSideKick>), 

Loading content...

Implementors

impl SpecTxI for SpecTx[src]

Loading content...