Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

RPC endpoint for querying cheque information #1445

@holisticode

Description

@holisticode

#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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions