Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AccountTx and AccountReceipt EVM type #94

Closed
petscheit opened this issue Oct 24, 2024 · 1 comment
Closed

AccountTx and AccountReceipt EVM type #94

petscheit opened this issue Oct 24, 2024 · 1 comment

Comments

@petscheit
Copy link
Collaborator

Currently, when accessing a TX or Receipt in HDP, we need to provide (chain_id, block_number, item_index) to retrieve the Tx/Receipt via syscall. While this makes sense when retrieving the Txs from a block, it becomes cumbersome when trying to access a users TXs.

For this reason, we want to add the AccountTx and AccountReceipt EVM type, which allows the retrieval of Txs/Receipts using the following keys: (chain_id, address, nonce).

@Okm165
Copy link
Collaborator

Okm165 commented Feb 6, 2025

This is resolved

@Okm165 Okm165 closed this as completed Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants