Documentation ¶
Overview ¶
Package mock_types is a generated GoMock package.
Index ¶
- type MockPokePoolExtension
- func (m *MockPokePoolExtension) CalcExitPoolCoinsFromShares(ctx types.Context, numShares types.Int, exitFee types.Dec) (types.Coins, error)
- func (m *MockPokePoolExtension) CalcInAmtGivenOut(ctx types.Context, tokenOut types.Coins, tokenInDenom string, ...) (types.Coin, error)
- func (m *MockPokePoolExtension) CalcJoinPoolNoSwapShares(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, types.Coins, error)
- func (m *MockPokePoolExtension) CalcJoinPoolShares(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, types.Coins, error)
- func (m *MockPokePoolExtension) CalcOutAmtGivenIn(ctx types.Context, tokenIn types.Coins, tokenOutDenom string, ...) (types.Coin, error)
- func (m *MockPokePoolExtension) EXPECT() *MockPokePoolExtensionMockRecorder
- func (m *MockPokePoolExtension) ExitPool(ctx types.Context, numShares types.Int, exitFee types.Dec) (types.Coins, error)
- func (m *MockPokePoolExtension) GetAddress() types.AccAddress
- func (m *MockPokePoolExtension) GetExitFee(ctx types.Context) types.Dec
- func (m *MockPokePoolExtension) GetId() uint64
- func (m *MockPokePoolExtension) GetSwapFee(ctx types.Context) types.Dec
- func (m *MockPokePoolExtension) GetTotalPoolLiquidity(ctx types.Context) types.Coins
- func (m *MockPokePoolExtension) GetTotalShares() types.Int
- func (m *MockPokePoolExtension) IsActive(ctx types.Context) bool
- func (m *MockPokePoolExtension) JoinPool(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, error)
- func (m *MockPokePoolExtension) JoinPoolNoSwap(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, error)
- func (m *MockPokePoolExtension) PokePool(blockTime time.Time)
- func (m *MockPokePoolExtension) ProtoMessage()
- func (m *MockPokePoolExtension) Reset()
- func (m *MockPokePoolExtension) SpotPrice(ctx types.Context, baseAssetDenom, quoteAssetDenom string) (types.Dec, error)
- func (m *MockPokePoolExtension) String() string
- func (m *MockPokePoolExtension) SwapInAmtGivenOut(ctx types.Context, tokenOut types.Coins, tokenInDenom string, ...) (types.Coin, error)
- func (m *MockPokePoolExtension) SwapOutAmtGivenIn(ctx types.Context, tokenIn types.Coins, tokenOutDenom string, ...) (types.Coin, error)
- type MockPokePoolExtensionMockRecorder
- func (mr *MockPokePoolExtensionMockRecorder) CalcExitPoolCoinsFromShares(ctx, numShares, exitFee interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) CalcInAmtGivenOut(ctx, tokenOut, tokenInDenom, swapFee interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) CalcJoinPoolNoSwapShares(ctx, tokensIn, swapFee interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) CalcJoinPoolShares(ctx, tokensIn, swapFee interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) CalcOutAmtGivenIn(ctx, tokenIn, tokenOutDenom, swapFee interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) ExitPool(ctx, numShares, exitFee interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) GetAddress() *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) GetExitFee(ctx interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) GetId() *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) GetSwapFee(ctx interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) GetTotalPoolLiquidity(ctx interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) GetTotalShares() *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) IsActive(ctx interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) JoinPool(ctx, tokensIn, swapFee interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) JoinPoolNoSwap(ctx, tokensIn, swapFee interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) PokePool(blockTime interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) ProtoMessage() *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) Reset() *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) SpotPrice(ctx, baseAssetDenom, quoteAssetDenom interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) String() *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) SwapInAmtGivenOut(ctx, tokenOut, tokenInDenom, swapFee interface{}) *gomock.Call
- func (mr *MockPokePoolExtensionMockRecorder) SwapOutAmtGivenIn(ctx, tokenIn, tokenOutDenom, swapFee interface{}) *gomock.Call
- type MockPoolAmountOutExtension
- func (m *MockPoolAmountOutExtension) CalcExitPoolCoinsFromShares(ctx types.Context, numShares types.Int, exitFee types.Dec) (types.Coins, error)
- func (m *MockPoolAmountOutExtension) CalcInAmtGivenOut(ctx types.Context, tokenOut types.Coins, tokenInDenom string, ...) (types.Coin, error)
- func (m *MockPoolAmountOutExtension) CalcJoinPoolNoSwapShares(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, types.Coins, error)
- func (m *MockPoolAmountOutExtension) CalcJoinPoolShares(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, types.Coins, error)
- func (m *MockPoolAmountOutExtension) CalcOutAmtGivenIn(ctx types.Context, tokenIn types.Coins, tokenOutDenom string, ...) (types.Coin, error)
- func (m *MockPoolAmountOutExtension) CalcTokenInShareAmountOut(ctx types.Context, tokenInDenom string, shareOutAmount types.Int, ...) (types.Int, error)
- func (m *MockPoolAmountOutExtension) EXPECT() *MockPoolAmountOutExtensionMockRecorder
- func (m *MockPoolAmountOutExtension) ExitPool(ctx types.Context, numShares types.Int, exitFee types.Dec) (types.Coins, error)
- func (m *MockPoolAmountOutExtension) ExitSwapExactAmountOut(ctx types.Context, tokenOut types.Coin, shareInMaxAmount types.Int) (types.Int, error)
- func (m *MockPoolAmountOutExtension) GetAddress() types.AccAddress
- func (m *MockPoolAmountOutExtension) GetExitFee(ctx types.Context) types.Dec
- func (m *MockPoolAmountOutExtension) GetId() uint64
- func (m *MockPoolAmountOutExtension) GetSwapFee(ctx types.Context) types.Dec
- func (m *MockPoolAmountOutExtension) GetTotalPoolLiquidity(ctx types.Context) types.Coins
- func (m *MockPoolAmountOutExtension) GetTotalShares() types.Int
- func (m *MockPoolAmountOutExtension) IncreaseLiquidity(sharesOut types.Int, coinsIn types.Coins)
- func (m *MockPoolAmountOutExtension) IsActive(ctx types.Context) bool
- func (m *MockPoolAmountOutExtension) JoinPool(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, error)
- func (m *MockPoolAmountOutExtension) JoinPoolNoSwap(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, error)
- func (m *MockPoolAmountOutExtension) JoinPoolTokenInMaxShareAmountOut(ctx types.Context, tokenInDenom string, shareOutAmount types.Int) (types.Int, error)
- func (m *MockPoolAmountOutExtension) ProtoMessage()
- func (m *MockPoolAmountOutExtension) Reset()
- func (m *MockPoolAmountOutExtension) SpotPrice(ctx types.Context, baseAssetDenom, quoteAssetDenom string) (types.Dec, error)
- func (m *MockPoolAmountOutExtension) String() string
- func (m *MockPoolAmountOutExtension) SwapInAmtGivenOut(ctx types.Context, tokenOut types.Coins, tokenInDenom string, ...) (types.Coin, error)
- func (m *MockPoolAmountOutExtension) SwapOutAmtGivenIn(ctx types.Context, tokenIn types.Coins, tokenOutDenom string, ...) (types.Coin, error)
- type MockPoolAmountOutExtensionMockRecorder
- func (mr *MockPoolAmountOutExtensionMockRecorder) CalcExitPoolCoinsFromShares(ctx, numShares, exitFee interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) CalcInAmtGivenOut(ctx, tokenOut, tokenInDenom, swapFee interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) CalcJoinPoolNoSwapShares(ctx, tokensIn, swapFee interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) CalcJoinPoolShares(ctx, tokensIn, swapFee interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) CalcOutAmtGivenIn(ctx, tokenIn, tokenOutDenom, swapFee interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) CalcTokenInShareAmountOut(ctx, tokenInDenom, shareOutAmount, swapFee interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) ExitPool(ctx, numShares, exitFee interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) ExitSwapExactAmountOut(ctx, tokenOut, shareInMaxAmount interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) GetAddress() *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) GetExitFee(ctx interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) GetId() *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) GetSwapFee(ctx interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) GetTotalPoolLiquidity(ctx interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) GetTotalShares() *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) IncreaseLiquidity(sharesOut, coinsIn interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) IsActive(ctx interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) JoinPool(ctx, tokensIn, swapFee interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) JoinPoolNoSwap(ctx, tokensIn, swapFee interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) JoinPoolTokenInMaxShareAmountOut(ctx, tokenInDenom, shareOutAmount interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) ProtoMessage() *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) Reset() *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) SpotPrice(ctx, baseAssetDenom, quoteAssetDenom interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) String() *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) SwapInAmtGivenOut(ctx, tokenOut, tokenInDenom, swapFee interface{}) *gomock.Call
- func (mr *MockPoolAmountOutExtensionMockRecorder) SwapOutAmtGivenIn(ctx, tokenIn, tokenOutDenom, swapFee interface{}) *gomock.Call
- type MockPoolI
- func (m *MockPoolI) CalcExitPoolCoinsFromShares(ctx types.Context, numShares types.Int, exitFee types.Dec) (types.Coins, error)
- func (m *MockPoolI) CalcInAmtGivenOut(ctx types.Context, tokenOut types.Coins, tokenInDenom string, ...) (types.Coin, error)
- func (m *MockPoolI) CalcJoinPoolNoSwapShares(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, types.Coins, error)
- func (m *MockPoolI) CalcJoinPoolShares(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, types.Coins, error)
- func (m *MockPoolI) CalcOutAmtGivenIn(ctx types.Context, tokenIn types.Coins, tokenOutDenom string, ...) (types.Coin, error)
- func (m *MockPoolI) EXPECT() *MockPoolIMockRecorder
- func (m *MockPoolI) ExitPool(ctx types.Context, numShares types.Int, exitFee types.Dec) (types.Coins, error)
- func (m *MockPoolI) GetAddress() types.AccAddress
- func (m *MockPoolI) GetExitFee(ctx types.Context) types.Dec
- func (m *MockPoolI) GetId() uint64
- func (m *MockPoolI) GetSwapFee(ctx types.Context) types.Dec
- func (m *MockPoolI) GetTotalPoolLiquidity(ctx types.Context) types.Coins
- func (m *MockPoolI) GetTotalShares() types.Int
- func (m *MockPoolI) IsActive(ctx types.Context) bool
- func (m *MockPoolI) JoinPool(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, error)
- func (m *MockPoolI) JoinPoolNoSwap(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, error)
- func (m *MockPoolI) ProtoMessage()
- func (m *MockPoolI) Reset()
- func (m *MockPoolI) SpotPrice(ctx types.Context, baseAssetDenom, quoteAssetDenom string) (types.Dec, error)
- func (m *MockPoolI) String() string
- func (m *MockPoolI) SwapInAmtGivenOut(ctx types.Context, tokenOut types.Coins, tokenInDenom string, ...) (types.Coin, error)
- func (m *MockPoolI) SwapOutAmtGivenIn(ctx types.Context, tokenIn types.Coins, tokenOutDenom string, ...) (types.Coin, error)
- type MockPoolIMockRecorder
- func (mr *MockPoolIMockRecorder) CalcExitPoolCoinsFromShares(ctx, numShares, exitFee interface{}) *gomock.Call
- func (mr *MockPoolIMockRecorder) CalcInAmtGivenOut(ctx, tokenOut, tokenInDenom, swapFee interface{}) *gomock.Call
- func (mr *MockPoolIMockRecorder) CalcJoinPoolNoSwapShares(ctx, tokensIn, swapFee interface{}) *gomock.Call
- func (mr *MockPoolIMockRecorder) CalcJoinPoolShares(ctx, tokensIn, swapFee interface{}) *gomock.Call
- func (mr *MockPoolIMockRecorder) CalcOutAmtGivenIn(ctx, tokenIn, tokenOutDenom, swapFee interface{}) *gomock.Call
- func (mr *MockPoolIMockRecorder) ExitPool(ctx, numShares, exitFee interface{}) *gomock.Call
- func (mr *MockPoolIMockRecorder) GetAddress() *gomock.Call
- func (mr *MockPoolIMockRecorder) GetExitFee(ctx interface{}) *gomock.Call
- func (mr *MockPoolIMockRecorder) GetId() *gomock.Call
- func (mr *MockPoolIMockRecorder) GetSwapFee(ctx interface{}) *gomock.Call
- func (mr *MockPoolIMockRecorder) GetTotalPoolLiquidity(ctx interface{}) *gomock.Call
- func (mr *MockPoolIMockRecorder) GetTotalShares() *gomock.Call
- func (mr *MockPoolIMockRecorder) IsActive(ctx interface{}) *gomock.Call
- func (mr *MockPoolIMockRecorder) JoinPool(ctx, tokensIn, swapFee interface{}) *gomock.Call
- func (mr *MockPoolIMockRecorder) JoinPoolNoSwap(ctx, tokensIn, swapFee interface{}) *gomock.Call
- func (mr *MockPoolIMockRecorder) ProtoMessage() *gomock.Call
- func (mr *MockPoolIMockRecorder) Reset() *gomock.Call
- func (mr *MockPoolIMockRecorder) SpotPrice(ctx, baseAssetDenom, quoteAssetDenom interface{}) *gomock.Call
- func (mr *MockPoolIMockRecorder) String() *gomock.Call
- func (mr *MockPoolIMockRecorder) SwapInAmtGivenOut(ctx, tokenOut, tokenInDenom, swapFee interface{}) *gomock.Call
- func (mr *MockPoolIMockRecorder) SwapOutAmtGivenIn(ctx, tokenIn, tokenOutDenom, swapFee interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPokePoolExtension ¶
type MockPokePoolExtension struct {
// contains filtered or unexported fields
}
MockPokePoolExtension is a mock of PokePoolExtension interface.
func NewMockPokePoolExtension ¶
func NewMockPokePoolExtension(ctrl *gomock.Controller) *MockPokePoolExtension
NewMockPokePoolExtension creates a new mock instance.
func (*MockPokePoolExtension) CalcExitPoolCoinsFromShares ¶
func (m *MockPokePoolExtension) CalcExitPoolCoinsFromShares(ctx types.Context, numShares types.Int, exitFee types.Dec) (types.Coins, error)
CalcExitPoolCoinsFromShares mocks base method.
func (*MockPokePoolExtension) CalcInAmtGivenOut ¶
func (m *MockPokePoolExtension) CalcInAmtGivenOut(ctx types.Context, tokenOut types.Coins, tokenInDenom string, swapFee types.Dec) (types.Coin, error)
CalcInAmtGivenOut mocks base method.
func (*MockPokePoolExtension) CalcJoinPoolNoSwapShares ¶
func (m *MockPokePoolExtension) CalcJoinPoolNoSwapShares(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, types.Coins, error)
CalcJoinPoolNoSwapShares mocks base method.
func (*MockPokePoolExtension) CalcJoinPoolShares ¶
func (m *MockPokePoolExtension) CalcJoinPoolShares(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, types.Coins, error)
CalcJoinPoolShares mocks base method.
func (*MockPokePoolExtension) CalcOutAmtGivenIn ¶
func (m *MockPokePoolExtension) CalcOutAmtGivenIn(ctx types.Context, tokenIn types.Coins, tokenOutDenom string, swapFee types.Dec) (types.Coin, error)
CalcOutAmtGivenIn mocks base method.
func (*MockPokePoolExtension) EXPECT ¶
func (m *MockPokePoolExtension) EXPECT() *MockPokePoolExtensionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPokePoolExtension) ExitPool ¶
func (m *MockPokePoolExtension) ExitPool(ctx types.Context, numShares types.Int, exitFee types.Dec) (types.Coins, error)
ExitPool mocks base method.
func (*MockPokePoolExtension) GetAddress ¶
func (m *MockPokePoolExtension) GetAddress() types.AccAddress
GetAddress mocks base method.
func (*MockPokePoolExtension) GetExitFee ¶
func (m *MockPokePoolExtension) GetExitFee(ctx types.Context) types.Dec
GetExitFee mocks base method.
func (*MockPokePoolExtension) GetId ¶
func (m *MockPokePoolExtension) GetId() uint64
GetId mocks base method.
func (*MockPokePoolExtension) GetSwapFee ¶
func (m *MockPokePoolExtension) GetSwapFee(ctx types.Context) types.Dec
GetSwapFee mocks base method.
func (*MockPokePoolExtension) GetTotalPoolLiquidity ¶
func (m *MockPokePoolExtension) GetTotalPoolLiquidity(ctx types.Context) types.Coins
GetTotalPoolLiquidity mocks base method.
func (*MockPokePoolExtension) GetTotalShares ¶
func (m *MockPokePoolExtension) GetTotalShares() types.Int
GetTotalShares mocks base method.
func (*MockPokePoolExtension) IsActive ¶
func (m *MockPokePoolExtension) IsActive(ctx types.Context) bool
IsActive mocks base method.
func (*MockPokePoolExtension) JoinPool ¶
func (m *MockPokePoolExtension) JoinPool(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, error)
JoinPool mocks base method.
func (*MockPokePoolExtension) JoinPoolNoSwap ¶
func (m *MockPokePoolExtension) JoinPoolNoSwap(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, error)
JoinPoolNoSwap mocks base method.
func (*MockPokePoolExtension) PokePool ¶
func (m *MockPokePoolExtension) PokePool(blockTime time.Time)
PokePool mocks base method.
func (*MockPokePoolExtension) ProtoMessage ¶
func (m *MockPokePoolExtension) ProtoMessage()
ProtoMessage mocks base method.
func (*MockPokePoolExtension) Reset ¶
func (m *MockPokePoolExtension) Reset()
Reset mocks base method.
func (*MockPokePoolExtension) SpotPrice ¶
func (m *MockPokePoolExtension) SpotPrice(ctx types.Context, baseAssetDenom, quoteAssetDenom string) (types.Dec, error)
SpotPrice mocks base method.
func (*MockPokePoolExtension) String ¶
func (m *MockPokePoolExtension) String() string
String mocks base method.
type MockPokePoolExtensionMockRecorder ¶
type MockPokePoolExtensionMockRecorder struct {
// contains filtered or unexported fields
}
MockPokePoolExtensionMockRecorder is the mock recorder for MockPokePoolExtension.
func (*MockPokePoolExtensionMockRecorder) CalcExitPoolCoinsFromShares ¶
func (mr *MockPokePoolExtensionMockRecorder) CalcExitPoolCoinsFromShares(ctx, numShares, exitFee interface{}) *gomock.Call
CalcExitPoolCoinsFromShares indicates an expected call of CalcExitPoolCoinsFromShares.
func (*MockPokePoolExtensionMockRecorder) CalcInAmtGivenOut ¶
func (mr *MockPokePoolExtensionMockRecorder) CalcInAmtGivenOut(ctx, tokenOut, tokenInDenom, swapFee interface{}) *gomock.Call
CalcInAmtGivenOut indicates an expected call of CalcInAmtGivenOut.
func (*MockPokePoolExtensionMockRecorder) CalcJoinPoolNoSwapShares ¶
func (mr *MockPokePoolExtensionMockRecorder) CalcJoinPoolNoSwapShares(ctx, tokensIn, swapFee interface{}) *gomock.Call
CalcJoinPoolNoSwapShares indicates an expected call of CalcJoinPoolNoSwapShares.
func (*MockPokePoolExtensionMockRecorder) CalcJoinPoolShares ¶
func (mr *MockPokePoolExtensionMockRecorder) CalcJoinPoolShares(ctx, tokensIn, swapFee interface{}) *gomock.Call
CalcJoinPoolShares indicates an expected call of CalcJoinPoolShares.
func (*MockPokePoolExtensionMockRecorder) CalcOutAmtGivenIn ¶
func (mr *MockPokePoolExtensionMockRecorder) CalcOutAmtGivenIn(ctx, tokenIn, tokenOutDenom, swapFee interface{}) *gomock.Call
CalcOutAmtGivenIn indicates an expected call of CalcOutAmtGivenIn.
func (*MockPokePoolExtensionMockRecorder) ExitPool ¶
func (mr *MockPokePoolExtensionMockRecorder) ExitPool(ctx, numShares, exitFee interface{}) *gomock.Call
ExitPool indicates an expected call of ExitPool.
func (*MockPokePoolExtensionMockRecorder) GetAddress ¶
func (mr *MockPokePoolExtensionMockRecorder) GetAddress() *gomock.Call
GetAddress indicates an expected call of GetAddress.
func (*MockPokePoolExtensionMockRecorder) GetExitFee ¶
func (mr *MockPokePoolExtensionMockRecorder) GetExitFee(ctx interface{}) *gomock.Call
GetExitFee indicates an expected call of GetExitFee.
func (*MockPokePoolExtensionMockRecorder) GetId ¶
func (mr *MockPokePoolExtensionMockRecorder) GetId() *gomock.Call
GetId indicates an expected call of GetId.
func (*MockPokePoolExtensionMockRecorder) GetSwapFee ¶
func (mr *MockPokePoolExtensionMockRecorder) GetSwapFee(ctx interface{}) *gomock.Call
GetSwapFee indicates an expected call of GetSwapFee.
func (*MockPokePoolExtensionMockRecorder) GetTotalPoolLiquidity ¶
func (mr *MockPokePoolExtensionMockRecorder) GetTotalPoolLiquidity(ctx interface{}) *gomock.Call
GetTotalPoolLiquidity indicates an expected call of GetTotalPoolLiquidity.
func (*MockPokePoolExtensionMockRecorder) GetTotalShares ¶
func (mr *MockPokePoolExtensionMockRecorder) GetTotalShares() *gomock.Call
GetTotalShares indicates an expected call of GetTotalShares.
func (*MockPokePoolExtensionMockRecorder) IsActive ¶
func (mr *MockPokePoolExtensionMockRecorder) IsActive(ctx interface{}) *gomock.Call
IsActive indicates an expected call of IsActive.
func (*MockPokePoolExtensionMockRecorder) JoinPool ¶
func (mr *MockPokePoolExtensionMockRecorder) JoinPool(ctx, tokensIn, swapFee interface{}) *gomock.Call
JoinPool indicates an expected call of JoinPool.
func (*MockPokePoolExtensionMockRecorder) JoinPoolNoSwap ¶
func (mr *MockPokePoolExtensionMockRecorder) JoinPoolNoSwap(ctx, tokensIn, swapFee interface{}) *gomock.Call
JoinPoolNoSwap indicates an expected call of JoinPoolNoSwap.
func (*MockPokePoolExtensionMockRecorder) PokePool ¶
func (mr *MockPokePoolExtensionMockRecorder) PokePool(blockTime interface{}) *gomock.Call
PokePool indicates an expected call of PokePool.
func (*MockPokePoolExtensionMockRecorder) ProtoMessage ¶
func (mr *MockPokePoolExtensionMockRecorder) ProtoMessage() *gomock.Call
ProtoMessage indicates an expected call of ProtoMessage.
func (*MockPokePoolExtensionMockRecorder) Reset ¶
func (mr *MockPokePoolExtensionMockRecorder) Reset() *gomock.Call
Reset indicates an expected call of Reset.
func (*MockPokePoolExtensionMockRecorder) SpotPrice ¶
func (mr *MockPokePoolExtensionMockRecorder) SpotPrice(ctx, baseAssetDenom, quoteAssetDenom interface{}) *gomock.Call
SpotPrice indicates an expected call of SpotPrice.
func (*MockPokePoolExtensionMockRecorder) String ¶
func (mr *MockPokePoolExtensionMockRecorder) String() *gomock.Call
String indicates an expected call of String.
func (*MockPokePoolExtensionMockRecorder) SwapInAmtGivenOut ¶
func (mr *MockPokePoolExtensionMockRecorder) SwapInAmtGivenOut(ctx, tokenOut, tokenInDenom, swapFee interface{}) *gomock.Call
SwapInAmtGivenOut indicates an expected call of SwapInAmtGivenOut.
func (*MockPokePoolExtensionMockRecorder) SwapOutAmtGivenIn ¶
func (mr *MockPokePoolExtensionMockRecorder) SwapOutAmtGivenIn(ctx, tokenIn, tokenOutDenom, swapFee interface{}) *gomock.Call
SwapOutAmtGivenIn indicates an expected call of SwapOutAmtGivenIn.
type MockPoolAmountOutExtension ¶
type MockPoolAmountOutExtension struct {
// contains filtered or unexported fields
}
MockPoolAmountOutExtension is a mock of PoolAmountOutExtension interface.
func NewMockPoolAmountOutExtension ¶
func NewMockPoolAmountOutExtension(ctrl *gomock.Controller) *MockPoolAmountOutExtension
NewMockPoolAmountOutExtension creates a new mock instance.
func (*MockPoolAmountOutExtension) CalcExitPoolCoinsFromShares ¶
func (m *MockPoolAmountOutExtension) CalcExitPoolCoinsFromShares(ctx types.Context, numShares types.Int, exitFee types.Dec) (types.Coins, error)
CalcExitPoolCoinsFromShares mocks base method.
func (*MockPoolAmountOutExtension) CalcInAmtGivenOut ¶
func (m *MockPoolAmountOutExtension) CalcInAmtGivenOut(ctx types.Context, tokenOut types.Coins, tokenInDenom string, swapFee types.Dec) (types.Coin, error)
CalcInAmtGivenOut mocks base method.
func (*MockPoolAmountOutExtension) CalcJoinPoolNoSwapShares ¶
func (m *MockPoolAmountOutExtension) CalcJoinPoolNoSwapShares(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, types.Coins, error)
CalcJoinPoolNoSwapShares mocks base method.
func (*MockPoolAmountOutExtension) CalcJoinPoolShares ¶
func (m *MockPoolAmountOutExtension) CalcJoinPoolShares(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, types.Coins, error)
CalcJoinPoolShares mocks base method.
func (*MockPoolAmountOutExtension) CalcOutAmtGivenIn ¶
func (m *MockPoolAmountOutExtension) CalcOutAmtGivenIn(ctx types.Context, tokenIn types.Coins, tokenOutDenom string, swapFee types.Dec) (types.Coin, error)
CalcOutAmtGivenIn mocks base method.
func (*MockPoolAmountOutExtension) CalcTokenInShareAmountOut ¶
func (m *MockPoolAmountOutExtension) CalcTokenInShareAmountOut(ctx types.Context, tokenInDenom string, shareOutAmount types.Int, swapFee types.Dec) (types.Int, error)
CalcTokenInShareAmountOut mocks base method.
func (*MockPoolAmountOutExtension) EXPECT ¶
func (m *MockPoolAmountOutExtension) EXPECT() *MockPoolAmountOutExtensionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPoolAmountOutExtension) ExitPool ¶
func (m *MockPoolAmountOutExtension) ExitPool(ctx types.Context, numShares types.Int, exitFee types.Dec) (types.Coins, error)
ExitPool mocks base method.
func (*MockPoolAmountOutExtension) ExitSwapExactAmountOut ¶
func (m *MockPoolAmountOutExtension) ExitSwapExactAmountOut(ctx types.Context, tokenOut types.Coin, shareInMaxAmount types.Int) (types.Int, error)
ExitSwapExactAmountOut mocks base method.
func (*MockPoolAmountOutExtension) GetAddress ¶
func (m *MockPoolAmountOutExtension) GetAddress() types.AccAddress
GetAddress mocks base method.
func (*MockPoolAmountOutExtension) GetExitFee ¶
func (m *MockPoolAmountOutExtension) GetExitFee(ctx types.Context) types.Dec
GetExitFee mocks base method.
func (*MockPoolAmountOutExtension) GetId ¶
func (m *MockPoolAmountOutExtension) GetId() uint64
GetId mocks base method.
func (*MockPoolAmountOutExtension) GetSwapFee ¶
func (m *MockPoolAmountOutExtension) GetSwapFee(ctx types.Context) types.Dec
GetSwapFee mocks base method.
func (*MockPoolAmountOutExtension) GetTotalPoolLiquidity ¶
func (m *MockPoolAmountOutExtension) GetTotalPoolLiquidity(ctx types.Context) types.Coins
GetTotalPoolLiquidity mocks base method.
func (*MockPoolAmountOutExtension) GetTotalShares ¶
func (m *MockPoolAmountOutExtension) GetTotalShares() types.Int
GetTotalShares mocks base method.
func (*MockPoolAmountOutExtension) IncreaseLiquidity ¶
func (m *MockPoolAmountOutExtension) IncreaseLiquidity(sharesOut types.Int, coinsIn types.Coins)
IncreaseLiquidity mocks base method.
func (*MockPoolAmountOutExtension) IsActive ¶
func (m *MockPoolAmountOutExtension) IsActive(ctx types.Context) bool
IsActive mocks base method.
func (*MockPoolAmountOutExtension) JoinPool ¶
func (m *MockPoolAmountOutExtension) JoinPool(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, error)
JoinPool mocks base method.
func (*MockPoolAmountOutExtension) JoinPoolNoSwap ¶
func (m *MockPoolAmountOutExtension) JoinPoolNoSwap(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, error)
JoinPoolNoSwap mocks base method.
func (*MockPoolAmountOutExtension) JoinPoolTokenInMaxShareAmountOut ¶
func (m *MockPoolAmountOutExtension) JoinPoolTokenInMaxShareAmountOut(ctx types.Context, tokenInDenom string, shareOutAmount types.Int) (types.Int, error)
JoinPoolTokenInMaxShareAmountOut mocks base method.
func (*MockPoolAmountOutExtension) ProtoMessage ¶
func (m *MockPoolAmountOutExtension) ProtoMessage()
ProtoMessage mocks base method.
func (*MockPoolAmountOutExtension) Reset ¶
func (m *MockPoolAmountOutExtension) Reset()
Reset mocks base method.
func (*MockPoolAmountOutExtension) SpotPrice ¶
func (m *MockPoolAmountOutExtension) SpotPrice(ctx types.Context, baseAssetDenom, quoteAssetDenom string) (types.Dec, error)
SpotPrice mocks base method.
func (*MockPoolAmountOutExtension) String ¶
func (m *MockPoolAmountOutExtension) String() string
String mocks base method.
type MockPoolAmountOutExtensionMockRecorder ¶
type MockPoolAmountOutExtensionMockRecorder struct {
// contains filtered or unexported fields
}
MockPoolAmountOutExtensionMockRecorder is the mock recorder for MockPoolAmountOutExtension.
func (*MockPoolAmountOutExtensionMockRecorder) CalcExitPoolCoinsFromShares ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) CalcExitPoolCoinsFromShares(ctx, numShares, exitFee interface{}) *gomock.Call
CalcExitPoolCoinsFromShares indicates an expected call of CalcExitPoolCoinsFromShares.
func (*MockPoolAmountOutExtensionMockRecorder) CalcInAmtGivenOut ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) CalcInAmtGivenOut(ctx, tokenOut, tokenInDenom, swapFee interface{}) *gomock.Call
CalcInAmtGivenOut indicates an expected call of CalcInAmtGivenOut.
func (*MockPoolAmountOutExtensionMockRecorder) CalcJoinPoolNoSwapShares ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) CalcJoinPoolNoSwapShares(ctx, tokensIn, swapFee interface{}) *gomock.Call
CalcJoinPoolNoSwapShares indicates an expected call of CalcJoinPoolNoSwapShares.
func (*MockPoolAmountOutExtensionMockRecorder) CalcJoinPoolShares ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) CalcJoinPoolShares(ctx, tokensIn, swapFee interface{}) *gomock.Call
CalcJoinPoolShares indicates an expected call of CalcJoinPoolShares.
func (*MockPoolAmountOutExtensionMockRecorder) CalcOutAmtGivenIn ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) CalcOutAmtGivenIn(ctx, tokenIn, tokenOutDenom, swapFee interface{}) *gomock.Call
CalcOutAmtGivenIn indicates an expected call of CalcOutAmtGivenIn.
func (*MockPoolAmountOutExtensionMockRecorder) CalcTokenInShareAmountOut ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) CalcTokenInShareAmountOut(ctx, tokenInDenom, shareOutAmount, swapFee interface{}) *gomock.Call
CalcTokenInShareAmountOut indicates an expected call of CalcTokenInShareAmountOut.
func (*MockPoolAmountOutExtensionMockRecorder) ExitPool ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) ExitPool(ctx, numShares, exitFee interface{}) *gomock.Call
ExitPool indicates an expected call of ExitPool.
func (*MockPoolAmountOutExtensionMockRecorder) ExitSwapExactAmountOut ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) ExitSwapExactAmountOut(ctx, tokenOut, shareInMaxAmount interface{}) *gomock.Call
ExitSwapExactAmountOut indicates an expected call of ExitSwapExactAmountOut.
func (*MockPoolAmountOutExtensionMockRecorder) GetAddress ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) GetAddress() *gomock.Call
GetAddress indicates an expected call of GetAddress.
func (*MockPoolAmountOutExtensionMockRecorder) GetExitFee ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) GetExitFee(ctx interface{}) *gomock.Call
GetExitFee indicates an expected call of GetExitFee.
func (*MockPoolAmountOutExtensionMockRecorder) GetId ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) GetId() *gomock.Call
GetId indicates an expected call of GetId.
func (*MockPoolAmountOutExtensionMockRecorder) GetSwapFee ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) GetSwapFee(ctx interface{}) *gomock.Call
GetSwapFee indicates an expected call of GetSwapFee.
func (*MockPoolAmountOutExtensionMockRecorder) GetTotalPoolLiquidity ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) GetTotalPoolLiquidity(ctx interface{}) *gomock.Call
GetTotalPoolLiquidity indicates an expected call of GetTotalPoolLiquidity.
func (*MockPoolAmountOutExtensionMockRecorder) GetTotalShares ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) GetTotalShares() *gomock.Call
GetTotalShares indicates an expected call of GetTotalShares.
func (*MockPoolAmountOutExtensionMockRecorder) IncreaseLiquidity ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) IncreaseLiquidity(sharesOut, coinsIn interface{}) *gomock.Call
IncreaseLiquidity indicates an expected call of IncreaseLiquidity.
func (*MockPoolAmountOutExtensionMockRecorder) IsActive ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) IsActive(ctx interface{}) *gomock.Call
IsActive indicates an expected call of IsActive.
func (*MockPoolAmountOutExtensionMockRecorder) JoinPool ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) JoinPool(ctx, tokensIn, swapFee interface{}) *gomock.Call
JoinPool indicates an expected call of JoinPool.
func (*MockPoolAmountOutExtensionMockRecorder) JoinPoolNoSwap ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) JoinPoolNoSwap(ctx, tokensIn, swapFee interface{}) *gomock.Call
JoinPoolNoSwap indicates an expected call of JoinPoolNoSwap.
func (*MockPoolAmountOutExtensionMockRecorder) JoinPoolTokenInMaxShareAmountOut ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) JoinPoolTokenInMaxShareAmountOut(ctx, tokenInDenom, shareOutAmount interface{}) *gomock.Call
JoinPoolTokenInMaxShareAmountOut indicates an expected call of JoinPoolTokenInMaxShareAmountOut.
func (*MockPoolAmountOutExtensionMockRecorder) ProtoMessage ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) ProtoMessage() *gomock.Call
ProtoMessage indicates an expected call of ProtoMessage.
func (*MockPoolAmountOutExtensionMockRecorder) Reset ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) Reset() *gomock.Call
Reset indicates an expected call of Reset.
func (*MockPoolAmountOutExtensionMockRecorder) SpotPrice ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) SpotPrice(ctx, baseAssetDenom, quoteAssetDenom interface{}) *gomock.Call
SpotPrice indicates an expected call of SpotPrice.
func (*MockPoolAmountOutExtensionMockRecorder) String ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) String() *gomock.Call
String indicates an expected call of String.
func (*MockPoolAmountOutExtensionMockRecorder) SwapInAmtGivenOut ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) SwapInAmtGivenOut(ctx, tokenOut, tokenInDenom, swapFee interface{}) *gomock.Call
SwapInAmtGivenOut indicates an expected call of SwapInAmtGivenOut.
func (*MockPoolAmountOutExtensionMockRecorder) SwapOutAmtGivenIn ¶
func (mr *MockPoolAmountOutExtensionMockRecorder) SwapOutAmtGivenIn(ctx, tokenIn, tokenOutDenom, swapFee interface{}) *gomock.Call
SwapOutAmtGivenIn indicates an expected call of SwapOutAmtGivenIn.
type MockPoolI ¶
type MockPoolI struct {
// contains filtered or unexported fields
}
MockPoolI is a mock of PoolI interface.
func NewMockPoolI ¶
func NewMockPoolI(ctrl *gomock.Controller) *MockPoolI
NewMockPoolI creates a new mock instance.
func (*MockPoolI) CalcExitPoolCoinsFromShares ¶
func (m *MockPoolI) CalcExitPoolCoinsFromShares(ctx types.Context, numShares types.Int, exitFee types.Dec) (types.Coins, error)
CalcExitPoolCoinsFromShares mocks base method.
func (*MockPoolI) CalcInAmtGivenOut ¶
func (m *MockPoolI) CalcInAmtGivenOut(ctx types.Context, tokenOut types.Coins, tokenInDenom string, swapFee types.Dec) (types.Coin, error)
CalcInAmtGivenOut mocks base method.
func (*MockPoolI) CalcJoinPoolNoSwapShares ¶
func (m *MockPoolI) CalcJoinPoolNoSwapShares(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, types.Coins, error)
CalcJoinPoolNoSwapShares mocks base method.
func (*MockPoolI) CalcJoinPoolShares ¶
func (m *MockPoolI) CalcJoinPoolShares(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, types.Coins, error)
CalcJoinPoolShares mocks base method.
func (*MockPoolI) CalcOutAmtGivenIn ¶
func (m *MockPoolI) CalcOutAmtGivenIn(ctx types.Context, tokenIn types.Coins, tokenOutDenom string, swapFee types.Dec) (types.Coin, error)
CalcOutAmtGivenIn mocks base method.
func (*MockPoolI) EXPECT ¶
func (m *MockPoolI) EXPECT() *MockPoolIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPoolI) ExitPool ¶
func (m *MockPoolI) ExitPool(ctx types.Context, numShares types.Int, exitFee types.Dec) (types.Coins, error)
ExitPool mocks base method.
func (*MockPoolI) GetAddress ¶
func (m *MockPoolI) GetAddress() types.AccAddress
GetAddress mocks base method.
func (*MockPoolI) GetExitFee ¶
GetExitFee mocks base method.
func (*MockPoolI) GetSwapFee ¶
GetSwapFee mocks base method.
func (*MockPoolI) GetTotalPoolLiquidity ¶
GetTotalPoolLiquidity mocks base method.
func (*MockPoolI) GetTotalShares ¶
GetTotalShares mocks base method.
func (*MockPoolI) JoinPool ¶
func (m *MockPoolI) JoinPool(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, error)
JoinPool mocks base method.
func (*MockPoolI) JoinPoolNoSwap ¶
func (m *MockPoolI) JoinPoolNoSwap(ctx types.Context, tokensIn types.Coins, swapFee types.Dec) (types.Int, error)
JoinPoolNoSwap mocks base method.
func (*MockPoolI) SpotPrice ¶
func (m *MockPoolI) SpotPrice(ctx types.Context, baseAssetDenom, quoteAssetDenom string) (types.Dec, error)
SpotPrice mocks base method.
type MockPoolIMockRecorder ¶
type MockPoolIMockRecorder struct {
// contains filtered or unexported fields
}
MockPoolIMockRecorder is the mock recorder for MockPoolI.
func (*MockPoolIMockRecorder) CalcExitPoolCoinsFromShares ¶
func (mr *MockPoolIMockRecorder) CalcExitPoolCoinsFromShares(ctx, numShares, exitFee interface{}) *gomock.Call
CalcExitPoolCoinsFromShares indicates an expected call of CalcExitPoolCoinsFromShares.
func (*MockPoolIMockRecorder) CalcInAmtGivenOut ¶
func (mr *MockPoolIMockRecorder) CalcInAmtGivenOut(ctx, tokenOut, tokenInDenom, swapFee interface{}) *gomock.Call
CalcInAmtGivenOut indicates an expected call of CalcInAmtGivenOut.
func (*MockPoolIMockRecorder) CalcJoinPoolNoSwapShares ¶
func (mr *MockPoolIMockRecorder) CalcJoinPoolNoSwapShares(ctx, tokensIn, swapFee interface{}) *gomock.Call
CalcJoinPoolNoSwapShares indicates an expected call of CalcJoinPoolNoSwapShares.
func (*MockPoolIMockRecorder) CalcJoinPoolShares ¶
func (mr *MockPoolIMockRecorder) CalcJoinPoolShares(ctx, tokensIn, swapFee interface{}) *gomock.Call
CalcJoinPoolShares indicates an expected call of CalcJoinPoolShares.
func (*MockPoolIMockRecorder) CalcOutAmtGivenIn ¶
func (mr *MockPoolIMockRecorder) CalcOutAmtGivenIn(ctx, tokenIn, tokenOutDenom, swapFee interface{}) *gomock.Call
CalcOutAmtGivenIn indicates an expected call of CalcOutAmtGivenIn.
func (*MockPoolIMockRecorder) ExitPool ¶
func (mr *MockPoolIMockRecorder) ExitPool(ctx, numShares, exitFee interface{}) *gomock.Call
ExitPool indicates an expected call of ExitPool.
func (*MockPoolIMockRecorder) GetAddress ¶
func (mr *MockPoolIMockRecorder) GetAddress() *gomock.Call
GetAddress indicates an expected call of GetAddress.
func (*MockPoolIMockRecorder) GetExitFee ¶
func (mr *MockPoolIMockRecorder) GetExitFee(ctx interface{}) *gomock.Call
GetExitFee indicates an expected call of GetExitFee.
func (*MockPoolIMockRecorder) GetId ¶
func (mr *MockPoolIMockRecorder) GetId() *gomock.Call
GetId indicates an expected call of GetId.
func (*MockPoolIMockRecorder) GetSwapFee ¶
func (mr *MockPoolIMockRecorder) GetSwapFee(ctx interface{}) *gomock.Call
GetSwapFee indicates an expected call of GetSwapFee.
func (*MockPoolIMockRecorder) GetTotalPoolLiquidity ¶
func (mr *MockPoolIMockRecorder) GetTotalPoolLiquidity(ctx interface{}) *gomock.Call
GetTotalPoolLiquidity indicates an expected call of GetTotalPoolLiquidity.
func (*MockPoolIMockRecorder) GetTotalShares ¶
func (mr *MockPoolIMockRecorder) GetTotalShares() *gomock.Call
GetTotalShares indicates an expected call of GetTotalShares.
func (*MockPoolIMockRecorder) IsActive ¶
func (mr *MockPoolIMockRecorder) IsActive(ctx interface{}) *gomock.Call
IsActive indicates an expected call of IsActive.
func (*MockPoolIMockRecorder) JoinPool ¶
func (mr *MockPoolIMockRecorder) JoinPool(ctx, tokensIn, swapFee interface{}) *gomock.Call
JoinPool indicates an expected call of JoinPool.
func (*MockPoolIMockRecorder) JoinPoolNoSwap ¶
func (mr *MockPoolIMockRecorder) JoinPoolNoSwap(ctx, tokensIn, swapFee interface{}) *gomock.Call
JoinPoolNoSwap indicates an expected call of JoinPoolNoSwap.
func (*MockPoolIMockRecorder) ProtoMessage ¶
func (mr *MockPoolIMockRecorder) ProtoMessage() *gomock.Call
ProtoMessage indicates an expected call of ProtoMessage.
func (*MockPoolIMockRecorder) Reset ¶
func (mr *MockPoolIMockRecorder) Reset() *gomock.Call
Reset indicates an expected call of Reset.
func (*MockPoolIMockRecorder) SpotPrice ¶
func (mr *MockPoolIMockRecorder) SpotPrice(ctx, baseAssetDenom, quoteAssetDenom interface{}) *gomock.Call
SpotPrice indicates an expected call of SpotPrice.
func (*MockPoolIMockRecorder) String ¶
func (mr *MockPoolIMockRecorder) String() *gomock.Call
String indicates an expected call of String.
func (*MockPoolIMockRecorder) SwapInAmtGivenOut ¶
func (mr *MockPoolIMockRecorder) SwapInAmtGivenOut(ctx, tokenOut, tokenInDenom, swapFee interface{}) *gomock.Call
SwapInAmtGivenOut indicates an expected call of SwapInAmtGivenOut.
func (*MockPoolIMockRecorder) SwapOutAmtGivenIn ¶
func (mr *MockPoolIMockRecorder) SwapOutAmtGivenIn(ctx, tokenIn, tokenOutDenom, swapFee interface{}) *gomock.Call
SwapOutAmtGivenIn indicates an expected call of SwapOutAmtGivenIn.