Skip to content

Add new parameters to the fullMoonlightHistory API #3613

@ascartabelli

Description

@ascartabelli

Summary

The fullMoonlightHistory API needs two parameters to be used efficiently by consumers:

  • a from parameter (block height)
  • a limit parameter

With these new parameters:

  • a search made with from: 2345, limit: 100, ord: "desc" will return the first 100 transactions made starting from block 2345 and looking in the past
  • a search made with from: 2345, limit: 100, ord: "asc" will return the first 100 transactions made starting from block 2345 and looking in the future

Metadata

Metadata

Labels

module:nodeIssues related to node module

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions