-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Invalid Parameters returned from AccountTxRequest callout #28
Comments
Re signing payments, any chance you could submit a PR? Same for AccountTxRequest? That would be greatly appreciated. |
@JoeyGii What did the struct you made look like? Wondering if we can spot the difference and update the library accordingly |
I got it working with the above by using the xrpl documentation. @gunnigylfa |
I also used these defaults:
|
Thanks for sharing this. FWIW the AccountTxsRequest is working without modifications in my applications. |
Thanks for doing this SDK. I've had great success with it. I had to redo the signing aspect for submitting payments, but other than that smooth sailing.
However, the above struct seems to be a little wonky. I get an invalidParameters response from it.
When I made my own struct and implemented your Request trait I had a successful response.
The text was updated successfully, but these errors were encountered: