MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / GetAccountCache

Method GetAccountCache

src/vm/luavm/luavmrunenv.cpp:407–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405CContractDBCache* CLuaVMRunEnv::GetScriptDB() { return &p_context->p_cw->contractCache; }
406
407CAccountDBCache* CLuaVMRunEnv::GetAccountCache() { return &p_context->p_cw->accountCache; }
408
409
410shared_ptr<CAccount> CLuaVMRunEnv::GetAccount(const CUserID &uid) {

Callers 2

ExTransferContractAssetFunction · 0.80
ExTransferSomeAssetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected