Type Alias GovFailingModule

Source
pub type GovFailingModule = FailingModule<GovMsg, Empty, Empty>;
Expand description

Implementation of the always failing governance module.

Aliased Type§

pub struct GovFailingModule(/* private fields */);

Trait Implementations§