Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDecode = errors.New("unable to decode value")
Functions ¶
Types ¶
type InvoiceRequest ¶
type InvoiceResponse ¶
type InvoiceResponse struct {
Invoice string `json:"invoice"`
}
type PolicyResponse ¶
type PolicyResponse struct { Node rpc.NodeID `json:"node"` NodeAddresses []string `json:"addresses"` MinChanSize uint64 `json:"min_chan_size"` MaxChanSize uint64 `json:"max_chan_size"` MaxNbChannels uint `json:"max_nb_channels"` MinChanLifetime time.Duration `json:"min_chan_lifetime"` ChanInvoiceFeeRate float64 `json:"chan_invoice_fee_rate"` }
PolicyResponse is the policy followed by a some LP node.
Click to show internal directories.
Click to hide internal directories.