cli

package
v3.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckTxCode

func CheckTxCode(network network.NetworkI, clientCtx client.Context, txHash string, expectedCode uint32) error

CheckTxCode verifies that the transaction result returns a specific code Takes a network, wait for two blocks and fetch the transaction from its hash

func ExecTestCLICmd

func ExecTestCLICmd(clientCtx client.Context, cmd *cobra.Command, extraArgs []string) (testutil.BufferWriter, error)

ExecTestCLICmd builds the client context, mocks the output and executes the command.

func GetTxResponse

func GetTxResponse(network network.NetworkI, clientCtx client.Context, txHash string) (sdk.TxResponse, error)

GetTxResponse returns queries the transaction response of a transaction from its hash Takes a network, wait for two blocks and fetch the transaction from its hash

func SubmitTestTx

func SubmitTestTx(clientCtx client.Context, msg proto.Message, from sdk.AccAddress, config TestTxConfig) (testutil.BufferWriter, error)

Types

type MockCometRPC

type MockCometRPC struct {
	rpcclientmock.Client
	// contains filtered or unexported fields
}

func NewMockCometRPC

func NewMockCometRPC(respQuery abci.QueryResponse) MockCometRPC

NewMockCometRPC returns a mock CometBFT RPC implementation. It is used for CLI testing.

func NewMockCometRPCWithValue

func NewMockCometRPCWithValue(bz []byte) MockCometRPC

NewMockCometRPCWithValue returns a mock CometBFT RPC implementation with value only. It is used for CLI testing.

func (MockCometRPC) ABCIQueryWithOptions

func (MockCometRPC) BroadcastTxSync

type TestTxConfig

type TestTxConfig struct {
	Simulate             bool
	GenOnly              bool
	Offline              bool
	Memo                 string
	Gas                  uint64
	AccNum               uint64
	Seq                  uint64
	Fee                  sdk.Coins
	IsAsyncBroadcastMode bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL