Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
opentxs::OTDB::BitcoinServer Class Reference

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::BitcoinServer:
Collaboration diagram for opentxs::OTDB::BitcoinServer:

Public Member Functions

virtual ~BitcoinServer ()
 
- Public Member Functions inherited from opentxs::OTDB::Server
virtual ~Server ()
 
- Public Member Functions inherited from opentxs::OTDB::ServerInfo
virtual ~ServerInfo ()
 
- Public Member Functions inherited from opentxs::OTDB::Displayable
virtual ~Displayable ()
 
- Public Member Functions inherited from opentxs::OTDB::Storable
virtual ~Storable ()
 

Public Attributes

std::string bitcoin_username
 
std::string bitcoin_password
 
- Public Attributes inherited from opentxs::OTDB::Server
std::string server_host
 
std::string server_port
 
- Public Attributes inherited from opentxs::OTDB::ServerInfo
std::string server_id
 
std::string server_type
 
- Public Attributes inherited from opentxs::OTDB::Displayable
std::string gui_label
 

Protected Member Functions

 BitcoinServer ()
 
- Protected Member Functions inherited from opentxs::OTDB::Server
 Server ()
 
- Protected Member Functions inherited from opentxs::OTDB::ServerInfo
 ServerInfo ()
 
- Protected Member Functions inherited from opentxs::OTDB::Displayable
 Displayable ()
 
- Protected Member Functions inherited from opentxs::OTDB::Storable
 Storable ()
 

Additional Inherited Members

- Static Public Member Functions inherited from opentxs::OTDB::Storable
static EXPORT StorableCreate (StoredObjectType eType, PackType thePackType)
 
- Protected Attributes inherited from opentxs::OTDB::Storable
std::string m_Type
 

Detailed Description

Definition at line 1567 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::BitcoinServer::BitcoinServer ( )
inlineprotected

Definition at line 1573 of file OTStorage.hpp.

1574  : Server()
1575  {
1576  m_Type = "BitcoinServer";
1577  }
virtual opentxs::OTDB::BitcoinServer::~BitcoinServer ( )
inlinevirtual

Definition at line 1580 of file OTStorage.hpp.

1581  {
1582  }

Member Data Documentation

std::string opentxs::OTDB::BitcoinServer::bitcoin_password

Definition at line 1593 of file OTStorage.hpp.

std::string opentxs::OTDB::BitcoinServer::bitcoin_username

Definition at line 1592 of file OTStorage.hpp.


The documentation for this class was generated from the following file: