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

position package

Function

IsBurned

func IsBurned(positionId uint64) (bool, error)

IsBurned reports whether the position's empty-position marker is set.

Parameters:

  • positionId: position NFT token ID

Returns:

  • burned: whether the position's empty-position marker is set
  • err: non-nil when positionId cannot be resolved

Param

Command

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

Result