MCPcopy 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_transferMethod · 0.80
get_promptFunction · 0.80
interactive_open_walletFunction · 0.80
pretty_vote_summaryFunction · 0.80
ChainDatabase.cppFile · 0.80
verify_wallet_is_openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected