Versions in this module Expand all Collapse all v1 v1.0.1 Apr 12, 2021 v1.0.0 Sep 15, 2020 Changes in this version + type SignerClient struct + func NewSigner(cfg *config.Config) (*SignerClient, error) + func (i *SignerClient) AddressList(t proto.SignType) (*proto.AddressResponse, error) + func (i *SignerClient) Sign(t proto.SignType, address string, rawData []byte) (*proto.SignResponse, error) + func (i *SignerClient) Stop()