[][src]Module tmkms::chain

Information about particular Tendermint blockchain networks

Re-exports

pub use self::state::State;

Modules

state

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

Structs

Chain

Information about a particular Tendermint blockchain network

GlobalRegistry

Global registry of blockchain networks known to the KMS

Guard

Wrapper for a RwLockReadGuard<'static, Registry>, allowing access to global information about particular Tendermint networks / "chains"

Id

Chain identifier (e.g. 'gaia-9000')

Registry

Registry of blockchain networks known to the KMS

Statics

REGISTRY

State of Tendermint blockchain networks

Functions

load_config

Initialize the chain registry from the configuration file