Scorum
account_by_key_api.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
6 
7 #include <fc/api.hpp>
8 
9 namespace scorum {
10 namespace account_by_key {
11 
12 namespace detail {
13 class account_by_key_api_impl;
14 }
15 
26 {
27 public:
29 
30  void on_api_startup();
31 
35 
41  std::vector<std::vector<account_name_type>> get_key_references(std::vector<public_key_type> keys) const;
42 
44 
45 private:
46  std::shared_ptr<detail::account_by_key_api_impl> my;
47 };
48 }
49 } // scorum::account_by_key
50 
51 FC_API(scorum::account_by_key::account_by_key_api, (get_key_references))
account_by_key_api(const app::api_context &ctx)
std::vector< std::vector< account_name_type > > get_key_references(std::vector< public_key_type > keys) const
get_key_references
Definition: asset.cpp:15