Versions in this module Expand all Collapse all v1 v1.0.0 Dec 11, 2019 Changes in this version + type API struct + func NewWithAPIKeyAuth(key string) *API + func NewWithBasicAuth(login, password string) *API + func (api *API) Call(method string, params ...interface{}) (interface{}, error) + func (api *API) SetProxy(proxy string) error + func (api *API) SetURL(url string) error + type JSONRPCError struct + Code int64 + Data interface{} + Message string + func (e *JSONRPCError) Error() string Other modules containing this package github.com/THECALLR/sdk-go/v2