Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LndConnectParams ¶
type LndConnectParams struct { Host string // Hostname or IP address Port string // Port number Cert string // Base64 of DER-encoded TLS certificate Macaroon string // Hex-encoded macaroon }
func Parse ¶
func Parse(uri string) (LndConnectParams, error)
Parse an lndconnect URI and returns the parameters
Click to show internal directories.
Click to hide internal directories.