Versions in this module Expand all Collapse all v0 v0.0.4 Jul 18, 2024 v0.0.3 Jul 18, 2024 Changes in this version + func CheckTxCode(network *network.Network, clientCtx client.Context, txHash string, ...) error + func ExecTestCLICmd(clientCtx client.Context, cmd *cobra.Command, extraArgs []string) (testutil.BufferWriter, error) + func GetTxResponse(network *network.Network, clientCtx client.Context, txHash string) (sdk.TxResponse, error) + func MsgSendExec(clientCtx client.Context, from, to, amount fmt.Stringer, ac address.Codec, ...) (testutil.BufferWriter, error) + type MockCometRPC struct + func NewMockCometRPC(respQuery abci.ResponseQuery) MockCometRPC + func (MockCometRPC) BroadcastTxSync(context.Context, cmttypes.Tx) (*coretypes.ResultBroadcastTx, error) + func (m MockCometRPC) ABCIQueryWithOptions(_ context.Context, _ string, _ cmtbytes.HexBytes, _ rpcclient.ABCIQueryOptions) (*coretypes.ResultABCIQuery, error)