Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelAvailableFunds ¶
type ChannelAvailableFunds = apitypes.ChannelAvailableFunds
type PaychStatus ¶
type PaychStatus = types.PaychStatus //nolint
type PaychSubmodule ¶
type PaychSubmodule struct {
// contains filtered or unexported fields
}
PaychSubmodule support paych related functions, including paych construction, extraction, query and other functions
func NewPaychSubmodule ¶
func NewPaychSubmodule(ctx context.Context, params *paychmgr.ManagerParams) *PaychSubmodule
PaychSubmodule enhances the `Node` with paych capabilities.
func (*PaychSubmodule) API ¶
func (ps *PaychSubmodule) API() apiface.IPaychan
API create a new paych implement
func (*PaychSubmodule) Start ¶
func (ps *PaychSubmodule) Start() error
func (*PaychSubmodule) Stop ¶
func (ps *PaychSubmodule) Stop()
func (*PaychSubmodule) V0API ¶ added in v0.9.7
func (ps *PaychSubmodule) V0API() apiface.IPaychan
Click to show internal directories.
Click to hide internal directories.