mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 12:51:05 +00:00
ignoring errors and some fix (#10344)
This commit is contained in:
committed by
GitHub
parent
2fafb9546e
commit
d91125389a
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user