neoneo-go/examples/iterator/iterator.yml
Evgenii Stratonikov 75a9a42403 compiler: check emitted event names
Check that all `Notify` invocations in source correspond to some event
in manifest.
Helpful for typos such as `transfer` instead of `Transfer`.
2020-11-26 13:49:58 +03:00

11 lines
237 B
YAML

name: "Iterator example"
supportedstandards: []
events:
- name: found storage values
parameters:
- name: values
type: InteropInterface
- name: found storage keys
parameters:
- name: keys
type: Any