Type Definition boot_abstract::proxy::Proxy

source ·
pub type Proxy<Chain> = AbstractOS<Chain, ExecuteMsg, InstantiateMsg, QueryMsg, MigrateMsg>;

Implementations