Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceMsgClientConn ¶
ServiceMsgClientConn is an instance of grpc.ClientConn that is used to test building transactions with MsgClient's. It is intended to be replaced by the work in https://github.com/cosmos/cosmos-sdk/issues/7541 when that is ready.
func (*ServiceMsgClientConn) Invoke ¶
func (t *ServiceMsgClientConn) Invoke(_ context.Context, method string, args, _ interface{}, _ ...grpc.CallOption) error
func (*ServiceMsgClientConn) NewStream ¶
func (t *ServiceMsgClientConn) NewStream(context.Context, *grpc.StreamDesc, string, ...grpc.CallOption) (grpc.ClientStream, error)
Click to show internal directories.
Click to hide internal directories.