Skip to content

Get Blocks With Full Transactions Along With Their Inputs #2225

@mgpai22

Description

@mgpai22

Currently during indexing, I fetch the full blocks along with their transactions.

If I want to read the input utxos, I either have to have it already indexed or I need to make a query.

The former isn't an option since my indexing service is not going to be indexing from height 0, rather some custom height.

If I have to index lots of blocks I cannot query each input in a transaction per block for all blocks I need to index.

To improve this perhaps the endpoint /blocks/headerIds can return the complete transaction along with their full input utxos.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions