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
样例提供的交易方式只是节点账号才能发起的交易方式
任意账号如何发起交易呢?提供私钥的那种
我没有找到给交易签名的方法,除了getSigner,但它并不适用
The text was updated successfully, but these errors were encountered:
@wk3368 正在开发该功能。
Sorry, something went wrong.
we have exported utils.tx.generateSignedUserTransactionHex in "@starcoin/starcoin": "^0.2.1"
please check this branch(signTransaction) of repo test_dapp as a demo of how to use it:
const hex = await utils.tx.generateSignedUserTransactionHex(senderPrivateKeyHex, fromAccount, toAccount, sendAmount, maxGasAmount, senderSequenceNumber, expirationTimestampSecs, chainId);
https://github.com/starcoinorg/test-dapp/blob/signTransaction/src/index.js#L586
No branches or pull requests
样例提供的交易方式只是节点账号才能发起的交易方式
任意账号如何发起交易呢?提供私钥的那种
我没有找到给交易签名的方法,除了getSigner,但它并不适用
The text was updated successfully, but these errors were encountered: