interface BlockTrace
implements Struct
import { type BlockTrace } from "https://dotland.deno.dev/x/polkadot@0.2.35/types/interfaces/types.ts";
Properties
readonly
blockHash: Textreadonly
parentHash: Textreadonly
tracingTargets: Textreadonly
storageKeys: Textreadonly
spans: Vec<BlockTraceSpan>readonly
events: Vec<BlockTraceEvent>