MCPcopy Create free account
hub / github.com/6boris/web3-template / AssetsHTTPClientImpl

Struct AssetsHTTPClientImpl

api/interface/dex/assets_http.pb.go:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56type AssetsHTTPClientImpl struct {
57 cc *http.Client
58}
59
60func NewAssetsHTTPClient(client *http.Client) AssetsHTTPClient {
61 return &AssetsHTTPClientImpl{client}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected