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