Run Fift Get Method
Learn how to run FIFT methods
About Fift get methods
There are contracts written in Fift. They have other rules for running get methods.
This is why we have a separate method for that in tvm module - run_get.
Sample source code
Check this sample, demonstrating how to run get methods of elector contract:
https://github.com/tonlabs/sdk-samples/blob/master/core-examples/node-js/run_get/index.js
Last updated