Documentation ¶
Index ¶
- func MsgSendExec(clientCtx client.Context, from, to, amount fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error)
- func QueryBalancesExec(clientCtx client.Context, address fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error)
- func ServiceMsgSendExec(clientCtx client.Context, from, to, amount fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MsgSendExec ¶
func QueryBalancesExec ¶
func ServiceMsgSendExec ¶
func ServiceMsgSendExec(clientCtx client.Context, from, to, amount fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error)
ServiceMsgSendExec is a temporary method to test Msg services in CLI using x/bank's Msg/Send service. After https://github.com/cosmos/cosmos-sdk/issues/7541 is merged, this method should be removed, and we should prefer MsgSendExec instead.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.