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