neo-go/examples/token-sale/token_sale.yml
Evgenii Stratonikov 25f1db6de0 compiler: check supported standards
Check that emitted manifest complies with supported standards.
This can be made a separate flag.
2020-11-26 12:51:39 +03:00

11 lines
194 B
YAML

name: "My awesome token"
supportedstandards: ["NEP-17"]
events:
- name: Transfer
parameters:
- name: from
type: Hash160
- name: to
type: Hash160
- name: amount
type: Integer