pub fn new_full_client<TBl, TRtApi, TExecDisp>(
    config: &Configuration
) -> Result<TFullClient<TBl, TRtApi, TExecDisp>, Error> where
    TBl: BlockT,
    TExecDisp: NativeExecutionDispatch + 'static, 
Expand description

Creates a new full client for the given config.