Cluster

class blocksci.cluster_python.Cluster

Class representing a cluster

script_count(self: blocksci.cluster_python.Cluster, arg0: blocksci.blocksci_interface.script_type) → int

Return the number of scripts of the given type in the cluster

scripts

Get a iterable over all the scripts in the cluster

tagged_scripts(self: blocksci.cluster_python.Cluster, arg0: Dict[blocksci.blocksci_interface.Script, str]) → List[TaggedScript]

Given a dictionary of tags, return a list of TaggedScript objects for any tagged scripts in the cluster