interface DoubleVoteReport
implements Struct
import { type DoubleVoteReport } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/types.ts";
Properties
readonly
identity: ValidatorIdreadonly
first: ITuple<[Statement, ValidatorSignature]>readonly
second: ITuple<[Statement, ValidatorSignature]>readonly
proof: MembershipProofreadonly
signingContext: SigningContext