Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectionSettings

Connection settings.

Hierarchy

  • ConnectionSettings

Index

Properties

Optional host

host: undefined | string

IP address or hostname of the node to connect to.

default

'localhost'

password

password: string

Password to use for authentication.

Optional port

port: undefined | number

Port number of the node to connect to.

default

8570

Optional protocol

protocol: "http" | "https"

Protocol to use for the connection.

default

'http'

Optional username

username: undefined | string

Username to use for authentication.

default

'multichainrpc'

Generated using TypeDoc