Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Client = &http.Client{ Timeout: 10 * time.Second, }
View Source
var TorProxyURL = "socks5://127.0.0.1:9050"
Functions ¶
func MakeInvoice ¶
Types ¶
type BackendParams ¶
type BackendParams interface {
// contains filtered or unexported methods
}
type EclairParams ¶ added in v1.3.0
type LNBitsParams ¶
type LNPayParams ¶ added in v1.2.0
type Params ¶
type Params struct { Backend BackendParams Msatoshi int64 Description string DescriptionHash []byte Label string // only used for c-lightning }
type SparkoParams ¶
Click to show internal directories.
Click to hide internal directories.