Trait boot_core::CwEnv

source ·
pub trait CwEnv: TxHandler + Clone { }
Expand description

Signals a supported execution environment for CosmWasm contracts

Implementors§

source§

impl<T: TxHandler + Clone> CwEnv for T