mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 16:51:02 +00:00
Release parachain host API v4 (#2325)
* Release parachain host API v4
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -234,7 +234,7 @@ impl RuntimeApiSubsystemClient for BlockChainRpcClient {
|
||||
&self,
|
||||
at: Hash,
|
||||
session_index: polkadot_primitives::SessionIndex,
|
||||
) -> Result<Option<polkadot_primitives::vstaging::ExecutorParams>, sp_api::ApiError> {
|
||||
) -> Result<Option<polkadot_primitives::ExecutorParams>, sp_api::ApiError> {
|
||||
Ok(self
|
||||
.rpc_client
|
||||
.parachain_host_session_executor_params(at, session_index)
|
||||
|
||||
Reference in New Issue
Block a user