frostfs-contract/nns/nns.yml
Alexander Chuprov 39671b9c33
All checks were successful
DCO action / DCO (pull_request) Successful in 39s
Tests / Tests (1.21) (pull_request) Successful in 1m6s
Tests / Tests (1.22) (pull_request) Successful in 1m7s
[#102] nns: Support global domain
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
2024-08-15 09:20:24 +03:00

33 lines
631 B
YAML

name: "NameService"
supportedstandards: ["NEP-11"]
safemethods:
- "balanceOf"
- "decimals"
- "getAllRecords"
- "getPrice"
- "getRecord"
- "isAvailable"
- "ownerOf"
- "properties"
- "symbol"
- "totalSupply"
- "tokensOf"
- "tokens"
- "resolve"
- "roots"
- "deleteDomain"
events:
- name: Transfer
parameters:
- name: from
type: Hash160
- name: to
type: Hash160
- name: amount
type: Integer
- name: tokenId
type: ByteArray
permissions:
- hash: fffdc93764dbaddd97c48f252a53ea4643faa3fd
methods: ["update"]
- methods: ["onNEP11Payment"]