pub trait GetInstantiateAddrs {
    // Required method
    fn get_instantiate_addr(&self) -> Vec<Address>;
}

Required Methods§

Implementors§