Hey Guys, i have couple of questions for sending transaction manually
1. I am signing my transaction using "SendTransactions" method by setting property "SignWithoutSending:true". What is the best way to get this signed transaction?
2. I am getting the signed transaction using "useTrackTransactionStatus" hook in the form of SignedTransactionType object. How can i broadcast this type on blockchain?
I'm also interested. You can do it with erdjs but then txs won't show up in the TransactionToastList. Any ideas?
why do you set the "signWithoutSending" to true? If you won't set that, the transaction gets sent right away
Hey Alberto, I am not sure about this TransactionToastList right now, since i am struggling to get signed and send the transaction manually.