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
|