neoneo-go/examples/token/token.yml

13 lines
236 B
YAML
Raw Normal View History

2020-08-10 14:33:21 +00:00
hasstorage: true
ispayable: false
supportedstandards: ["NEP-5"]
events:
- name: transfer
parameters:
- name: from
type: ByteString
- name: to
type: ByteString
- name: amount
type: Integer