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>(); }
public void GenerateKey() { m_Key = new CMicroCashKeyPair(true); }