mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-12 11:10:35 +00:00
25f1db6de0
Check that emitted manifest complies with supported standards. This can be made a separate flag.
11 lines
194 B
YAML
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
|