| 1240 | } |
| 1241 | |
| 1242 | set<public_key_type> database_api::get_potential_signatures( const signed_transaction& trx )const |
| 1243 | { |
| 1244 | return my->get_potential_signatures( trx ); |
| 1245 | } |
| 1246 | set<address> database_api::get_potential_address_signatures( const signed_transaction& trx )const |
| 1247 | { |
| 1248 | return my->get_potential_address_signatures( trx ); |
nothing calls this directly
no test coverage detected