GetPoolStakedLiquidity
GetPoolStakedLiquidity returns the current total staked liquidity of a pool.
Parameters:
- poolPath: Pool path whose current staked liquidity should be read.
Returns:
- liquidity: Decimal string containing the pool's total staked liquidity at the current time.
- err: Non-nil when poolPath does not resolve to a pool.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/staker.GetPoolStakedLiquidity()"
Result