Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RpcServer ¶
type RpcServer struct { Host string `long:"rpc.host" description:"gRPC host to which Boltz should listen"` Port int `long:"rpc.port" short:"p" description:"gRPC port to which Boltz should listen"` RestHost string `long:"rpc.rest.host" description:"REST host to which Boltz should listen"` RestPort int `long:"rpc.rest.port" description:"REST port to which Boltz should listen"` RestDisabled bool `long:"rpc.rest.disable" description:"Disables the REST API proxy"` TlsCertPath string `long:"rpc.tlscert" description:"Path to the TLS certificate of boltz-lnd"` TlsKeyPath string `long:"rpc.tlskey" description:"Path to the TLS private key of boltz-lnd"` NoMacaroons bool `long:"rpc.no-macaroons" description:"Disables Macaroon authentication"` AdminMacaroonPath string `long:"rpc.adminmacaroonpath" description:"Path to the admin Macaroon"` ReadonlyMacaroonPath string `long:"rpc.readonlymacaroonpath" description:"Path to the readonly macaroon"` }
Click to show internal directories.
Click to hide internal directories.