Skip to main content

Crate hyper_exchange

Crate hyper_exchange 

Source

Re-exports§

pub use client::ExchangeClient;
pub use signer::Signer;
pub use signing::compute_action_hash;
pub use signing::compute_action_hash_with_expiry;
pub use signing::sign_l1_action;
pub use signing::sign_user_signed_action;
pub use signing::EIP712Field;
pub use types::ExchangeError;
pub use types::LimitOrderType;
pub use types::OrderTypeWire;
pub use types::OrderWire;
pub use types::Signature;
pub use types::TriggerOrderType;

Modules§

adapter
Adapter that bridges crate::signer::Signer to motosan_wallet_core::HlSigner.
client
signer
signing
Hyperliquid EIP-712 signing delegated to motosan-wallet-core.
types