Documentation ¶
Index ¶
- func NewRouter(querier *terra.Querier) (terra.Router, error)
- type BootstrapAuction
- func (b *BootstrapAuction) Config(ctx context.Context) (BootstrapAuctionConfig, error)
- func (b *BootstrapAuction) NewClaimAllRewardsMessage(ctx context.Context, sender cosmos.AccAddress) (cosmos.Msg, decimal.Decimal, error)
- func (b *BootstrapAuction) NewClaimRewardsMessage(sender cosmos.AccAddress, withdrawLpShares decimal.Decimal) (cosmos.Msg, error)
- func (b *BootstrapAuction) RewardPair() terra.Pair
- func (b *BootstrapAuction) UserInfo(ctx context.Context, address cosmos.AccAddress) (BootstrapAuctionUserInfo, error)
- type BootstrapAuctionConfig
- type BootstrapAuctionUserInfo
- type Lockdrop
- type StablePair
- type Staking
- type XykPair
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BootstrapAuction ¶
func NewBootstrapAuction ¶
func (*BootstrapAuction) Config ¶
func (b *BootstrapAuction) Config(ctx context.Context) (BootstrapAuctionConfig, error)
func (*BootstrapAuction) NewClaimAllRewardsMessage ¶
func (b *BootstrapAuction) NewClaimAllRewardsMessage(ctx context.Context, sender cosmos.AccAddress) (cosmos.Msg, decimal.Decimal, error)
func (*BootstrapAuction) NewClaimRewardsMessage ¶
func (b *BootstrapAuction) NewClaimRewardsMessage(sender cosmos.AccAddress, withdrawLpShares decimal.Decimal) (cosmos.Msg, error)
func (*BootstrapAuction) RewardPair ¶
func (b *BootstrapAuction) RewardPair() terra.Pair
func (*BootstrapAuction) UserInfo ¶
func (b *BootstrapAuction) UserInfo(ctx context.Context, address cosmos.AccAddress) (BootstrapAuctionUserInfo, error)
type BootstrapAuctionConfig ¶
type BootstrapAuctionConfig struct {
AstroUstPoolAddress string
}
type BootstrapAuctionUserInfo ¶
type BootstrapAuctionUserInfo struct {
}type StablePair ¶
Click to show internal directories.
Click to hide internal directories.