Documentation ¶
Index ¶
Constants ¶
View Source
const ( RoutePayment = "payment" RoutePaymentACK = "payment.ack" RoutePaymentError = "payment.error" RouteProofCreate = "proof.create" RoutePaymentRequestCreate = "paymentrequest.create" RoutePaymentRequestResponse = "paymentrequest.response" RoutePaymentRequestError = "paymentrequest.error" )
Routes contain the unique keys for socket messages used in the payment protocol.
Variables ¶
This section is empty.
Functions ¶
func NewPayd ¶
func NewPayd(b sockets.ServerChannelBroadcaster) *payd
NewPayd will setup and return a new payd socket data store.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.