Scorum
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
withdraw_scorumpower_route_statistic.cpp
Go to the documentation of this file.
3 
4 namespace scorum {
5 namespace chain {
6 
9 {
10 }
11 
13 {
14 }
15 
17 {
18  return find_by<by_destination>(from) != nullptr;
19 }
20 
22 {
23  return find_by<by_destination>(from) != nullptr;
24 }
25 
28 {
29  try
30  {
31  return get_by<by_destination>(from);
32  }
33  FC_CAPTURE_AND_RETHROW((from))
34 }
35 
38 {
39  try
40  {
41  return get_by<by_destination>(from);
42  }
43  FC_CAPTURE_AND_RETHROW((from))
44 }
45 
46 } // namespace chain
47 } // namespace scorum
tracks the blockchain state in an extensible manner
Definition: database.hpp:52
Definition: asset.cpp:15