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
It's good practise to implement this trait so it's easier to debug. I can submit a PR for this if you are open to this change.
The text was updated successfully, but these errors were encountered:
Agreed this would be good
Sorry, something went wrong.
Add Debug trait implementations for all structs and enums
6545e37
- Added #[derive(Debug)] to ClientModifyRequest - Added #[derive(Debug)] to ClientLimit, ClientTrigger, MarketOrderParams, MarketCloseParams, ClientOrder, ClientOrderRequest - Added #[derive(Debug)] to ClientCancelRequest and ClientCancelRequestCloid - Added #[derive(Debug)] to ExchangeClient - Added #[derive(Debug)] to HttpClient Fixes hyperliquid-dex#52
cff25ea
Successfully merging a pull request may close this issue.
It's good practise to implement this trait so it's easier to debug. I can submit a PR for this if you are open to this change.
The text was updated successfully, but these errors were encountered: