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