Documentation
¶
Index ¶
Constants ¶
View Source
const DEFAULT_DECIMALS = 18
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClassifiedHarvestDepositPools ¶
type ClassifiedHarvestDepositPools struct {
UserLPTokens map[string]UserLPToken `json:"user_lp_tokens"`
Best []*harvestfarm.Pool `json:"best"`
Type0 []*harvestfarm.Pool `json:"type0"`
Type1 []*harvestfarm.Pool `json:"type1"`
}
type HarvestFarm ¶
type HarvestFarm struct{}
func (*HarvestFarm) DepositPrepare ¶
func (h *HarvestFarm) DepositPrepare(c echo.Context) error
type UserLPToken ¶
Click to show internal directories.
Click to hide internal directories.