Search Apps Documentation Source Content File Folder Download Copy Actions Download

chess package

Overview

Realm chess implements a Gno chess server.

Function

ListGames

func ListGames(filters string) string
Execute

ListGames provides game listing functionality, with filter-based search functionality. available filters: player:<player> white:<player> black:<player> finished:bool limit:int id<cmp>int sort:asc/desc <cmp>: '<' or '>' <player>: either a bech32 address, "@user" (r/demo/users), or "caller"

Param

Command

gnokey query vm/qeval -remote "gnoland:26657" -data "gno.land/r/morgan/chess.ListGames()"

Result