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

Method get_settle_orders

libraries/app/database_api.cpp:926–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924}
925
926vector<force_settlement_object> database_api::get_settle_orders(asset_id_type a, uint32_t limit)const
927{
928 return my->get_settle_orders( a, limit );
929}
930
931vector<force_settlement_object> database_api_impl::get_settle_orders(asset_id_type a, uint32_t limit)const
932{

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
get_idMethod · 0.45

Tested by

no test coverage detected