sharp-cryptonote-tool/CrytoNoteCoin.cs

13 lines
114 B
C#
Raw Permalink Normal View History

2017-10-17 21:43:06 +02:00
using System;
namespace sharp.cryptonote
{
public enum CryptoNoteCoin
{
XMR = 0x12,
AEON = 0xB2
};
}