mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
Define node_runtime compatible Runtime types (#23)
* Define default `node_runtime` compatible Runtime * rustfmt
This commit is contained in:
@@ -78,11 +78,13 @@ mod events;
|
||||
mod extrinsic;
|
||||
mod metadata;
|
||||
mod rpc;
|
||||
mod runtimes;
|
||||
mod srml;
|
||||
|
||||
pub use error::Error;
|
||||
pub use events::RawEvent;
|
||||
pub use rpc::ExtrinsicSuccess;
|
||||
pub use runtimes::*;
|
||||
pub use srml::*;
|
||||
|
||||
fn connect<T: System>(url: &Url) -> impl Future<Item = Rpc<T>, Error = Error> {
|
||||
|
||||
Reference in New Issue
Block a user