mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 11:31:05 +00:00
Introduce static hex and valid signature for block test.
This commit is contained in:
@@ -4,13 +4,16 @@
|
||||
#[macro_use]
|
||||
extern crate runtime_support;
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate rustc_hex;
|
||||
|
||||
mod codec;
|
||||
mod support;
|
||||
mod runtime;
|
||||
pub use codec::{endiansensitive, streamreader, joiner, slicable, keyedvec};
|
||||
pub use support::{primitives, function, environment, storage};
|
||||
#[cfg(test)]
|
||||
pub use support::testing;
|
||||
pub use support::{testing, statichex};
|
||||
|
||||
|
||||
#[allow(unused_imports)] // TODO: remove in due course
|
||||
|
||||
Reference in New Issue
Block a user