forked from hyperliquid-dex/hyperliquid-rust-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Debug trait implementations for all structs and enums
- 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
- Loading branch information
1 parent
ffa765a
commit 6545e37
Showing
5 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters