Documentation ¶
Index ¶
- func MsgBeginUnlocking(clientCtx client.Context, owner fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error)
- func MsgLockTokens(clientCtx client.Context, owner fmt.Stringer, amount fmt.Stringer, ...) (testutil.BufferWriter, error)
- func MsgUnlockByID(clientCtx client.Context, owner fmt.Stringer, ID string, extraArgs ...string) (testutil.BufferWriter, error)
- func MsgUnlockTokens(clientCtx client.Context, owner fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MsgBeginUnlocking ¶
func MsgBeginUnlocking(clientCtx client.Context, owner fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error)
MsgBeginUnlocking creates a begin unlock tokens message
func MsgLockTokens ¶
func MsgLockTokens(clientCtx client.Context, owner fmt.Stringer, amount fmt.Stringer, duration string, extraArgs ...string) (testutil.BufferWriter, error)
MsgLockTokens creates a lock tokens message.
func MsgUnlockByID ¶
func MsgUnlockByID(clientCtx client.Context, owner fmt.Stringer, ID string, extraArgs ...string) (testutil.BufferWriter, error)
MsgUnlockByID unlock unlockable tokens
func MsgUnlockTokens ¶
func MsgUnlockTokens(clientCtx client.Context, owner fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error)
MsgUnlockTokens unlock all unlockable tokens from an account
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.