Module tmkms::chain

source ·
Expand description

Information about particular Tendermint blockchain networks

Re-exports§

  • pub use self::state::State;

Modules§

  • Synchronized state tracking for Tendermint blockchain networks the KMS interacts with.

Structs§

  • Information about a particular Tendermint blockchain network
  • Global registry of blockchain networks known to the KMS
  • Wrapper for a RwLockReadGuard<'static, Registry>, allowing access to global information about particular Tendermint networks / “chains”
  • Chain identifier (e.g. ‘gaia-9000’)
  • Registry of blockchain networks known to the KMS

Statics§

  • State of Tendermint blockchain networks

Functions§

  • Initialize the chain registry from the configuration file