mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-03-10 05:15:55 +00:00
examples: add NEP-27 to the list of supported standards
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
257fa7c6c9
commit
3b28749fd1
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
name: "NeoFS Object NFT"
|
||||
sourceurl: https://github.com/nspcc-dev/neo-go/
|
||||
supportedstandards: ["NEP-11", "NEP-24"]
|
||||
supportedstandards: ["NEP-11", "NEP-24", "NEP-27"]
|
||||
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf", "properties", "tokens", "royaltyInfo"]
|
||||
events:
|
||||
- name: Transfer
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: "HASHY NFT"
|
||||
sourceurl: https://github.com/nspcc-dev/neo-go/
|
||||
supportedstandards: ["NEP-11", "NEP-24"]
|
||||
supportedstandards: ["NEP-11", "NEP-24", "NEP-27"]
|
||||
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf", "tokens", "properties", "royaltyInfo"]
|
||||
events:
|
||||
- name: Transfer
|
||||
|
|
Loading…
Add table
Reference in a new issue