-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule icon-sdk-cpp
updated
26 files
+1 −1 | common-lib-cpp | |
+42 −41 | src/blockchain/account.cpp | |
+37 −34 | src/blockchain/account.h | |
+18 −18 | src/blockchain/address.h | |
+26 −24 | src/blockchain/block.cpp | |
+80 −75 | src/blockchain/block.h | |
+52 −44 | src/blockchain/exception.h | |
+6 −6 | src/blockchain/genesis_block.cpp | |
+18 −17 | src/blockchain/genesis_block.h | |
+67 −62 | src/blockchain/hash.cpp | |
+49 −46 | src/blockchain/hash.h | |
+8 −8 | src/blockchain/internal_transaction.cpp | |
+38 −33 | src/blockchain/internal_transaction.h | |
+8 −8 | src/blockchain/network.h | |
+29 −29 | src/blockchain/token.cpp | |
+96 −86 | src/blockchain/token.h | |
+32 −32 | src/blockchain/transaction.cpp | |
+117 −105 | src/blockchain/transaction.h | |
+38 −37 | src/blockchain/transaction_result.cpp | |
+67 −61 | src/blockchain/transaction_result.h | |
+262 −251 | src/blockchain/wallet.cpp | |
+87 −85 | src/blockchain/wallet.h | |
+7 −7 | src/sdk/exception.h | |
+449 −419 | src/sdk/sdk.cpp | |
+137 −140 | src/sdk/sdk.h | |
+307 −311 | tests/main.cpp |