Interface LightClientAttackEvidenceSDKType

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

interface LightClientAttackEvidenceSDKType {
    byzantine_validators: ValidatorSDKType[];
    common_height: bigint;
    conflicting_block?: LightBlockSDKType;
    timestamp: undefined | Date;
    total_voting_power: bigint;
}

Properties

byzantine_validators: ValidatorSDKType[]
common_height: bigint
conflicting_block?: LightBlockSDKType
timestamp: undefined | Date
total_voting_power: bigint