Trait boot_core::BootExecute 
source · pub trait BootExecute<Chain: BootEnvironment> {
    type ExecuteMsg: Serialize;
    // Required method
    fn execute(
        &self,
        execute_msg: &Self::ExecuteMsg,
        coins: Option<&[Coin]>
    ) -> Result<Chain::Response, BootError>;
}Expand description
Smart Contract execute endpoint