setFilterObjects

fun setFilterObjects(objects: Array<Any>, handle: Int?, onBloomInstalled: () -> Unit?): Int

tell all nodes, including future connections, that we are only interested in these things. a handle to this data is returned that can be used to update or delete the data. Pass null to create a new entry This blockchain will take data from all callers, and combine them into a single Bloom filter for installation into connected full nodes.