Documentation ¶
Index ¶
- type IntegrationTestSuite
- func (s *IntegrationTestSuite) SetupSuite()
- func (s *IntegrationTestSuite) TearDownSuite()
- func (s *IntegrationTestSuite) TestCmdAvailableBorrow()
- func (s *IntegrationTestSuite) TestCmdBorrow()
- func (s *IntegrationTestSuite) TestCmdLend()
- func (s *IntegrationTestSuite) TestCmdLiquidate()
- func (s *IntegrationTestSuite) TestCmdRepay()
- func (s *IntegrationTestSuite) TestCmdWithdraw()
- func (s *IntegrationTestSuite) TestQueryAllRegisteredTokens()
- func (s *IntegrationTestSuite) TestQueryBorrowAPY()
- func (s *IntegrationTestSuite) TestQueryBorrowLimit()
- func (s *IntegrationTestSuite) TestQueryBorrowed()
- func (s *IntegrationTestSuite) TestQueryBorrowedValue()
- func (s *IntegrationTestSuite) TestQueryCollateral()
- func (s *IntegrationTestSuite) TestQueryCollateralSetting()
- func (s *IntegrationTestSuite) TestQueryCollateralValue()
- func (s *IntegrationTestSuite) TestQueryExchangeRate()
- func (s *IntegrationTestSuite) TestQueryLendAPY()
- func (s *IntegrationTestSuite) TestQueryLiquidationLimit()
- func (s *IntegrationTestSuite) TestQueryLoaned()
- func (s *IntegrationTestSuite) TestQueryLoanedValue()
- func (s *IntegrationTestSuite) TestQueryMarketSize()
- func (s *IntegrationTestSuite) TestQueryParams()
- func (s *IntegrationTestSuite) TestQueryReserveAmount()
- func (s *IntegrationTestSuite) TestQueryTokenMarketSize()
- func (s *IntegrationTestSuite) UpdateRegistry(clientCtx client.Context, content *types.UpdateRegistryProposal, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegrationTestSuite ¶
func NewIntegrationTestSuite ¶
func NewIntegrationTestSuite(cfg network.Config) *IntegrationTestSuite
func (*IntegrationTestSuite) SetupSuite ¶
func (s *IntegrationTestSuite) SetupSuite()
func (*IntegrationTestSuite) TearDownSuite ¶
func (s *IntegrationTestSuite) TearDownSuite()
func (*IntegrationTestSuite) TestCmdAvailableBorrow ¶
func (s *IntegrationTestSuite) TestCmdAvailableBorrow()
func (*IntegrationTestSuite) TestCmdBorrow ¶
func (s *IntegrationTestSuite) TestCmdBorrow()
func (*IntegrationTestSuite) TestCmdLend ¶
func (s *IntegrationTestSuite) TestCmdLend()
func (*IntegrationTestSuite) TestCmdLiquidate ¶
func (s *IntegrationTestSuite) TestCmdLiquidate()
func (*IntegrationTestSuite) TestCmdRepay ¶
func (s *IntegrationTestSuite) TestCmdRepay()
func (*IntegrationTestSuite) TestCmdWithdraw ¶
func (s *IntegrationTestSuite) TestCmdWithdraw()
func (*IntegrationTestSuite) TestQueryAllRegisteredTokens ¶
func (s *IntegrationTestSuite) TestQueryAllRegisteredTokens()
func (*IntegrationTestSuite) TestQueryBorrowAPY ¶
func (s *IntegrationTestSuite) TestQueryBorrowAPY()
func (*IntegrationTestSuite) TestQueryBorrowLimit ¶
func (s *IntegrationTestSuite) TestQueryBorrowLimit()
func (*IntegrationTestSuite) TestQueryBorrowed ¶
func (s *IntegrationTestSuite) TestQueryBorrowed()
func (*IntegrationTestSuite) TestQueryBorrowedValue ¶
func (s *IntegrationTestSuite) TestQueryBorrowedValue()
func (*IntegrationTestSuite) TestQueryCollateral ¶
func (s *IntegrationTestSuite) TestQueryCollateral()
func (*IntegrationTestSuite) TestQueryCollateralSetting ¶
func (s *IntegrationTestSuite) TestQueryCollateralSetting()
func (*IntegrationTestSuite) TestQueryCollateralValue ¶
func (s *IntegrationTestSuite) TestQueryCollateralValue()
func (*IntegrationTestSuite) TestQueryExchangeRate ¶
func (s *IntegrationTestSuite) TestQueryExchangeRate()
func (*IntegrationTestSuite) TestQueryLendAPY ¶
func (s *IntegrationTestSuite) TestQueryLendAPY()
func (*IntegrationTestSuite) TestQueryLiquidationLimit ¶
func (s *IntegrationTestSuite) TestQueryLiquidationLimit()
func (*IntegrationTestSuite) TestQueryLoaned ¶
func (s *IntegrationTestSuite) TestQueryLoaned()
func (*IntegrationTestSuite) TestQueryLoanedValue ¶
func (s *IntegrationTestSuite) TestQueryLoanedValue()
func (*IntegrationTestSuite) TestQueryMarketSize ¶
func (s *IntegrationTestSuite) TestQueryMarketSize()
func (*IntegrationTestSuite) TestQueryParams ¶
func (s *IntegrationTestSuite) TestQueryParams()
func (*IntegrationTestSuite) TestQueryReserveAmount ¶
func (s *IntegrationTestSuite) TestQueryReserveAmount()
func (*IntegrationTestSuite) TestQueryTokenMarketSize ¶
func (s *IntegrationTestSuite) TestQueryTokenMarketSize()
func (*IntegrationTestSuite) UpdateRegistry ¶
func (s *IntegrationTestSuite) UpdateRegistry( clientCtx client.Context, content *types.UpdateRegistryProposal, deposit sdk.Coins, extraArgs ...string, )
UpdateRegistry submits an UpdateRegistryProposal governance proposal with a deposit and automatically votes yes on it. It will wait until the proposal passes prior to returning. Note, the extraArgs are passed into the proposal creation command along with the vote command.
Click to show internal directories.
Click to hide internal directories.