EOSCommunity.org Forums

Swift-eosio SigningRequest - can't prevent it from broadcasting a transaction

Hi,

I’m using swift-eosio library on iOS.
I’m working with SigningRequest to sign and broadcast transactions on WAX chain using Anchor Wallet for Mobile.

Unfortunately I’m having a few issue trying to sign only the transaction, without broadcasting it.
Even if I use SigningRequest constructor passing broadcast: false it tries to broadcast the transaction.

I’d like Anchor to use the callback and give back to me the signed transaction without broadcasting it. Is it possible? Am I missing something?

Thank you again for your amazing work,
F.

Resolved. I was using it in the wrong way.

1 Like

Glad you got it working! Feel free to reach out again should you run into any other issues,