Documentation
¶
Overview ¶
Package grpc implements a grpc payment API server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ToGrpcChUpdateType = map[perun.ChUpdateType]pb.SubPayChUpdatesResp_Notify_ChUpdateType{ perun.ChUpdateTypeOpen: pb.SubPayChUpdatesResp_Notify_open, perun.ChUpdateTypeFinal: pb.SubPayChUpdatesResp_Notify_final, perun.ChUpdateTypeClosed: pb.SubPayChUpdatesResp_Notify_closed, }
ToGrpcChUpdateType is a helper var that maps enums from ChUpdateType type defined in perun-node to ChUpdateType type defined in grpc package.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.