Type Alias sui_types::committee::EpochId

source ·
pub type EpochId = u64;

Trait Implementations§

source§

impl<W> Signable<W> for EpochId
where W: Write,

source§

fn write(&self, writer: &mut W)