S3 method for printing multichain_conn objects. Hides the password
for security.
Usage
# S3 method for class 'multichain_conn'
print(x, ...)See also
mc_connect for creating connections.
Examples
if (FALSE) { # \dontrun{
conn <- mc_connect(config)
print(conn) # or simply conn
} # }