Structs

Enums

  • The on-chain consensus config, in order to be able to add fields, we use enum to wrap the actual struct.

Constants

Traits

  • Trait to be implemented by a storage type from which to read on-chain configs
  • Trait to be implemented by a Rust struct representation of an on-chain config that is stored in storage as a serialized byte array

Functions