tutus-chain/cli/smartcontract/testdata/rpcbindings/royalty/config.yml

17 lines
399 B
YAML

name: Test royalty
sourceurl: https://github.com/tutus-one/tutus-chain/
supportedstandards: ["NEP-24-Payable"]
events:
- name: RoyaltiesTransferred
parameters:
- name: royaltyToken
type: Hash160
- name: royaltyRecipient
type: Hash160
- name: buyer
type: Hash160
- name: tokenId
type: ByteArray
- name: amount
type: Integer