neoneo-go/pkg/rpc/server/testdata/test_contract.yml

13 lines
274 B
YAML
Raw Normal View History

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