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

/access package

Function

IsAuthorized

func IsAuthorized(role string, caller address) bool

IsAuthorized checks if caller has the specified role.

Parameters:

  • role: role name to check
  • caller: address to verify

Returns true if authorized, false otherwise.

Params

Command

gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/access.IsAuthorized(,)"

Result