@tact-lang/ton-abi

0.0.3 • Public • Published

TON ABI Parser

Small package for runtime parsing of messages given ABI and message data.

Getting started

Add it to your project:

yarn add ton-abi

Register types and parse message:

import { TypeRegistry } from 'ton-abi';

const registry = new TypeRegistry();
registry.register(....); // Put ABI type here

const message = registry.parse(...); // Put message data here

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @tact-lang/ton-abi

Weekly Downloads

87

Version

0.0.3

License

MIT

Unpacked Size

37.7 kB

Total Files

25

Last publish

Collaborators

  • anton-trunov
  • shahary
  • steve.kite
  • talkol