mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-29 23:33:37 +00:00
0195aae824
Currently we have problems with unnamed structs used as a parameter for notifications, because there's no one-to-one correspondence between notification parameter and the list of extended types used by the whole contract. Otherwise eventtypes guessing works OK. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
19 lines
No EOL
408 B
YAML
19 lines
No EOL
408 B
YAML
name: "Notifications"
|
|
sourceurl: https://github.com/nspcc-dev/neo-go/
|
|
events:
|
|
- name: "! complicated name %$#"
|
|
parameters:
|
|
- name: ! complicated param @#$%
|
|
type: String
|
|
- name: "SomeMap"
|
|
parameters:
|
|
- name: m
|
|
type: Map
|
|
- name: "SomeStruct"
|
|
parameters:
|
|
- name: s
|
|
type: Struct
|
|
- name: "SomeArray"
|
|
parameters:
|
|
- name: a
|
|
type: Array |