kevinheavey / solders

A high-performance Python toolkit for Solana, written in Rust
https://kevinheavey.github.io/solders/
Apache License 2.0
205 stars 23 forks source link

How to create unsigned `VersionedTransaction` ? #106

Open hethon opened 3 weeks ago

hethon commented 3 weeks ago

I am basically looking for the VersionedTransaction equivalent of solders.transaction.Transaction.new_unsigned()