Documentation ¶
Index ¶
- func MsgMultiSendExec(clientCtx client.Context, from sdk.AccAddress, to []sdk.AccAddress, ...) (testutil.BufferWriter, error)
- func MsgSendExec(clientCtx client.Context, from, to, amount fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error)
- func NewCoin(denom string, amount math.Int) *sdk.Coin
- func QueryBalancesExec(clientCtx client.Context, address fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error)
- type IntegrationTestSuite
- func (s *IntegrationTestSuite) SetupSuite()
- func (s *IntegrationTestSuite) TearDownSuite()
- func (s *IntegrationTestSuite) TestBalancesGRPCHandler()
- func (s *IntegrationTestSuite) TestDenomMetadataGRPCHandler()
- func (s *IntegrationTestSuite) TestGetBalancesCmd()
- func (s *IntegrationTestSuite) TestGetCmdQueryDenomsMetadata()
- func (s *IntegrationTestSuite) TestGetCmdQueryTotalSupply()
- func (s *IntegrationTestSuite) TestNewMultiSendTxCmd()
- func (s *IntegrationTestSuite) TestNewSendTxCmd()
- func (s *IntegrationTestSuite) TestNewSendTxCmdDryRun()
- func (s *IntegrationTestSuite) TestNewSendTxCmdGenOnly()
- func (s *IntegrationTestSuite) TestTotalSupplyGRPCHandler()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MsgMultiSendExec ¶
func MsgMultiSendExec(clientCtx client.Context, from sdk.AccAddress, to []sdk.AccAddress, amount fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error)
func MsgSendExec ¶
func QueryBalancesExec ¶
Types ¶
type IntegrationTestSuite ¶
func NewIntegrationTestSuite ¶
func NewIntegrationTestSuite(cfg network.Config) *IntegrationTestSuite
func (*IntegrationTestSuite) SetupSuite ¶
func (s *IntegrationTestSuite) SetupSuite()
func (*IntegrationTestSuite) TearDownSuite ¶
func (s *IntegrationTestSuite) TearDownSuite()
func (*IntegrationTestSuite) TestBalancesGRPCHandler ¶
func (s *IntegrationTestSuite) TestBalancesGRPCHandler()
func (*IntegrationTestSuite) TestDenomMetadataGRPCHandler ¶
func (s *IntegrationTestSuite) TestDenomMetadataGRPCHandler()
func (*IntegrationTestSuite) TestGetBalancesCmd ¶
func (s *IntegrationTestSuite) TestGetBalancesCmd()
func (*IntegrationTestSuite) TestGetCmdQueryDenomsMetadata ¶
func (s *IntegrationTestSuite) TestGetCmdQueryDenomsMetadata()
func (*IntegrationTestSuite) TestGetCmdQueryTotalSupply ¶
func (s *IntegrationTestSuite) TestGetCmdQueryTotalSupply()
func (*IntegrationTestSuite) TestNewMultiSendTxCmd ¶
func (s *IntegrationTestSuite) TestNewMultiSendTxCmd()
func (*IntegrationTestSuite) TestNewSendTxCmd ¶
func (s *IntegrationTestSuite) TestNewSendTxCmd()
func (*IntegrationTestSuite) TestNewSendTxCmdDryRun ¶
func (s *IntegrationTestSuite) TestNewSendTxCmdDryRun()
func (*IntegrationTestSuite) TestNewSendTxCmdGenOnly ¶
func (s *IntegrationTestSuite) TestNewSendTxCmdGenOnly()
func (*IntegrationTestSuite) TestTotalSupplyGRPCHandler ¶
func (s *IntegrationTestSuite) TestTotalSupplyGRPCHandler()
Click to show internal directories.
Click to hide internal directories.