mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-02 19:40:34 +00:00
b2bd8e4a0a
Close #3451 Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
16 lines
394 B
YAML
16 lines
394 B
YAML
name: Test royalty
|
|
sourceurl: https://github.com/nspcc-dev/neo-go/
|
|
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
|