Module NET.QueryCollection

type params = {
collection : string;
filter : Json_repr.ezjsonm option;
result : string;
order : OrderBy.t list option;
limit : int option;
}
val params_enc : params Json_encoding.encoding
type result = {
result : Json_repr.ezjsonm list;
}
val result_enc : result Json_encoding.encoding
val f : (paramsresult) Ton_client__Tc.f