This commit is contained in:
swrup 2025-12-07 05:37:19 +01:00
parent 7162564cad
commit 4fc9a96fde
9 changed files with 15 additions and 15 deletions

View file

@ -22,7 +22,7 @@
- number is "float", but we probably want int everywhere instead
- numeric values capped at 2^53 -1 inclusive because json *)
open Crypto
open Api_sig
open Bin_sig
open Jsont.Object
let encode_exn jsont v = Jsont_bytesrw.encode_string jsont v |> Result.get_ok