Skip to main content
Module

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

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

Properties

readonly
round: u64
readonly
commit: GrandpaCommit
readonly
votesAncestries: Vec<Header>