Documentation
¶
Index ¶
- func MakeMsgDelegate(chainID string, operator sdktypes.AccAddress, portID string, chanID string) *types.MsgDelegate
- func MakeMsgIcaAutoStaking(chainID string, hostAddr string, operator sdktypes.AccAddress, ...) *types.MsgIcaAutoStaking
- func MakeMsgPendingWithdraw(chainID string, operator sdktypes.AccAddress, portID string, chanID string, ...) *types.MsgPendingWithdraw
- func MakeMsgUndelegate(chainID string, operator sdktypes.AccAddress) *types.MsgUndelegate
- func MakeMsgUpdateChainState(operator sdktypes.AccAddress, chainID string, denom string, decimal uint32, ...) *types.MsgUpdateChainState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeMsgDelegate ¶
func MakeMsgDelegate(chainID string, operator sdktypes.AccAddress, portID string, chanID string) *types.MsgDelegate
func MakeMsgIcaAutoStaking ¶
func MakeMsgIcaAutoStaking(chainID string, hostAddr string, operator sdktypes.AccAddress, decCoin sdktypes.DecCoin) *types.MsgIcaAutoStaking
func MakeMsgPendingWithdraw ¶
func MakeMsgPendingWithdraw(chainID string, operator sdktypes.AccAddress, portID string, chanID string, blockTs time.Time) *types.MsgPendingWithdraw
func MakeMsgUndelegate ¶
func MakeMsgUndelegate(chainID string, operator sdktypes.AccAddress) *types.MsgUndelegate
func MakeMsgUpdateChainState ¶
func MakeMsgUpdateChainState(operator sdktypes.AccAddress, chainID string, denom string, decimal uint32, amount string, blockHeight int64, apphash []byte) *types.MsgUpdateChainState
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.