neoneo-go/examples/nft-nd/nft.yml

15 lines
358 B
YAML
Raw Normal View History

2021-04-07 21:07:39 +00:00
name: "HASHY NFT"
supportedstandards: ["NEP-11"]
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf", "tokens"]
2021-04-07 21:07:39 +00:00
events:
- name: Transfer
parameters:
- name: from
type: Hash160
- name: to
type: Hash160
- name: amount
type: Integer
- name: tokenId
type: ByteArray