Skip to main content

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

  1. install tlb32 with pip install tlb32

  2. 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;
    
  3. run tlb32 <scheme_file>

  4. view result :)

    // request
    transfer_notification#736ad09c query_id:uint64 amount:(VarUInteger 16)
                          sender:MsgAddress forward_payload:(Either Cell ^Cell)
                          = InternalMsgBody;
    

Project details


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)

Uploaded Source

Built Distribution

tlb32-0.1.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page