mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-30 09:33:36 +00:00
15 lines
348 B
YAML
15 lines
348 B
YAML
|
name: "HASHY NFT"
|
||
|
supportedstandards: ["NEP-11"]
|
||
|
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf"]
|
||
|
events:
|
||
|
- name: Transfer
|
||
|
parameters:
|
||
|
- name: from
|
||
|
type: Hash160
|
||
|
- name: to
|
||
|
type: Hash160
|
||
|
- name: amount
|
||
|
type: Integer
|
||
|
- name: tokenId
|
||
|
type: ByteArray
|