rename api_sig.ml

This commit is contained in:
swrup 2025-12-06 19:15:40 +01:00
parent 153ee78260
commit 325ca30fed
6 changed files with 8 additions and 8 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 Bin_signature
open Api_sig
open Jsont.Object
let encode_exn jsont v = Jsont_bytesrw.encode_string jsont v |> Result.get_ok