mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-01-07 19:50:34 +00:00
11 lines
229 B
YAML
11 lines
229 B
YAML
name: "Awesome NEO Token"
|
|
supportedstandards: ["NEP-17"]
|
|
events:
|
|
- name: Transfer
|
|
parameters:
|
|
- name: from
|
|
type: ByteString
|
|
- name: to
|
|
type: ByteString
|
|
- name: amount
|
|
type: Integer
|