# Functions
ClosePayCh closes the channel and interprets the closing channel info as payment channel info.
CloseSession closes the current session.
GetPayChInfo fetches the channel info for this channel and interprets it as payment channel info.
GetPayChsInfo fetches the list of all channels info in the session and interprets them as payment channel info.
OpenPayCh opens a channel with payment app with the specified parameters.
OpenSession opens a session and interprets the restored channels info as payment channels info.
RespondPayChProposal sends the response to a payment channel proposal notification and interprets the opening channel info as payment channel info.
RespondPayChUpdate sends a response for a channel update notification and interprets the updated channel info as payment channel info.
SendPayChUpdate sends a payment update on the channel that can send or request funds.
SubPayChProposals sets up a subscription for incoming channel proposals and interprets the notifications as payment channel notifiations.
SubPayChUpdates sets up a subscription for incoming channel updates and interprets the notifications as payment update notifiations.
UnsubPayChProposals deletes the existing subscription for channel proposals.
UnsubPayChUpdates deletes the existing subscription for updates on this channel.
# Constants
Definition of error constants for this package.
Definition of error constants for this package.
# Structs
ErrInfoFailedPreCondUnclosedPayChs is the interpretation of ErrInfoFailedPreCondUnclosedChs for payment application.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Error type is used to define error constants for this package.
No description provided by the author
No description provided by the author