Tool for automatic calculation of operation codes in TL-B schemes.
Project description
tlb32 - Tool for automatic calculation of operation codes in TL-B schemes.
Example of use
-
install tlb32 with
pip install tlb32
-
write
// request
or// response
comment before message scheme// request transfer_notification query_id:uint64 amount:(VarUInteger 16) sender:MsgAddress forward_payload:(Either Cell ^Cell) = InternalMsgBody;
-
run
tlb32 <scheme_file>
-
view result :)
// request transfer_notification#736ad09c query_id:uint64 amount:(VarUInteger 16) sender:MsgAddress forward_payload:(Either Cell ^Cell) = InternalMsgBody;
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tlb32-0.1.1.tar.gz
(2.5 kB
view hashes)
Built Distribution
tlb32-0.1.1-py3-none-any.whl
(3.2 kB
view hashes)