Trait abstract_cw_multi_test::Stargate

source ·
pub trait Stargate: Module<ExecT = StargateMsg, QueryT = StargateQuery, SudoT = Empty> { }
Expand description

Interface to module handling stargate messages and queries.

Object Safety§

This trait is not object safe.

Implementors§