mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-08 18:17:22 +00:00
Rearrange export structure to something a bit more convenient.
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
|
||||
//! Hashable trait.
|
||||
|
||||
use slicable::Slicable;
|
||||
use runtime_support::{blake2_256, twox_128, twox_256};
|
||||
use codec::Slicable;
|
||||
use runtime_std::{blake2_256, twox_128, twox_256};
|
||||
|
||||
pub trait Hashable: Sized {
|
||||
fn blake2_256(&self) -> [u8; 32];
|
||||
|
||||
Reference in New Issue
Block a user