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

Method GetPositions

x/margin/types/query.pb.go:980–980  ·  view source on GitHub ↗
(ctx context.Context, in *PositionsRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

978type QueryClient interface {
979 GetMTP(ctx context.Context, in *MTPRequest, opts ...grpc.CallOption) (*MTPResponse, error)
980 GetPositions(ctx context.Context, in *PositionsRequest, opts ...grpc.CallOption) (*PositionsResponse, error)
981 GetPositionsForAddress(ctx context.Context, in *PositionsForAddressRequest, opts ...grpc.CallOption) (*PositionsForAddressResponse, error)
982 GetPositionsByPool(ctx context.Context, in *PositionsByPoolRequest, opts ...grpc.CallOption) (*PositionsByPoolResponse, error)
983 GetParams(ctx context.Context, in *ParamsRequest, opts ...grpc.CallOption) (*ParamsResponse, error)

Callers 4

GetCmdQueryPositionsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected