Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
main.cpp File Reference
#include "opentxs.hpp"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 137 of file main.cpp.

138 {
139  Opentxs opentxsCLI;
140  return opentxsCLI.run(argc, argv);
141 }
int run(int argc, char *argv[])
Definition: opentxs.cpp:736