We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
txHex
The popup is stuck in this state:
Code to reproduce
const tx = await makeUnsignedContractDeploy({ codeBody: ` (define-public (hello-world) (ok "hello world")) `, contractName: 'hello-world', publicKey: '...', clarityVersion: ClarityVersion.Clarity3, network: 'testnet', }); const txHex = tx.serialize(); console.log('txHex', txHex); showSignTransaction({ txHex, onFinish: d => { alert(JSON.stringify(d, null, 2)); }, onCancel: console.error, });
Also tried with an unsigned STX transfer, didn't work either
The text was updated successfully, but these errors were encountered:
LEA-1708 `txHex` param / signTransaction RPC not working
Sorry, something went wrong.
Thanks for reporting @janniks. Which version of @stacks/transactions is this using?
@janniks is this still an issue? If so could you point us in the direction of the @stacks/transactions package?
@stacks/transactions
No branches or pull requests
The popup is stuck in this state:
Code to reproduce
The text was updated successfully, but these errors were encountered: