Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BackendParams ¶
type BackendParams interface {
// contains filtered or unexported methods
}
type CheckInvoiceParams ¶
type CheckInvoiceParams struct { Backend BackendParams PR string Hash []byte Status string }
func CheckInvoice ¶
func CheckInvoice(params CheckInvoiceParams) (CheckInvoiceParams, error)
func MakeInvoice ¶
func MakeInvoice(params Params) (CheckInvoiceParams, error)
type LNBitsParams ¶
Click to show internal directories.
Click to hide internal directories.