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

Unable to construct Query object from bytes #220

Open
nirmalpatidar123 opened this issue Aug 23, 2023 · 1 comment
Open

Unable to construct Query object from bytes #220

nirmalpatidar123 opened this issue Aug 23, 2023 · 1 comment
Labels
enhancement New feature or request good first issue candidate Issues that can become a good first issue but need more description/context.

Comments

@nirmalpatidar123
Copy link

Description

Got base64String from Wallet Connect
Convert base64String to Data and try to parse it into Query.
No method found for parsing byte array in Query class like we have for in Transaction class (Transaction.fromBytes)

Steps to reproduce

Get base64 String from Any Wallet Connect Dapp
Convert string into byte array
Try to parse into Query class

Additional context

No response

Hedera network

testnet

Version

v0.23.0

Operating system

macOS

@nirmalpatidar123 nirmalpatidar123 added the bug Something isn't working label Aug 23, 2023
@izik1 izik1 added enhancement New feature or request and removed bug Something isn't working labels Aug 23, 2023
@izik1
Copy link
Contributor

izik1 commented Aug 23, 2023

Hi! Just wanted to let you know that I've seen this and read it.

It will happen at some point, but I'm not sure it's particularly high priority given that only the JS SDK supports this feature.

@SimiHunjan SimiHunjan added this to the v0.27.0 milestone Nov 20, 2023
@SimiHunjan SimiHunjan modified the milestones: v0.27.0, v0.28.0 Feb 5, 2024
@RickyLB RickyLB added the good first issue candidate Issues that can become a good first issue but need more description/context. label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue candidate Issues that can become a good first issue but need more description/context.
Projects
None yet
Development

No branches or pull requests

4 participants