This commit is contained in:
swrup 2025-12-06 17:14:49 +01:00
parent 6eb7edb0bc
commit 35b41e9606

View file

@ -1076,14 +1076,10 @@ module AccountLimit = struct
end end
module ZeroLimitedOperation = struct module ZeroLimitedOperation = struct
type t = { type t = { operation_type: Account_operation.t }
operation_type: Account_operation.t;
}
let jsont = let jsont =
let make operation_type= let make operation_type = { operation_type } in
{ operation_type}
in
let operation_type v = v.operation_type in let operation_type v = v.operation_type in
let open Jsont.Object in let open Jsont.Object in
map ~kind:"ZeroLimitedOperation" make map ~kind:"ZeroLimitedOperation" make