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

Implemented MirrorNodeClientqueryTransaction #33

Closed
wants to merge 2 commits into from

Conversation

Ariho-Seth
Copy link
Contributor

@Ariho-Seth Ariho-Seth commented Oct 14, 2024

#26

The TransactionInfo class was expanded to hold all the data that is indicated in the API call result as showed in the query sample of the issue with the corresponding data types.
Used the @JsonCreator and @JsonPropertyto map exact field names to JSON key names.
The method Optional<TransactionInfo> queryTransaction in the MirrorNodeClientImpl class has been updated to use an object mapper to covert the JSON data to a TransactionInfo object finally return the transactionInfo object

@Ariho-Seth Ariho-Seth closed this Oct 14, 2024
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.

1 participant