You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stellar contracts export their comments into the interface which allows downstream clients to provide rich documentation on how a contract behaves. From my observations all of these comments are missing in the current repo. I would love to see these added so that downstream clients have an easier time making heads or tails out of a contract's interface.
What is the feature you would like to see?
Stellar contracts export their comments into the interface which allows downstream clients to provide rich documentation on how a contract behaves. From my observations all of these comments are missing in the current repo. I would love to see these added so that downstream clients have an easier time making heads or tails out of a contract's interface.
e.g. here's the SAC interface with detailed comments
https://github.com/stellar/rs-soroban-sdk/blob/main/soroban-sdk/src/token.rs
The text was updated successfully, but these errors were encountered: