TFullCallExecutor

Type Alias TFullCallExecutor 

Source
pub type TFullCallExecutor<TBl, TExec> = LocalCallExecutor<TBl, Backend<TBl>, TExec>;
Expand description

Full client call executor type.

Aliased Typeยง

pub struct TFullCallExecutor<TBl, TExec> { /* private fields */ }