This repository was archived by the owner on Aug 2, 2021. It is now read-only.
  
  
  
  
  
Description
#1444 is about defining and implementing the cheque exchange protocol.
This issue is about creating and implementing an RPC endpoint to query cheque information. Currently this information includes:
- Number of pending cheques (order by debit/credit)
- Cumulative amount of pending cheques (order by debit/credit)
- Number of cheques cashed in
- Cumulative amount of cheques cashed in
- Number of cheques issued
- Cumulative amount of cheques redeemed
- List all cheques
- See cheque information per peer
- Get individual cheque information (probably by peer)
It should be evaluated if this set of information is sufficient / appropriate. Node operator stakeholders could be interviewed to get to more targeted / relevant info sets.