Versions in this module Expand all Collapse all v0 v0.2.0 Dec 11, 2019 Changes in this version + type Client struct + URL string + func NewClient(URL string) *Client + func (c *Client) Get(path string, params map[string]string) ([]byte, error) + func (c *Client) Post(path, args string) ([]byte, error) + type TezosClient interface + Get func(path string, params map[string]string) ([]byte, error) + Post func(path, args string) ([]byte, error)