Struct cosmwasm_std::testing::MockQuerier[][src]

pub struct MockQuerier<C: DeserializeOwned = Empty> { /* fields omitted */ }
Expand description

MockQuerier holds an immutable table of bank balances TODO: also allow querying contracts

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

raw_query is all that must be implemented for the Querier. This allows us to pass through binary queries from one level to another without knowing the custom format, or we can decode it, with the knowledge of the allowed types. People using the querier probably want one of the simpler auto-generated helper methods Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.