[Ceres]: Add Chain.network_id (#468)

* Add Chain.network_id

* Bump aebytecode version
This commit is contained in:
Hans Svensson
2023-07-03 08:04:16 +02:00
parent 2c8dcf8032
commit 108cb1f948
8 changed files with 22 additions and 5 deletions
+8
View File
@@ -734,6 +734,14 @@ Chain.gas_limit : int
The gas limit of the current block.
##### network\_id
```
Chain.network\_id : string
```
The network id of the chain.
##### spend
```
Chain.spend(to : address, amount : int) : unit