StackSize
StackSize returns the number of elements in the LIFO stack.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/moul/x/daily/stack/v0.StackSize()"
Result
Package stack is an educational data-structure playground that keeps BOTH a LIFO stack and a FIFO queue of ints, so you can compare how the two behave.
StackSize returns the number of elements in the LIFO stack.
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/moul/x/daily/stack/v0.StackSize()"