forked from TrueCloudLab/frostfs-contract
[#26] balance: Update safemethods
field
Add "version" to `safemethods` balance contract field. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
8d8482a88e
commit
d8031f8f59
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
name: "NeoFS Balance"
|
||||
supportedstandards: ["NEP-17"]
|
||||
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply"]
|
||||
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "version"]
|
||||
events:
|
||||
- name: Lock
|
||||
parameters:
|
||||
|
|
Loading…
Reference in a new issue