summaryrefslogtreecommitdiff
path: root/lib/client.ml
blob: 8be4644d6476d2b135aa78f0a96bb495aa4c51ae (plain)
1
2
3
4
5
type t =
  { id : int
  ; mov_limit : int
  ; balance : int
  }