GetFee
GetFee returns the fee tier of the pool. Parameters:
- poolPath: Canonical pool path identifying the pool whose fee tier is read.
Returns:
- uint32: Configured fee tier for the pool.
- error: Non-nil when poolPath does not identify an existing pool.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/pool.GetFee()"
Result