Trait abstract_testing::MockQuerierOwnership

source ·
pub trait MockQuerierOwnership {
    // Required method
    fn with_owner(self, contract: &str, owner: Option<impl ToString>) -> Self;
}

Required Methods§

source

fn with_owner(self, contract: &str, owner: Option<impl ToString>) -> Self

Add the cw_ownable::Ownership to the querier.

Object Safety§

This trait is not object safe.

Implementors§