Expand description
Hyperliquid EIP-712 signing delegated to motosan-wallet-core.
Public API signatures are preserved for backward compatibility.
Internally, a SingleAddressSigner
bridges the hyper-exchange Signer trait to motosan-wallet-core’s
[HlSigner] so the actual EIP-712 logic lives in one place.
Structs§
- EIP712
Field - Describes a single field in an EIP-712 struct type.
Functions§
- compute_
action_ hash - Compute action hash for L1 signing.
- compute_
action_ hash_ with_ expiry - Compute action hash with optional expiresAfter.
- sign_
l1_ action - Sign an L1 action using EIP-712 typed data.
- sign_
user_ signed_ action - Sign a user-signed action (e.g., approveAgent).