Documentation ¶ Index ¶ type Staking func NewStaking(querier *terra.Querier) (*Staking, error) func (s *Staking) NewBondMessage(sender cosmos.AccAddress, amount decimal.Decimal) (cosmos.Msg, error) func (s *Staking) NewSubmitToUnbondMessage(sender cosmos.AccAddress, amount decimal.Decimal) (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) NewBondMessage ¶ func (s *Staking) NewBondMessage(sender cosmos.AccAddress, amount decimal.Decimal) (cosmos.Msg, error) func (*Staking) NewSubmitToUnbondMessage ¶ func (s *Staking) NewSubmitToUnbondMessage(sender cosmos.AccAddress, amount decimal.Decimal) (cosmos.Msg, error) Source Files ¶ View all Source files staking.go Click to show internal directories. Click to hide internal directories.