Params defines the parameters for the staking module.

Hierarchy

  • V1Beta1Params

Properties

bond_denom?: string

bond_denom defines the bondable coin denomination.

historical_entries?: number

historical_entries is the number of historical entries to persist.

Format

int64

max_entries?: number

max_entries is the max entries for either unbonding delegation or redelegation (per pair/trio).

Format

int64

max_validators?: number

max_validators is the maximum number of validators.

Format

int64

min_commission_rate?: string

min_commission_rate is the chain-wide minimum commission rate that a validator can charge their delegators

unbonding_time?: string

unbonding_time is the time duration of unbonding.

Generated using TypeDoc