There was an error while loading. Please reload this page.
1 parent 9ad011b commit 9fffbfbCopy full SHA for 9fffbfb
8 files changed
actions.go
@@ -1,5 +1,7 @@
1
package hyperliquid
2
3
+//go:generate easyjson -all
4
+
5
// Action structs with deterministic field ordering for consistent MessagePack serialization
6
// The order of fields in these structs is critical for signature generation
7
0 commit comments