Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ get_wallet
Method
get_wallet
src/Chain/libraries/client/Client.cpp:1546–1548 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1544
}
1545
1546
WalletPtr Client::get_wallet()const {
1547
return my->_wallet;
1548
}
1549
ChainDatabasePtr Client::get_chain()const {
1550
return my->_chain_db;
1551
}
Callers
8
f_wallet_transfer
Method · 0.80
print_registered_account_list
Method · 0.80
get_prompt
Function · 0.80
interactive_open_wallet
Function · 0.80
pretty_vote_summary
Function · 0.80
ChainDatabase.cpp
File · 0.80
verify_wallet_is_open
Method · 0.80
verify_wallet_is_unlocked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected