Versions in this module Expand all Collapse all v0 v0.43.1 Aug 21, 2021 Changes in this version + func MsgSendExec(clientCtx client.Context, from, to, amount fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error) + func NewCoin(denom string, amount sdk.Int) *sdk.Coin + func QueryBalancesExec(clientCtx client.Context, address fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error) + type IntegrationTestSuite struct + func NewIntegrationTestSuite(cfg network.Config) *IntegrationTestSuite + func (s *IntegrationTestSuite) SetupSuite() + func (s *IntegrationTestSuite) TearDownSuite() + func (s *IntegrationTestSuite) TestGetBalancesCmd() + func (s *IntegrationTestSuite) TestGetCmdQueryDenomsMetadata() + func (s *IntegrationTestSuite) TestGetCmdQueryTotalSupply() + func (s *IntegrationTestSuite) TestNewSendTxCmd() + func (s *IntegrationTestSuite) TestNewSendTxCmdGenOnly()