Skip to main content
Module

x/capi/rpc/mod.ts>known.BlockTrace

[WIP] A framework for crafting interactions with Substrate chains
Latest
interface known.BlockTrace
import { type known } from "https://deno.land/x/capi@v0.1.1-beta.1/rpc/mod.ts";
const { BlockTrace } = known;

Properties

blockHash: string

Hash of the block being traced

parentHash: string

Parent hash

tracingTargets: string

Module targets that were recorded by the tracing subscriber. Empty string means record all targets.

storage_keys: string

Storage key targets used to filter out events that do not have one of the storage keys. Empty string means do not filter out any events.

methods: string

Method targets used to filter out events that do not have one of the event method. Empty string means do not filter out any events.

spans: Span[]

Vec of tracing spans

events: Event[]

Vec of tracing events