mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 04:31:08 +00:00
Introduce UncheckedTransaction & test.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
use primitives::Timestamp;
|
||||
use storage::Storage;
|
||||
|
||||
pub fn timestamp() -> Timestamp {
|
||||
unimplemented!()
|
||||
Storage::into(b"tim\0val")
|
||||
}
|
||||
|
||||
pub fn set_timestamp(_now: Timestamp) {
|
||||
unimplemented!()
|
||||
pub fn set_timestamp(now: Timestamp) {
|
||||
now.store(b"tim\0val")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user