pub trait MockQuerierOwnership {
// Required method
fn with_owner(self, contract: &str, owner: Option<impl ToString>) -> Self;
}Required Methods§
sourcefn with_owner(self, contract: &str, owner: Option<impl ToString>) -> Self
fn with_owner(self, contract: &str, owner: Option<impl ToString>) -> Self
Add the cw_ownable::Ownership to the querier.