GetPendingProtocolFees
GetPendingProtocolFees returns the pending protocol fee amount per token path. Returns:
- map[string]int64: Copy of pending protocol fees keyed by token contract path, with amounts in token base units.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/pool.GetPendingProtocolFees()"
Result