Documentation ¶
Index ¶
Constants ¶
View Source
const ( ModuleName = "market" RouterKey = ModuleName StoreKey = RouterKey )
Variables ¶
View Source
var ModuleCdc = codec.New()
Functions ¶
This section is empty.
Types ¶
type ListQueryResult ¶
type ListQueryResult struct {
Markets []NamedMarket `json:"markets"`
}
func (ListQueryResult) String ¶
func (l ListQueryResult) String() string
Click to show internal directories.
Click to hide internal directories.