File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
pkg/smartcontract/manifest Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,12 @@ const (
22
22
NEP11StandardName = "NEP-11"
23
23
// NEP17StandardName represents the name of NEP-17 smartcontract standard.
24
24
NEP17StandardName = "NEP-17"
25
- // NEP11Payable represents the name of contract interface which can receive NEP-11 tokens.
26
- NEP11Payable = "NEP-11-Payable"
27
- // NEP17Payable represents the name of contract interface which can receive NEP-17 tokens.
28
- NEP17Payable = "NEP-17-Payable"
25
+ // NEP11Payable represents the name of NEP-26 smartcontract standard (contract interface
26
+ // which can receive NEP-11 tokens)
27
+ NEP11Payable = "NEP-26"
28
+ // NEP17Payable represents the name of NEP-27 smartcontract standard (contract interface
29
+ // which can receive NEP-17 tokens).
30
+ NEP17Payable = "NEP-27"
29
31
// NEP24StandardName represents the name of the NEP-24 smart contract standard for NFT royalties.
30
32
NEP24StandardName = "NEP-24"
31
33
// NEP24Payable represents the name of the contract interface for handling royalty payments in accordance
You can’t perform that action at this time.
0 commit comments