koinos / koinos-mempool

The mempool microservice stores pending transactions for inclusion in blocks by the block producer.
MIT License
0 stars 1 forks source link

`check_pending_account_resources ` RPC #4

Closed mvandeberg closed 3 years ago

mvandeberg commented 3 years ago

Implement check_pending_account_resources RPC

Should have this signature:

void check_pending_account_resources(
      const account_type& payer,
      const uint128& max_payer_resources,
      const uint128& trx_resource_limit );

Blocked on koinos/koinos-types#154