Versions in this module Expand all Collapse all v8 v8.0.0 May 22, 2024 Changes in this version + type Answer struct + HasMore bool + Results []Result + Variables []string + type AskQuery struct + Limit *sdkmath.Uint + Program string + Query string + type AskResponse struct + Answer *Answer + GasUsed uint64 + Height uint64 + UserOutput string + type LogicQuerier struct + func MakeLogicQuerier(keeper *keeper.Keeper) LogicQuerier + func (querier LogicQuerier) Ask(ctx sdk.Context, query AskQuery) ([]byte, error) + type Result struct + Error string + Substitutions []Substitution + type Substitution struct + Expression string + Variable string Other modules containing this package github.com/axone-protocol/axoned/v10 github.com/axone-protocol/axoned/v11 github.com/axone-protocol/axoned/v7 github.com/axone-protocol/axoned/v9