Expand description
Signing utilities for Hyperliquid transactions.
Implements EIP-712 signing and MessagePack hashing for order authentication.
Structs§
Functions§
- agent_
signing_ hash - Compute the EIP-712 signing hash for an Agent struct wrapping a connection ID.
- recover_
signer - Recover signer address from a signature.
- rmp_
hash - Compute the MessagePack hash of a value for signing.
- sign_
action - Sign an action for the Hyperliquid exchange.
- sign_
hash - Sign a hash with a private key.