Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

pool package

Function

GetFee

func GetFee(poolPath string) (uint32, error)

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.

Param

Command

gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/pool.GetFee()"

Result