mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
add derives to aura slot duration (#2469)
This commit is contained in:
committed by
DemiMarie-parity
parent
6921b2ce3d
commit
32c85a61b5
@@ -87,6 +87,7 @@ pub trait Network: Clone {
|
||||
}
|
||||
|
||||
/// A slot duration. Create with `get_or_compute`.
|
||||
#[derive(Clone, Copy, Debug, Encode, Decode, Hash, PartialOrd, Ord, PartialEq, Eq)]
|
||||
pub struct SlotDuration(slots::SlotDuration<u64>);
|
||||
|
||||
impl SlotDuration {
|
||||
|
||||
Reference in New Issue
Block a user