[][src]Trait jlib::api::query::account_offer::AccountOfferI

pub trait AccountOfferI {
    fn request_account_offer<F>(
        &self,
        config: Box<Rc<Config>>,
        account: String,
        op: F
    )
    where
        F: Fn(Result<RequestAccountOfferResponse, AccountOffersSideKick>)
; }

Required methods

fn request_account_offer<F>(
    &self,
    config: Box<Rc<Config>>,
    account: String,
    op: F
) where
    F: Fn(Result<RequestAccountOfferResponse, AccountOffersSideKick>), 

Loading content...

Implementors

impl AccountOfferI for AccountOffer[src]

Loading content...