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

Method get_potential_signatures

libraries/app/database_api.cpp:1242–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1240}
1241
1242set<public_key_type> database_api::get_potential_signatures( const signed_transaction& trx )const
1243{
1244 return my->get_potential_signatures( trx );
1245}
1246set<address> database_api::get_potential_address_signatures( const signed_transaction& trx )const
1247{
1248 return my->get_potential_address_signatures( trx );

Callers

nothing calls this directly

Calls 4

get_keysMethod · 0.80
get_chain_idMethod · 0.45
get_global_propertiesMethod · 0.45

Tested by

no test coverage detected