pub(crate) type MonadHardfork = MonadHardfork;Aliased Type§
#[repr(u8)]pub(crate) enum MonadHardfork {
MonadEight = 100,
MonadNine = 101,
MonadNext = 102,
}Variants§
MonadEight = 100
Monad launch hardfork (based on Prague).
MonadNine = 101
MIP-3, MIP-4, MIP-5
MonadNext = 102
Next development spec
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
MonadEight: 0 bytesMonadNine: 0 bytesMonadNext: 0 bytes