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