FuelLabs/fuels-rs

Querying configurable constants and storage from SDK

Opened this issue · 0 comments

Hey, are you planning to support querying configurable constants and information directly from storage? Application developers may not always create the necessary read-only functions to make this convenient.

A good example of this is the AMM in the sway-applications repo. The pool info function gives access to most of the pool information except the fee, which gets set when the exchange is deployed.