Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface SignedBlockWithJustifications
implements Struct
import { type SignedBlockWithJustifications } from "https://deno.land/x/polkadot@0.2.14/types/interfaces/runtime/types.ts";

Properties

readonly
block: Block
readonly
justifications: Option<Justifications>