Type Alias IbcAcceptingModule

Source
pub type IbcAcceptingModule = AcceptingModule<IbcMsg, IbcQuery, Empty>;
Expand description

Implementation of the always accepting IBC module.

Aliased Type§

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

Trait Implementations§