ValidatorSlashEventRecord is used for import / export via genesis json.

Hierarchy

  • ValidatorSlashEventRecord

Properties

height: number

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

period: number

period is the period of the slash event.

validatorAddress: string

validator_address is the address of the validator.

validatorSlashEvent: undefined | ValidatorSlashEvent

validator_slash_event describes the slash event.

Generated using TypeDoc