pub trait BootUpload<Chain: BootEnvironment> {
    fn upload(&mut self) -> Result<Chain::Response, BootError>;
}
Expand description

Smart Contract migrate endpoint

Required Methods

Implementors