Virus-Axel / godot-solana-sdk

Build Solana games with godot. This GDExtension will enable godot to make on-chain and Solana integrated games.
MIT License
38 stars 12 forks source link

Please add a functionality to deserialize a transaction #197

Closed ZenRepublic closed 7 months ago

ZenRepublic commented 7 months ago

Description

Would be cool to turn a serialized transaction from byte array into Transaction class. Usecase being receiving a constructed transaction from elsewhere and only have a user pay for it.

Something like "Transaction.new_from_bytes(byte_array)" would be nice

Suggested Improvements

No response

Extra Information

No response

Virus-Axel commented 7 months ago

Transaction.new_from_bytes(byte_array) merged to master