GetTickBitmaps
GetTickBitmaps returns the tick bitmap for a given word position. Parameters:
- poolPath: Canonical pool path identifying the pool containing the bitmap.
- wordPos: Signed bitmap word position to read.
Returns:
- string: Bitmap word serialized as a base-10 unsigned integer.
- error: Non-nil when the pool or bitmap word is not found.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/pool.GetTickBitmaps(,)"
Result