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

    ValidatorSlashEventRecord is used for import / export via genesis json.

    from message cosmos.distribution.v1beta1.ValidatorSlashEventRecord

    Hierarchy

    Index

    Constructors

    Properties

    height: bigint = protoInt64.zero

    height defines the block height at which the slash event occurred.

    from field: uint64 height = 2;

    period: bigint = protoInt64.zero

    period is the period of the slash event.

    from field: uint64 period = 3;

    validatorAddress: string = ""

    validator_address is the address of the validator.

    from field: string validator_address = 1;

    validatorSlashEvent?: ValidatorSlashEvent

    validator_slash_event describes the slash event.

    from field: cosmos.distribution.v1beta1.ValidatorSlashEvent validator_slash_event = 4;

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

    Methods