bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Params defines the parameters for the x/staking module.

    from message cosmos.staking.v1beta1.Params

    Hierarchy

    Index

    Constructors

    Properties

    bondDenom: string = ""

    bond_denom defines the bondable coin denomination.

    from field: string bond_denom = 5;

    historicalEntries: number = 0

    historical_entries is the number of historical entries to persist.

    from field: uint32 historical_entries = 4;

    maxEntries: number = 0

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

    from field: uint32 max_entries = 3;

    maxValidators: number = 0

    max_validators is the maximum number of validators.

    from field: uint32 max_validators = 2;

    minCommissionRate: string = ""

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

    from field: string min_commission_rate = 6;

    unbondingTime?: Duration

    unbonding_time is the time duration of unbonding.

    from field: google.protobuf.Duration unbonding_time = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.staking.v1beta1.Params"

    Methods