Пример #1
0
 public AccountItem()
 {
     m_bEnabled = true;
     m_balance = 0;
     m_icon = 0;
     m_tx = 0;
     m_addressid = 0;
     m_Key = new CMicroCashKeyPair(false);
     m_txhistory = new List<AddressHistory>();
     m_newtx = new List<AddressHistory>();
 }
Пример #2
0
 public void GenerateKey()
 {
     m_Key = new CMicroCashKeyPair(true);
 }