ignoring errors and some fix (#10344)

This commit is contained in:
Guillaume Thiolliere
2021-11-29 17:16:23 +09:00
committed by GitHub
parent 2fafb9546e
commit d91125389a
6 changed files with 26 additions and 30 deletions
+2 -3
View File
@@ -37,9 +37,8 @@
//! The latter typically requires passing one of:
//!
//! - A [`LocalCallExecutor`] running the runtime locally.
//! - A [`RemoteCallExecutor`](sc_client_api::light::RemoteCallRequest) that will ask a
//! third-party to perform the executions.
//! - A [`RemoteOrLocalCallExecutor`](sc_client_api::light::LocalOrRemote), combination of the two.
//! - A `RemoteCallExecutor` that will ask a third-party to perform the executions.
//! - A `RemoteOrLocalCallExecutor` combination of the two.
//!
//! Additionally, the fourth generic parameter of the `Client` is a marker type representing
//! the ways in which the runtime can interface with the outside. Any code that builds a `Client`