MCPcopy Create free account
hub / github.com/Sifchain/sifnode / NewQueryClient

Function NewQueryClient

x/margin/types/query.pb.go:994–996  ·  view source on GitHub ↗
(cc grpc1.ClientConn)

Source from the content-addressed store, hash-verified

992}
993
994func NewQueryClient(cc grpc1.ClientConn) QueryClient {
995 return &queryClient{cc}
996}
997
998func (c *queryClient) GetMTP(ctx context.Context, in *MTPRequest, opts ...grpc.CallOption) (*MTPResponse, error) {
999 out := new(MTPResponse)

Callers 10

GetCmdQueryPositionsFunction · 0.92
GetCmdQueryStatusFunction · 0.92
GetCmdParamsFunction · 0.92
GetCmdSQParamsFunction · 0.92
GetCmdQueryWhitelistFunction · 0.92
GetCmdQueryIsWhitelistFunction · 0.92
RegisterQueryHandlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected