MCPcopy Create free account
hub / github.com/cryptonomex/graphene / lookup_accounts

Method lookup_accounts

libraries/app/database_api.cpp:650–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650map<string,account_id_type> database_api::lookup_accounts(const string& lower_bound_name, uint32_t limit)const
651{
652 return my->lookup_accounts( lower_bound_name, limit );
653}
654
655map<string,account_id_type> database_api_impl::lookup_accounts(const string& lower_bound_name, uint32_t limit)const
656{

Callers 1

list_accountsMethod · 0.80

Calls 2

endMethod · 0.45
get_idMethod · 0.45

Tested by

no test coverage detected