Documentation ¶
Index ¶
- func MsgLiquidStakeExec(clientCtx client.Context, from string, stakingCoin string, extraArgs ...string) (testutil.BufferWriter, error)
- func MsgLiquidUnstakeExec(clientCtx client.Context, from string, unstakingCoin string, ...) (testutil.BufferWriter, error)
- func MsgParamChangeProposalExec(clientCtx client.Context, from string, file string) (testutil.BufferWriter, error)
- func MsgSubmitProposal(clientCtx client.Context, from, title, description, proposalType string, ...) (testutil.BufferWriter, error)
- func MsgVote(clientCtx client.Context, from, id, vote string, extraArgs ...string) (testutil.BufferWriter, error)
- func NewAppConstructor(encodingCfg params.EncodingConfig) network.AppConstructor
- type IntegrationTestSuite
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MsgLiquidStakeExec ¶
func MsgLiquidStakeExec(clientCtx client.Context, from string, stakingCoin string, extraArgs ...string) (testutil.BufferWriter, error)
MsgLiquidStakeExec creates a transaction for liquid-staking coin.
func MsgLiquidUnstakeExec ¶
func MsgLiquidUnstakeExec(clientCtx client.Context, from string, unstakingCoin string, extraArgs ...string) (testutil.BufferWriter, error)
MsgLiquidUnstakeExec creates a transaction for liquid-unstaking coin.
func MsgParamChangeProposalExec ¶
func MsgParamChangeProposalExec(clientCtx client.Context, from string, file string) (testutil.BufferWriter, error)
MsgParamChangeProposalExec creates a transaction for submitting param change proposal
func MsgSubmitProposal ¶
func MsgSubmitProposal(clientCtx client.Context, from, title, description, proposalType string, extraArgs ...string) (testutil.BufferWriter, error)
MsgSubmitProposal creates a tx for submit proposal
func MsgVote ¶
func MsgVote(clientCtx client.Context, from, id, vote string, extraArgs ...string) (testutil.BufferWriter, error)
MsgVote votes for a proposal
func NewAppConstructor ¶
func NewAppConstructor(encodingCfg params.EncodingConfig) network.AppConstructor
Types ¶
type IntegrationTestSuite ¶
func (*IntegrationTestSuite) SetupSuite ¶
func (s *IntegrationTestSuite) SetupSuite()
func (*IntegrationTestSuite) TearDownSuite ¶
func (s *IntegrationTestSuite) TearDownSuite()
func (*IntegrationTestSuite) TestCmdParams ¶
func (s *IntegrationTestSuite) TestCmdParams()
func (*IntegrationTestSuite) TestLiquidStaking ¶
func (s *IntegrationTestSuite) TestLiquidStaking()
Click to show internal directories.
Click to hide internal directories.