File tree Expand file tree Collapse file tree 16 files changed +129
-106
lines changed
Expand file tree Collapse file tree 16 files changed +129
-106
lines changed Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: Apache-2.0
2- #include " AccountAllowanceApproveTransaction.h"
3- #include " NftId.h"
4- #include " impl/Node.h"
2+ #include < stdexcept>
53
6- #include < services/crypto_approve_allowance.pb.h>
74#include < grpcpp/client_context.h>
8- #include < stdexcept>
5+
6+ #include < services/crypto_approve_allowance.pb.h>
97#include < services/transaction.pb.h>
108#include < services/transaction_response.pb.h>
119
10+ #include " AccountAllowanceApproveTransaction.h"
11+ #include " NftId.h"
12+ #include " impl/Node.h"
13+
1214namespace Hiero
1315{
1416// -----
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: Apache-2.0
2- #include " AccountAllowanceDeleteTransaction.h"
3- #include " NftId.h"
4- #include " impl/Node.h"
2+ #include < stdexcept>
53
6- #include < services/crypto_delete_allowance.pb.h>
74#include < grpcpp/client_context.h>
8- #include < stdexcept>
5+
6+ #include < services/crypto_delete_allowance.pb.h>
97#include < services/transaction.pb.h>
108#include < services/transaction_response.pb.h>
119
10+ #include " AccountAllowanceDeleteTransaction.h"
11+ #include " NftId.h"
12+ #include " impl/Node.h"
13+
1214namespace Hiero
1315{
1416// -----
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: Apache-2.0
2- #include " AccountBalance.h"
3- #include " impl/Utilities.h"
4-
52#include < services/crypto_get_account_balance.pb.h>
3+
64#include < nlohmann/json.hpp>
75
6+ #include " AccountBalance.h"
7+ #include " impl/Utilities.h"
8+
89namespace Hiero
910{
1011// -----
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: Apache-2.0
2+ #include < cstddef>
3+ #include < string>
4+
25#include < services/crypto_get_account_balance.pb.h>
6+ #include < services/query.pb.h>
7+ #include < services/query_header.pb.h>
8+ #include < services/response.pb.h>
39
410#include " AccountBalance.h"
511#include " AccountBalanceQuery.h"
612#include " TokenId.h"
7- #include " exceptions/UninitializedException.h"
813#include " impl/Node.h"
914
10- #include < services/query.pb.h>
11- #include < services/query_header.pb.h>
12- #include < services/response.pb.h>
13-
14- #include < cstddef>
15- #include < string>
15+ #include " exceptions/UninitializedException.h"
1616
1717#include < nlohmann/json.hpp>
1818
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: Apache-2.0
2+ #include < stdexcept>
3+
4+ #include < grpcpp/client_context.h>
5+
6+ #include < services/crypto_create.pb.h>
7+ #include < services/transaction.pb.h>
8+ #include < services/transaction_response.pb.h>
9+
210#include " AccountCreateTransaction.h"
311#include " ECDSAsecp256k1PublicKey.h"
412#include " PrivateKey.h"
715#include " impl/Node.h"
816#include " impl/Utilities.h"
917
10- #include < services/crypto_create.pb.h>
11- #include < grpcpp/client_context.h>
12- #include < stdexcept>
13- #include < services/transaction.pb.h>
14- #include < services/transaction_response.pb.h>
15-
1618namespace Hiero
1719{
1820// -----
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: Apache-2.0
2- #include " AccountDeleteTransaction.h"
3- #include " impl/Node.h"
2+ #include < stdexcept>
43
5- #include < services/crypto_delete.pb.h>
64#include < grpcpp/client_context.h>
7- #include < stdexcept>
5+
6+ #include < services/crypto_delete.pb.h>
87#include < services/transaction.pb.h>
98
9+ #include " AccountDeleteTransaction.h"
10+ #include " impl/Node.h"
11+
1012namespace Hiero
1113{
1214// -----
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: Apache-2.0
2+ #include < limits>
3+ #include < stdexcept>
4+
5+ #include < nlohmann/json.hpp>
6+
27#include < services/basic_types.pb.h>
38
49#include " AccountId.h"
1419#include " impl/MirrorNetwork.h"
1520#include " impl/Utilities.h"
1621
17- #include < limits>
18- #include < nlohmann/json.hpp>
19- #include < stdexcept>
20-
2122using json = nlohmann::json;
2223
2324namespace Hiero
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: Apache-2.0
2+ #include < nlohmann/json.hpp>
3+
4+ #include < services/crypto_get_info.pb.h>
5+
26#include " AccountInfo.h"
37#include " impl/DurationConverter.h"
48#include " impl/HexConverter.h"
59#include " impl/TimestampConverter.h"
610#include " impl/Utilities.h"
711
8- #include < services/crypto_get_info.pb.h>
9- #include < nlohmann/json.hpp>
10-
1112namespace Hiero
1213{
1314// -----
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: Apache-2.0
2+ #include < nlohmann/json.hpp>
3+
24#include < services/crypto_get_info.pb.h>
5+ #include < services/query.pb.h>
6+ #include < services/query_header.pb.h>
7+ #include < services/response.pb.h>
38
49#include " AccountInfo.h"
510#include " AccountInfoQuery.h"
611#include " TokenId.h"
712#include " TokenRelationship.h"
813#include " impl/Node.h"
914
10- #include < services/query.pb.h>
11- #include < services/query_header.pb.h>
12- #include < services/response.pb.h>
13-
14- #include < nlohmann/json.hpp>
15-
1615using json = nlohmann::json;
1716
1817namespace Hiero
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: Apache-2.0
2+ #include < nlohmann/json.hpp>
3+
4+ #include < services/crypto_get_account_records.pb.h>
5+
26#include " AccountRecords.h"
37#include " TransactionRecord.h"
48#include " impl/Utilities.h"
59
6- #include < services/crypto_get_account_records.pb.h>
7- #include < nlohmann/json.hpp>
8-
910namespace Hiero
1011{
1112// -----
You can’t perform that action at this time.
0 commit comments