Versions in this module Expand all Collapse all v0 v0.1.0 May 17, 2022 Changes in this version + const MaxReadWaitTime + type BasicClient interface + Get func(path string, qp map[string]string) ([]byte, int, error) + GetTx func(txHash string) (*tx.TxResult, error) + Post func(path string, body interface{}, param map[string]string) ([]byte, error) + PostTx func(hexTx []byte, param map[string]string) ([]tx.TxCommitResult, error) + WsGet func(path string, constructMsg func([]byte) (interface{}, error), ...) (<-chan interface{}, error) + func NewClient(baseUrl string) BasicClient + type WSResponse struct + Data interface{} + Stream string