mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
feat: add low-level runtime upgrade API (#657)
* feat: add low-level runtime upgrade API * grumbles * cargo fmt * dont use apply_update in perform_runtime_upgrades * fix nit * remove metadata check * fix doc tests * fix final comments * Update subxt/src/client/online_client.rs * cargo fmt * Update subxt/src/client/online_client.rs
This commit is contained in:
@@ -16,6 +16,9 @@ pub use offline_client::{
|
||||
OfflineClientT,
|
||||
};
|
||||
pub use online_client::{
|
||||
ClientRuntimeUpdater,
|
||||
OnlineClient,
|
||||
OnlineClientT,
|
||||
RuntimeUpdaterStream,
|
||||
UpgradeError,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user