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

    QueryValidatorSlashesResponse is the response type for the Query/ValidatorSlashes RPC method.

    from message cosmos.distribution.v1beta1.QueryValidatorSlashesResponse

    Hierarchy

    Index

    Constructors

    Properties

    pagination?: PageResponse

    pagination defines the pagination in the response.

    from field: cosmos.base.query.v1beta1.PageResponse pagination = 2;

    slashes: ValidatorSlashEvent[] = []

    slashes defines the slashes the validator received.

    from field: repeated cosmos.distribution.v1beta1.ValidatorSlashEvent slashes = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.distribution.v1beta1.QueryValidatorSlashesResponse"

    Methods