set Filter Objects
fun setFilterObjects(bloomCount: Int, objects: Array<Any>, handle: Int?, onBloomInstalled: () -> Unit?): Int
Tell all nodes, including future connections, that we are only interested in these things.
This function will take data from all callers, and combine them into a single Bloom filter for installation into connected full nodes.
Return
a handle to this data is returned that can be used to update or delete the data. Pass null to create a new entry.