Type Alias GrandpaEquivocation
GrandpaEquivocation: Enum<
{
Precommit: {
first: [
{ target_hash: FixedSizeBinary<32>; target_number: number },
FixedSizeBinary<64>,
];
identity: FixedSizeBinary<32>;
round_number: bigint;
second: [
{ target_hash: FixedSizeBinary<32>; target_number: number },
FixedSizeBinary<64>,
];
};
Prevote: {
first: [
{ target_hash: FixedSizeBinary<32>; target_number: number },
FixedSizeBinary<64>,
];
identity: FixedSizeBinary<32>;
round_number: bigint;
second: [
{ target_hash: FixedSizeBinary<32>; target_number: number },
FixedSizeBinary<64>,
];
};
},
>