polymarket-rs 0.2.0

Rust client library for the Polymarket CLOB, Gamma, and Data API
Documentation
1
2
3
4
5
mod eip712;
mod signer;

pub use eip712::{sign_clob_auth_message, sign_order_message, ClobAuth, Order};
pub use signer::EthSigner;