EVER SDK
Developer Tools
Ever Platform
Forum
Search
⌃
K
Links
Ever SDK
Quick start (JavaScript)
Add EVER to your backend
Reference
Types and Methods
Error API
Error Codes
JavaScript Reference
Rust Reference
Samples
JavaScript Samples
guides
Installation
Configuration
Work with contracts
Add Contract to your App
Use your own Giver
Deploy
Run on-chain
Run ABI Get Method
Run Fift Get Method
Query/Subscribe for messages(events)
Decode Messages(Event)
External Signing
Emulate Transaction
Estimate Fees
Validate address, convert address
Monitor Messages
Trace message processing with REMP
Crypto
Queries and subscriptions
For Binding Developers
How to work with Application Objects in binding generators
JSON Interface to Ton Client
Links
Ever SDK repository
AppKit JS documentation
Powered By
GitBook
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
Previous
Run ABI Get Method
Next
Query/Subscribe for messages(events)
Last modified
1yr ago