sub abstract method

void sub(
  1. List<Filter> filters
)

Subscribes to a set of filters on the relay. Only events that match the filters will be received. The filters argument is a list of Filter objects.

Implementation

void sub(List<Filter> filters);