mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 13:21:01 +00:00
Fix wasm build
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -16,9 +16,10 @@
|
||||
|
||||
//! Block and header type definitions.
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
use rstd::vec::Vec;
|
||||
use {bytes, Hash};
|
||||
#[cfg(feature = "std")]
|
||||
use bytes;
|
||||
use Hash;
|
||||
use codec::{Input, Slicable};
|
||||
|
||||
/// Used to refer to a block number.
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user