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

    Class QueryParamsResponse

    QueryParamsResponse is the response type for the Query/Params RPC method.

    from message cosmos.gov.v1.QueryParamsResponse

    Hierarchy

    Index

    Constructors

    Properties

    depositParams?: cosmos.gov.v1.DepositParams

    Deprecated: Prefer to use params instead. deposit_params defines the parameters related to deposit.

    from field: cosmos.gov.v1.DepositParams deposit_params = 2 [deprecated = true];

    params?: cosmos.gov.v1.Params

    params defines all the paramaters of x/gov module.

    Since: cosmos-sdk 0.47

    from field: cosmos.gov.v1.Params params = 4;

    tallyParams?: cosmos.gov.v1.TallyParams

    Deprecated: Prefer to use params instead. tally_params defines the parameters related to tally.

    from field: cosmos.gov.v1.TallyParams tally_params = 3 [deprecated = true];

    votingParams?: cosmos.gov.v1.VotingParams

    Deprecated: Prefer to use params instead. voting_params defines the parameters related to voting.

    from field: cosmos.gov.v1.VotingParams voting_params = 1 [deprecated = true];

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.gov.v1.QueryParamsResponse"

    Methods