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