Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/types/interfaces/index.ts>DoubleVoteReport

Package publishing for deno.land/x/polkadot
Go to Latest
interface DoubleVoteReport
implements Struct
import { type DoubleVoteReport } from "https://deno.land/x/polkadot@0.2.14/types/interfaces/index.ts";

Properties

readonly
identity: ValidatorId
readonly
first: ITuple<[Statement, ValidatorSignature]>
readonly
second: ITuple<[Statement, ValidatorSignature]>
readonly
proof: MembershipProof
readonly
signingContext: SigningContext