-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCryptoDbSS-ClientRPC.h
More file actions
48 lines (38 loc) · 1.82 KB
/
CryptoDbSS-ClientRPC.h
File metadata and controls
48 lines (38 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/*******************************************************************************
*
* Software Name: CryptoDbSS Client API RPC
* Copyright (C) 2025 Steeven J Salazar.
* License: CryptoDbSS: Software Review and Audit License
*
* https://github.com/CryptoDbSS/CryptoDbSS-Client-API-RPC
*
* This notice, including the copyright notice and permission notice,
* must be retained in all copies or substantial portions of the Software and
* in all derivative works.
*
* IMPORTANT: Before using, compiling, or doing anything with this software,
* you must read and accept the terms of the License provided with this software.
*
* If you do not have a copy of the License, you can obtain it at the following link:
* https://github.com/CryptoDbSS/CryptoDbSS-Client-API-RPC/blob/main/LICENSE.md
*
* By using, compiling, or modifying this software, you implicitly accept
* the terms of the License. If you do not agree with the terms,
* do not use, compile, or modify this software.
*
* This software is provided "as is," without warranty of any kind.
* For more details, see the LICENSE file.
*
********************************************************************************/
/*********************************************************************************
The CryptoDbSS, blockchain-core, consensus, protocols and misc.
This software is a review and audit release, it should only be used for
development, testing, education and auditing purposes.
Third-party dependencies: Crypto++, OpenSSL, libcurl.
questions, suggestions or contact : Steevenjavier@gmail.com
S.S
*********************************************************************************/
#include "clientFuncs/index.h"
#include "clientFuncs/wallet.h"
#include "clientFuncs/transaction.h"
#include "clientFuncs/settings.h"