Skip to main content

MonadHardfork

Type Alias MonadHardfork 

Source
type MonadHardfork = MonadHardfork;
Available on crate feature monad only.

Aliased Type§

#[repr(u8)]
enum MonadHardfork { MonadEight = 100, MonadNine = 101, MonadTen = 102, MonadNext = 103, }

Variants§

§

MonadEight = 100

Monad launch hardfork (based on Prague).

§

MonadNine = 101

MIP-3, MIP-4, MIP-5

§

MonadTen = 102

MIP-8 page-ified storage state.

§

MonadNext = 103

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 bytes
  • MonadNine: 0 bytes
  • MonadTen: 0 bytes
  • MonadNext: 0 bytes