mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-18 21:15:36 +00:00
We're featureless now, all contracts have access to storage and payable status is to be determined via new NEP. Follow neo-project/neo#2060.
10 lines
202 B
YAML
10 lines
202 B
YAML
supportedstandards: ["NEP-5"]
|
|
events:
|
|
- name: transfer
|
|
parameters:
|
|
- name: from
|
|
type: ByteString
|
|
- name: to
|
|
type: ByteString
|
|
- name: amount
|
|
type: Integer
|