Documentation ¶
Index ¶
- func MsgCreatePair(clientCtx client.Context, from, baseCoinDenom, quoteCoinDenom string, ...) (testutil.BufferWriter, error)
- func MsgCreatePool(clientCtx client.Context, from string, pairId uint64, depositCoins sdk.Coins, ...) (testutil.BufferWriter, error)
- func MsgDeposit(clientCtx client.Context, from string, poolId uint64, depositCoins sdk.Coins, ...) (testutil.BufferWriter, error)
- func MsgLimitOrder(clientCtx client.Context, from string, pairId uint64, dir types.OrderDirection, ...) (testutil.BufferWriter, error)
- func MsgWithdraw(clientCtx client.Context, from string, poolId uint64, poolCoin sdk.Coin, ...) (testutil.BufferWriter, error)
- func NewAppConstructor(encodingCfg params.EncodingConfig) network.AppConstructor
- type IntegrationTestSuite
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MsgCreatePair ¶
func MsgCreatePool ¶
func MsgDeposit ¶
func MsgDeposit(clientCtx client.Context, from string, poolId uint64, depositCoins sdk.Coins, extraArgs ...string) (testutil.BufferWriter, error)
nolint
func MsgLimitOrder ¶
func MsgWithdraw ¶
func MsgWithdraw(clientCtx client.Context, from string, poolId uint64, poolCoin sdk.Coin, extraArgs ...string) (testutil.BufferWriter, error)
nolint
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) TestQueryOrdersCmd ¶
func (s *IntegrationTestSuite) TestQueryOrdersCmd()
func (*IntegrationTestSuite) TestQueryPairsCmd ¶
func (s *IntegrationTestSuite) TestQueryPairsCmd()
func (*IntegrationTestSuite) TestQueryPoolsCmd ¶
func (s *IntegrationTestSuite) TestQueryPoolsCmd()
Click to show internal directories.
Click to hide internal directories.