[][src]Trait jlib::api::query::account_info::AccountInfoI

pub trait AccountInfoI {
    fn request_account_info<F>(&self, config: &Config, account: String, op: F)
    where
        F: Fn(Result<RequestAccountInfoResponse, AccounInfoSideKick>)
; }

Required methods

fn request_account_info<F>(&self, config: &Config, account: String, op: F) where
    F: Fn(Result<RequestAccountInfoResponse, AccounInfoSideKick>), 

Loading content...

Implementors

impl AccountInfoI for AccountInfo[src]

Loading content...