sharp-cryptonote-tool/CrytoNoteCoin.cs

13 lines
114 B
C#

using System;
namespace sharp.cryptonote
{
public enum CryptoNoteCoin
{
XMR = 0x12,
AEON = 0xB2
};
}