Module BOC.BuilderOp

type t =
| Integer of {
size : int;
value : any;
}
| BitString of {
value : string;
}
| Cell of {
builder : any;
}
| CellBoc of {
boc : string;
}
val enc : t Json_encoding.encoding
val t_enc : t Json_encoding.encoding