Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TorProxyURL = "socks5://127.0.0.1:9050" Client = &http.Client{ Timeout: 10 * time.Second, } )
Functions ¶
func MakeInvoice ¶
Types ¶
type BackendParams ¶
type BackendParams interface {
// contains filtered or unexported methods
}
type CommandoParams ¶ added in v1.4.0
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 // setting this to true will cause .Description to be hashed and used as // the description_hash (h) field on the bolt11 invoice UseDescriptionHash bool Label string // only used for c-lightning }
type SparkoParams ¶
type StrikeParams ¶ added in v1.4.0
Click to show internal directories.
Click to hide internal directories.