seid tx staking

Staking transaction subcommands
 
Usage:
  seid tx staking [flags]
  seid tx staking [command]
 
Available Commands:
  create-validator create new validator initialized with a self-delegation to it
  delegate         Delegate liquid tokens to a validator
  edit-validator   edit an existing validator account
  redelegate       Redelegate illiquid tokens from one validator to another
  unbond           Unbond shares from a validator
 
Flags:
  -h, --help   help for staking
 
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 staking [command] --help" for more information about a command.