Module hardfork

Source

Re-exports§

pub use SpecId::*;

Modules§

name
String identifiers for hardforks.

Structs§

String
A UTF-8–encoded, growable string.
UnknownHardfork
Error type for unknown hardfork names. Returned by SpecId::from_str.

Enums§

SpecId
Specification IDs and their activation block

Traits§

ToString
A trait for converting a value to a String.
TryFromPrimitive

Derive Macros§

TryFromPrimitive
Implements TryFrom<Primitive> for a #[repr(Primitive)] enum.