LightClientAttackEvidence contains evidence of a set of validators attempting to mislead a light client.

interface LightClientAttackEvidence {
    byzantineValidators: Validator[];
    commonHeight: bigint;
    conflictingBlock?: LightBlock;
    timestamp: undefined | Date;
    totalVotingPower: bigint;
}

Properties

byzantineValidators: Validator[]
commonHeight: bigint
conflictingBlock?: LightBlock
timestamp: undefined | Date
totalVotingPower: bigint