Documentation
¶
Index ¶
- Constants
- func ExecuteCommand(ctx context.Context, params CommandParams, args ...string) (string, error)
- func GetAddress(ctx context.Context, s *TacchainTestSuite, keyName string) (string, error)
- func GetValidatorAddress(ctx context.Context, s *TacchainTestSuite) (string, error)
- func ParseBoolField(output string, fieldName string) (bool, bool)
- func QueryBankBalances(ctx context.Context, s *TacchainTestSuite, address string) (string, error)
- func TxBankSend(ctx context.Context, s *TacchainTestSuite, from, to string, utacAmount string) (string, error)
- func UTacAmount(amount string) string
- type CommandParams
- type TacchainTestSuite
Constants ¶
View Source
const ( DefaultChainID = "tacchain_2391337-1" DefaultDenom = "utac" DefaultKeyringBackend = "test" )
Variables ¶
This section is empty.
Functions ¶
func ExecuteCommand ¶
func GetAddress ¶
func GetValidatorAddress ¶
func GetValidatorAddress(ctx context.Context, s *TacchainTestSuite) (string, error)
func QueryBankBalances ¶
func TxBankSend ¶
func UTacAmount ¶
Types ¶
type CommandParams ¶
type TacchainTestSuite ¶
func (*TacchainTestSuite) CommandParamsChainIDHomeDir ¶
func (s *TacchainTestSuite) CommandParamsChainIDHomeDir() CommandParams
func (*TacchainTestSuite) CommandParamsHomeDir ¶
func (s *TacchainTestSuite) CommandParamsHomeDir() CommandParams
func (*TacchainTestSuite) DefaultCommandParams ¶
func (s *TacchainTestSuite) DefaultCommandParams() CommandParams
Click to show internal directories.
Click to hide internal directories.