rm types.ml
This commit is contained in:
parent
65ccb5a86f
commit
94a4c1e29e
3 changed files with 9 additions and 9 deletions
|
|
@ -1,4 +1,3 @@
|
|||
open Types
|
||||
open Api_types
|
||||
open Crypto
|
||||
|
||||
|
|
@ -19,6 +18,12 @@ module ErrorDetail = struct
|
|||
|> Jsont.Object.finish
|
||||
end
|
||||
|
||||
module Amount = struct
|
||||
include Amount
|
||||
|
||||
let jsont = Jsont.of_of_string ~kind:"Amount" of_string ~enc:to_string
|
||||
end
|
||||
|
||||
module Timestamp = struct
|
||||
open Timestamp
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
module Amount = struct
|
||||
include Amount
|
||||
|
||||
let jsont = Jsont.of_of_string ~kind:"Amount" of_string ~enc:to_string
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue