forked from TrueCloudLab/frostfs-contract
nns: add version
to the list of safe methods
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
445c0a6087
commit
d852229b74
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
name: "NameService"
|
||||
supportedstandards: ["NEP-11"]
|
||||
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf",
|
||||
"tokens", "properties", "roots", "getPrice", "isAvailable", "getRecords", "resolve"]
|
||||
"tokens", "properties", "roots", "getPrice", "isAvailable", "getRecords",
|
||||
"resolve", "version"]
|
||||
events:
|
||||
- name: Transfer
|
||||
parameters:
|
||||
|
|
Loading…
Reference in a new issue