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

add reference to block in transaction #42

Open
amir-arad opened this issue May 13, 2020 · 0 comments
Open

add reference to block in transaction #42

amir-arad opened this issue May 13, 2020 · 0 comments

Comments

@amir-arad
Copy link

amir-arad commented May 13, 2020

the transaction object (result from {transactions} = await client.getBlock(x)) does not contain a reference to the enclosing block. this is lean but not easy to use for bulk transaction opertations where you'd like to pass the transaction object around with all. its relevant info.

should add a reference (either blockHeight integer, or a js reference to the GetBlockResponse object.

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