Skip to content

Commit c3e9f2e

Browse files
authored
add comments (#988)
1 parent 3f593d3 commit c3e9f2e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/Neo.SmartContract.Framework/NEPStandard.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ namespace Neo.SmartContract.Framework
22
{
33
public enum NepStandard
44
{
5+
// The NEP-11 standard is used for non-fungible tokens (NFTs).
6+
// Defined at https://github.com/neo-project/proposals/blob/master/nep-11.mediawiki
57
Nep11,
6-
Nep17,
8+
// The NEP-17 standard is used for fungible tokens.
9+
// Defined at https://github.com/neo-project/proposals/blob/master/nep-17.mediawiki
10+
Nep17
711
}
812

913
public static class NepStandardExtensions

0 commit comments

Comments
 (0)