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
error when input CIP129 DRep:
txBuildResult error: JsValue("Malformed DRep")
txBuilder .voteDelegationCertificate( { dRepId: 'drep1yv4uesaj92wk8ljlsh4p7jzndnzrflchaz5fzug3zxg4naqkpeas3', }, rewardAddress, ) .changeAddress(changeAddress); .selectUtxos(utxos, "keepRelevant", "10000000") const unsignedTx = await txBuilder.complete(); const signedTx = await wallet.signTx(unsignedTx); const txHash = await wallet.submitTx(signedTx);
Suport CIP129 DRep ID as input
1.8.4
No response
The text was updated successfully, but these errors were encountered:
twwu123
No branches or pull requests
Summary
error when input CIP129 DRep:
Steps to reproduce the bug
Actual Result
Expected Result
Suport CIP129 DRep ID as input
SDK version
1.8.4
Environment type
Environment details
No response
The text was updated successfully, but these errors were encountered: