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

ExistsPoolPath

func ExistsPoolPath(poolPath string) bool

ExistsPoolPath checks if a pool exists at the given path. Parameters:

  • poolPath: Canonical pool path identifying the pool to check.

Returns:

  • bool: True when a pool is registered at poolPath; false otherwise.

Param

Command

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

Result