NET.WaitForCollection
type params = {
collection : string;
filter : Json_repr.ezjsonm option;
result : string;
timeout : int option;
}
val params_enc : params Json_encoding.encoding
type result = {
result : Json_repr.ezjsonm;
val result_enc : result Json_encoding.encoding
val f : (params, result) Ton_client__Tc.f