# Functions
MakeLogicQuerier creates a new LogicQuerier based on the logic keeper.
# Structs
Answer denotes the Answer element JSON representation in an AskResponse for wasm custom query purpose, it redefines the existing generated type from proto to ensure a dedicated serialization logic.
AskQuery implements the wasm custom Ask query JSON schema, it basically redefined the Ask gRPC request parameters to keep control in case of eventual breaking change in the logic module definition, and to decouple the serialization logic.
AskResponse implements the Ask query response JSON schema in a wasm custom query purpose, it redefines the existing generated type from proto to ensure a dedicated serialization logic.
LogicQuerier ease the bridge between the logic module with the wasm CustomQuerier to allow wasm contracts to query the logic module.
Result denotes the Result element JSON representation in an AskResponse for wasm custom query purpose, it redefines the existing generated type from proto to ensure a dedicated serialization logic.
Substitution denotes the Substitution element JSON representation in an AskResponse for wasm custom query purpose, it redefines the existing generated type from proto to ensure a dedicated serialization logic.