Trait boot_core::BootUpload
source · pub trait BootUpload<Chain: CwEnv> {
// Required method
fn upload(&mut self) -> Result<Chain::Response, BootError>;
}
Expand description
Smart Contract migrate endpoint
pub trait BootUpload<Chain: CwEnv> {
// Required method
fn upload(&mut self) -> Result<Chain::Response, BootError>;
}
Smart Contract migrate endpoint