* Call.fee

* nice align
This commit is contained in:
Radosław Rowicki
2021-05-24 14:30:57 +02:00
committed by GitHub
parent cca7bdff49
commit e8b32a6875
7 changed files with 11 additions and 3 deletions
+1
View File
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Chain.bytecode_hash`
- Minor support for variadic functions
- `void` type that represents an empty type
- `Call.fee` builtin
### Changed
- Contract interfaces must be now invocated by `contract interface` keywords
- `main` keyword to indicate the main contract in case there are child contracts around