hashgraph / hedera-sdk-swift

Hedera™ SDK for Swift
Apache License 2.0
25 stars 10 forks source link

Unable to construct Query object from bytes #220

Open nirmalpatidar123 opened 1 year ago

nirmalpatidar123 commented 1 year ago

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

izik1 commented 1 year ago

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.