threefoldtech / tfchain

Threefold Chain.
Apache License 2.0
15 stars 11 forks source link

add twin's total contracts consumption (tft/hr) to the go client #892

Open xmonader opened 1 year ago

sameh-farouk commented 4 days ago

Contract consumption data cannot be directly queried because it is not stored on the blockchain. While it can be calculated from scratch or estimated from the events stored in our subsquid(indexer/processor), the operations required to do so will likely be beyond the current responsibility of the client functionality. This is better suited to be done in a higher-level layer/app.