mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-29 13:41:47 +00:00
865bd6c9cc
In this case emitted event parameters should match from invocation to invocation. It's an error otherwise (and if the type is not Any). Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
6 lines
No EOL
108 B
YAML
6 lines
No EOL
108 B
YAML
name: Test undeclared event
|
|
events:
|
|
- name: SomeEvent
|
|
parameters:
|
|
- name: p1
|
|
type: Array |