Documentation ¶
Index ¶
- type Bootstrap
- func (b *Bootstrap) Config(ctx context.Context) (BootstrapConfig, error)
- func (b *Bootstrap) NewClaimRewardsMessage(withDrawUnlockedShares bool) (msg.Msg, error)
- func (b *Bootstrap) RewardPair() terra.Pair
- func (b *Bootstrap) UserInfo(ctx context.Context, address msg.AccAddress) (BootstrapUserInfo, error)
- type BootstrapConfig
- type BootstrapUserInfo
- type Field
- type FieldSnapshot
- type Governance
- type Mars
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bootstrap ¶
func NewBootstrap ¶
func (*Bootstrap) NewClaimRewardsMessage ¶
func (*Bootstrap) RewardPair ¶
func (*Bootstrap) UserInfo ¶
func (b *Bootstrap) UserInfo(ctx context.Context, address msg.AccAddress) (BootstrapUserInfo, error)
type BootstrapConfig ¶
type BootstrapConfig struct {
MarsUstPoolAddress string
}
type BootstrapUserInfo ¶
type BootstrapUserInfo struct {
}type FieldSnapshot ¶
type Governance ¶
func NewGovernance ¶
func NewGovernance(lcd *terra.LCDClient) (*Governance, error)
func (*Governance) NewStakeMessage ¶
Click to show internal directories.
Click to hide internal directories.