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

chore: Implement the From trait to access the Txid bytes #232

Merged
merged 3 commits into from
Jul 25, 2023

Conversation

THLO
Copy link
Contributor

@THLO THLO commented Jul 25, 2023

Currently, there is no way to access the 32 bytes of a transaction ID directly (you can only get a &[u8] reference).
This PR adds the implementation of the From trait to access the transaction ID bytes.

@THLO THLO requested a review from a team as a code owner July 25, 2023 08:55
@THLO THLO changed the title chore: Implement into for Txid chore: Implement the From trait to access the Txid bytes Jul 25, 2023
@ielashi ielashi merged commit be0143a into master Jul 25, 2023
21 checks passed
@ielashi ielashi deleted the tl/txid_into branch July 25, 2023 09:28
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

Successfully merging this pull request may close these issues.

2 participants