Skip to main content

Crate lasersell_sdk

Crate lasersell_sdk 

Source
Expand description

Rust SDK for the LaserSell API.

The crate is organized by module:

  • exit_api: HTTP client for building unsigned buy/sell transactions.
  • stream: realtime websocket client and session helpers.
  • tx: signing and transaction submission helpers.
  • retry: shared retry and timeout utilities.

Re-exports§

pub use exit_api::prove_ownership;
pub use exit_api::WalletProof;

Modules§

exit_api
LaserSell API client and request/response types. Exit API client and request/response types.
retry
Retry and timeout helpers used across the SDK. Retry and timeout utilities.
stream
Realtime stream client, protocol types, and session state helpers. Realtime stream modules.
tx
Transaction signing and submission helpers. Transaction signing and submission helpers.