pub type MockQuerierCustomHandlerResult = Result<Result<Binary, StdError>, SystemError>;Expand description
The same type as cosmwasm-std’s QuerierResult, but easier to reuse in cosmwasm-vm. It might diverge from QuerierResult at some point.
pub type MockQuerierCustomHandlerResult = Result<Result<Binary, StdError>, SystemError>;The same type as cosmwasm-std’s QuerierResult, but easier to reuse in cosmwasm-vm. It might diverge from QuerierResult at some point.