mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 03:38:35 +00:00
b4c0fcfaad
It helps us to keep the index clean and ordered. When some new RPC binding test should be added, we don't need to search for a suitable place for it. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
23 lines
No EOL
493 B
YAML
23 lines
No EOL
493 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
|
|
- name: "SomeUnexportedField"
|
|
parameters:
|
|
- name: s
|
|
type: Struct |