Documentation ¶
Index ¶
- type Client
- func (client *Client) AddInvoice(amt int64) (*bdb.Invoice, error)
- func (client *Client) BlockHeight() (bdb.BlockHeight, error)
- func (client *Client) Channels() (bdb.ChannelMap, error)
- func (client *Client) Graph() (*bdb.Graph, error)
- func (client *Client) IdentitiyPubKey() (bdb.PubKey, error)
- func (client *Client) SendToRoute(req *lnrpc.SendToRouteRequest) (*bdb.Payment, error)
- func (client *Client) Start() error
- func (client *Client) Stop() error
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) BlockHeight ¶
func (client *Client) BlockHeight() (bdb.BlockHeight, error)
func (*Client) Graph ¶
Graph returns the local Lightning network graph consisting of a node and edge map
func (*Client) SendToRoute ¶
Click to show internal directories.
Click to hide internal directories.