toncenter-js
    Preparing search index...

    Variable traceNodeConst

    traceNode: z.ZodType<
        {
            children: TraceNode[];
            in_msg?: SchemaV3.Message;
            in_msg_hash?: string;
            transaction: SchemaV3.Transaction;
            tx_hash: string;
        },
    > = ...