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
/api/Wallet/build-transaction has changed. When I put in your parameters from the documentation with my info I got an error.
The text was updated successfully, but these errors were encountered:
Yes, you are right, thank you for pointing it out.
The right parameters look like this:
{ "feeAmount": "100000", "password": "TestWallet", "walletName": "TestWallet", "accountName": "account 0", "recipients": [ { "destinationAddress": "TYXZB4khaN7A17Np8NA6VLuVXXh6TzGbeK", "amount": "25000000" } ], "allowUnconfirmed": true, "shuffleOutputs": true }
Could you try it again with with this format?
I've updated the documentation.
Sorry, something went wrong.
No branches or pull requests
/api/Wallet/build-transaction has changed. When I put in your parameters from the documentation with my info I got an error.
The text was updated successfully, but these errors were encountered: