tonindexer / anton

Indexing for TON blockchain
https://anton.tools
Apache License 2.0
74 stars 16 forks source link

Execute get-method in API #15

Open iam047801 opened 1 year ago

iam047801 commented 1 year ago

Anton has abi package, which can emulate execution of get-methods on provided account state, get-method description and arguments. The code can be seen here.

It is possible to add an API function, which gets arguments and description from user query, and executes get-method on the latest account state.