Skip to main content
Module

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

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

Represents a single instance of a tracing span.

Exiting a span does not imply that the span will not be re-entered.

Properties

id: number

id for this span

optional
parentId: number

id of the parent span, if any

name: string

Name of this span

target: string

Target, typically module

wasm: boolean

Indicates if the span is from wasm