seid tx authz

Authorize and revoke access to execute transactions on behalf of your address
 
Usage:
  seid tx authz [flags]
  seid tx authz [command]
 
Available Commands:
  exec        execute tx on behalf of granter account
  grant       Grant authorization to an address
  revoke      revoke authorization
 
Flags:
  -h, --help   help for authz
 
Global Flags:
      --chain-id string     The network chain ID
      --home string         directory for config and data (default "~/.sei")
      --log_format string   The logging format (json|plain)
      --log_level string    The logging level (trace|debug|info|warn|error|fatal|panic)
      --trace               print out full stack trace on errors
 
Use "seid tx authz [command] --help" for more information about a command.