mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-26 19:42:23 +00:00
286d9185f4
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
|