summaryrefslogtreecommitdiff
path: root/libbridge/src/main/cpp/wallet2_api_c.h
AgeCommit message (Collapse)Author
2023-12-30feat: cache build resultsCzarek Nakamoto
debug: void MONERO_DEBUG_test0(); bool MONERO_DEBUG_test1(bool x); int MONERO_DEBUG_test2(int x); uint64_t MONERO_DEBUG_test3(uint64_t x); void* MONERO_DEBUG_test4(uint64_t x); const char* MONERO_DEBUG_test5(); const char* MONERO_DEBUG_test5_std();
2023-12-30new function:Czarek Nakamoto
- MONERO_Wallet_setRefreshFromBlockHeight
2023-12-29new functions:Czarek Nakamoto
- MONERO_Wallet_getRefreshFromBlockHeight - MONERO_Wallet_connectToDaemon - MONERO_Wallet_connected - MONERO_Wallet_setProxy new enum: ConnectionStatus
2023-12-29new funcs:Czarek Nakamoto
MONERO_Wallet_setOffline MONERO_Wallet_isOffline MONERO_WalletManager_setProxy MONERO_WalletManagerFactory_setLogLevel
2023-12-29drop wallet_ptr from places where it isn't usedCzarek Nakamoto
2023-12-28add some more functionsCzarek Nakamoto
2023-12-28update header fileCzarek Nakamoto
2023-12-27implement some functions to perform testingCzarek Nakamoto
2023-12-27ci update, cpp updateCzarek Nakamoto
2023-12-26Initial commitCzarek Nakamoto