New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@tondevwallet/traces

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tondevwallet/traces

A library for sending transaction traces to the TON DevWallet.

latest
npmnpm
Version
0.1.8
Version published
Maintainers
1
Created
Source

@tondevwallet/traces

A library for sending transaction traces to the TON DevWallet.

Installation

npm install @tondevwallet/traces
# or
yarn add @tondevwallet/traces
# or
pnpm add @tondevwallet/traces

Usage

import { SendDumpToDevWallet, TraceDump } from '@tondevwallet/traces';

// Create a trace dump
const dump: TraceDump = {
  // Your trace dump data
};

// Send the dump to TON DevWallet
SendDumpToDevWallet(dump);

Requirements

This package requires the following peer dependencies:

  • @ton/core: ^0.60.1
  • @ton/crypto: ^3.3.0

License

MIT

FAQs

Package last updated on 22 May 2025

Related posts