StackSize
StackSize returns the number of elements in the LIFO stack.
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -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 "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/stack/v0.StackSize()"