75a9a42403
Check that all `Notify` invocations in source correspond to some event in manifest. Helpful for typos such as `transfer` instead of `Transfer`.
19 lines
No EOL
350 B
YAML
19 lines
No EOL
350 B
YAML
name: "Engine example"
|
|
supportedstandards: []
|
|
events:
|
|
- name: Tx
|
|
parameters:
|
|
- name: txHash
|
|
type: Hash256
|
|
- name: Calling
|
|
parameters:
|
|
- name: hash
|
|
type: Hash160
|
|
- name: Executing
|
|
parameters:
|
|
- name: hash
|
|
type: Hash160
|
|
- name: Entry
|
|
parameters:
|
|
- name: hash
|
|
type: Hash160 |