Versions in this module Expand all Collapse all v0 v0.4.2 Jun 28, 2019 v0.4.1 Jun 13, 2019 Changes in this version + type Client struct + BaseAddrHex string + func NewClient(rpcurl string) (*Client, error) + func NewClientWithRPC(rpcclient *rpc.Client) (*Client, error) + func (c *Client) AddPssPeer(pubkeyid string, addr []byte, spec *protocols.Spec) error + func (c *Client) Close() error + func (c *Client) RemovePssPeer(pubkeyid string, spec *protocols.Spec) + func (c *Client) RunProtocol(ctx context.Context, proto *p2p.Protocol) error