Skip to contents

Returns a list of stream filters on the blockchain, with optional filtering and verbosity.

Usage

mc_list_stream_filters(conn, filters = "*", verbose = FALSE)

Arguments

conn

A connection object created by mc_connect.

filters

Character vector of filter names/IDs, or "*" (default) for all filters.

verbose

Logical. If TRUE, returns detailed information.

Value

A data frame (via rpc_res_to_df) with filter information.

Examples

if (FALSE) { # \dontrun{
all_filters <- mc_list_stream_filters(conn)
} # }