Related to How to build a transaction without signatures in Rust SDK?.
Given an instance of Transaction, how to sign it with a private key?
I only see the way of signing a transaction using transaction builder, but I cannot use the builder, since I already have a built transaction.
Hey @mpoplavkov build_without_signatures
in the transaction builder is introduced in the PR here.
1 Like