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

Method Open

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

Source from the content-addressed store, hash-verified

1054// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
1055type MsgClient interface {
1056 Open(ctx context.Context, in *MsgOpen, opts ...grpc.CallOption) (*MsgOpenResponse, error)
1057 Close(ctx context.Context, in *MsgClose, opts ...grpc.CallOption) (*MsgCloseResponse, error)
1058 ForceClose(ctx context.Context, in *MsgForceClose, opts ...grpc.CallOption) (*MsgForceCloseResponse, error)
1059 UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error)

Callers 9

_Msg_Open_HandlerFunction · 0.65
NewLegacyHandlerFunction · 0.65
TestKeeper_OpenFunction · 0.65
TestKeeper_OpenCloseFunction · 0.65
TestKeeper_OpenThenCloseFunction · 0.65
TestKeeper_ECFunction · 0.65
readGenesisFileFunction · 0.65
TestIntegrationFunction · 0.65

Calls

no outgoing calls

Tested by 6

TestKeeper_OpenFunction · 0.52
TestKeeper_OpenCloseFunction · 0.52
TestKeeper_OpenThenCloseFunction · 0.52
TestKeeper_ECFunction · 0.52
TestIntegrationFunction · 0.52