Interface KristWsClientOptionsPassword

Hierarchy

Properties

Advanced

Properties

password?: string

The password to use for authenticating to the websocket. If a password or private key are not supplied, the connection will be a "guest" connection.

username?: string

The username to use for authenticating to the websocket, if the wallet format requires a username.

walletFormat?: KristWalletFormatName

The wallet format to use if a password was supplied. Defaults to kristwallet.

Advanced

sha256Fn?: Sha256Fn

The SHA-256 function to use. Defaults to a pure JS implementation. You do not normally need to supply this.

Generated using TypeDoc