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 "https://rpc.gno.land" -data "gno.land/r/gnoswap/pool.GetFee()"
Result