interface SignedBlockWithJustifications
implements Struct
import { type SignedBlockWithJustifications } from "https://deno.land/x/polkadot@0.2.30/types/interfaces/runtime/types.ts";
Properties
readonly
block: Blockreadonly
justifications: Option<Justifications>