Source file polymarket_common.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(** @canonical Polymarket_common.Auth *)
module Auth = Polymarket_common__Auth
(** @canonical Polymarket_common.Constants *)
module Constants = Polymarket_common__Constants
(** @canonical Polymarket_common.Crypto *)
module Crypto = Polymarket_common__Crypto
(** @canonical Polymarket_common.Error *)
module Error = Polymarket_common__Error
(** @canonical Polymarket_common.Order_signing *)
module Order_signing = Polymarket_common__Order_signing
(** @canonical Polymarket_common.Primitives *)
module Primitives = Polymarket_common__Primitives
(** @canonical Polymarket_common.Rate_limit_presets *)
module Rate_limit_presets = Polymarket_common__Rate_limit_presets