Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryHistoryByTxQuery ¶
func QueryHistoryByTxQuery( cdc *codec.Codec, cliCtx context.CLIContext, params QueryHistoryParams, ) ([]byte, error)
QueryHistoryByTxQuery will query for votes via a direct txs tags query. It will fetch and build votes directly from the returned txs and return a JSON marshalled result or any error that occurred.
NOTE: SearchTxs is used to facilitate the txs query which does not currently support configurable pagination.
Types ¶
type QueryHistoryParams ¶
type QueryHistoryParams struct { TraderAddress sdk.AccAddress AskDenom string OfferDenom string }
Click to show internal directories.
Click to hide internal directories.