mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
Full native build with new structure.
No tests yet. Wasm build still pulls in std.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
//! Polkadot blockchain API.
|
||||
|
||||
use primitives::relay::block;
|
||||
use primitives::block;
|
||||
use client;
|
||||
use state_machine;
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ mod error;
|
||||
mod tests;
|
||||
|
||||
use client::{self, Client};
|
||||
use primitives::relay::block;
|
||||
use primitives::contract::{StorageKey, StorageData};
|
||||
use primitives::block;
|
||||
use primitives::storage::{StorageKey, StorageData};
|
||||
use state_machine;
|
||||
|
||||
use self::error::Result;
|
||||
|
||||
Reference in New Issue
Block a user