mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 00:41:03 +00:00
Repot and introduce keccak-256 external.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
use primitives::Timestamp;
|
||||
|
||||
pub fn timestamp() -> Timestamp {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
pub fn set_timestamp(_now: Timestamp) {
|
||||
unimplemented!()
|
||||
}
|
||||
Reference in New Issue
Block a user