Prepare 6.0.1 #813

Merged
zxq9 merged 2 commits from prepare_6.0.1 into master 2021-06-24 16:38:05 +09:00
Showing only changes of commit 10c845d3cf - Show all commits

View File

@ -802,8 +802,8 @@ will emit one Event of each kind in the example.
```sophia ```sophia
entrypoint emit_events() : () = entrypoint emit_events() : () =
Chain.event(TheFirstEvent(42)) Chain.event(Event1(42, 34, "foo"))
Chain.event(AnotherEvent(Contract.address, "This is not indexed")) Chain.event(Event2("This is not indexed", Contract.address))
``` ```
#### Argument order #### Argument order