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
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