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

Open
petscheit opened this issue Oct 24, 2024 · 0 comments
Open

AccountTx and AccountReceipt EVM type #94

petscheit opened this issue Oct 24, 2024 · 0 comments

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

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

1 participant