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
Add example usage comments to EnvAccess methods (#797)
* Add example usage comments to env methods
* Remove superfluous line
* wip
* Remove debug code
* Make doc comment examples compile
* Remove superfluous line
* Surround with complete contract code
* Experiment with macro to reduce code duplication
* Revert "Experiment with macro to reduce code duplication"
This reverts commit f731912.
* Add complete contract code in doc tests
* Remove unnecessary `[dev-dependencies]`
* Improve code in doc tests
* Fix doc tests
* Improve code appearance
* Add better doc test examples
* Make `gas` be of type `u64` instead of `Balance`
* Make `gas` be of type `u64` instead of `Balance`
* Make `gas` be of type `u64` instead of `Balance`
* Apply suggestions from code review
Co-authored-by: Robin Freyler <[email protected]>
* Add simple access permission contract
* Fix syntax
Co-authored-by: Robin Freyler <[email protected]>
0 commit comments