hashgraph / hedera-sdk-swift

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

How to create Swift Transaction object from base64 encoded representation of TransactionBody? #333

Open nirmalpatidar123 opened 3 months ago

nirmalpatidar123 commented 3 months ago

Description

I'm using dApp for hedera_signTransaction transaction and it send transactionBody (Base64 encoded string representation of TransactionBody) for sign request using wallet. I'm using Mobile App with Swift Hedera SDK. Can you please suggest how to create Swift Transaction from base64 encoded representation of TransactionBody.

Steps to reproduce

Create an object of Proto_TransactionBody from base64 encoded string and try to create Transaction object using Swift Hedera SDK

Additional context

No response

Hedera network

testnet

Version

v2.27.0

Operating system

None