0.0.3 • Published 8 months ago

@tact-lang/ton-abi v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

0.0.3

8 months ago