Documentation ¶ Index ¶ type Staking func NewStaking(querier *terra.Querier) (*Staking, error) func (s *Staking) NewWithdrawRewardsMessage(sender cosmos.AccAddress, tokenId string) (cosmos.Msg, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Staking ¶ type Staking struct { *terra.Contract } func NewStaking ¶ func NewStaking(querier *terra.Querier) (*Staking, error) func (*Staking) NewWithdrawRewardsMessage ¶ func (s *Staking) NewWithdrawRewardsMessage(sender cosmos.AccAddress, tokenId string) (cosmos.Msg, error) Source Files ¶ View all Source files staking.go Click to show internal directories. Click to hide internal directories.