Type Alias GovAcceptingModule

Source
pub type GovAcceptingModule = AcceptingModule<GovMsg, Empty, Empty>;
Expand description

Implementation of the always accepting governance module.

Aliased Type§

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

Trait Implementations§