Versions in this module Expand all Collapse all v1 v1.11.13-rc.2 Dec 4, 2024 v1.0.0 Dec 4, 2024 Changes in this version + type Client struct + func NewClient(client pb.SignerClient) *Client + func (c *Client) Sign(unsignedMsg *warp.UnsignedMessage) ([]byte, error) + type Server struct + func NewServer(signer warp.Signer) *Server + func (s *Server) Sign(_ context.Context, unsignedMsg *pb.SignRequest) (*pb.SignResponse, error)