mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 23:30:36 +00:00
aa76383fa7
If a method is known at compile time we can still check if it is present in the list of methods of at least one contract. Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
14 lines
No EOL
318 B
YAML
14 lines
No EOL
318 B
YAML
name: "Rubl"
|
|
supportedstandards: ["NEP-17"]
|
|
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply"]
|
|
events:
|
|
- name: Transfer
|
|
parameters:
|
|
- name: from
|
|
type: Hash160
|
|
- name: to
|
|
type: Hash160
|
|
- name: amount
|
|
type: Integer
|
|
permissions:
|
|
- methods: ["onNEP17Payment"] |