Run ABI Get Method
About ABI Get Method
Get method is a method that is executed locally and it does not change account state. Get methods are used to retrieve contract data locally for free.
ABI compatible contract - a contract which has an ABI interface.
Run ABI get method
AppKit provides runLocal
method for running get methods of ABI-compatible contracts.
Sample source code
Observe the full sample: https://github.com/tonlabs/sdk-samples/tree/master/appkit-examples/depool-statistics
Check out core api documentation for more information about running get methods.
Last updated