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 MsgUpdateParamsExec(clientCtx client.Context, params lspersistencetypes.Params, from 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 MsgUpdateParamsExec ¶
func MsgUpdateParamsExec(clientCtx client.Context, params lspersistencetypes.Params, from string) (testutil.BufferWriter, error)
MsgUpdateParamsExec creates a transaction for udpating params.
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.