Params

Params queries the parameters of slashing module

get
Responses
curl -L \
  --url '/cosmos/slashing/v1beta1/params'
{
  "params": {
    "signed_blocks_window": "text",
    "min_signed_per_window": "Ynl0ZXM=",
    "downtime_jail_duration": "text",
    "slash_fraction_double_sign": "Ynl0ZXM=",
    "slash_fraction_downtime": "Ynl0ZXM="
  }
}

Last updated

Was this helpful?