Documentation ¶ Index ¶ func AddCommands(cmd *cobra.Command, cdc *wire.Codec) func BuildMultiSendMsg(from sdk.AccAddress, fromCoins sdk.Coins, toAddrs []sdk.AccAddress, ...) sdk.Msg func MultiSendCmd(cdc *wire.Codec) *cobra.Command type Commander type Transfer type Transfers Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddCommands ¶ func AddCommands(cmd *cobra.Command, cdc *wire.Codec) func BuildMultiSendMsg ¶ func BuildMultiSendMsg(from sdk.AccAddress, fromCoins sdk.Coins, toAddrs []sdk.AccAddress, toCoins []sdk.Coins) sdk.Msg func MultiSendCmd ¶ func MultiSendCmd(cdc *wire.Codec) *cobra.Command MultiSendCmd will create a send tx and sign it with the given key Types ¶ type Commander ¶ type Commander struct { Cdc *wire.Codec } type Transfer ¶ type Transfer struct { To string `json:"to"` Amount string `json:"amount"` } type Transfers ¶ type Transfers []Transfer Source Files ¶ View all Source files atomic_swap.goburn.gocommands.gofreeze.gohelper.goinfo.goissue.goissue_mini.goissue_tiny.golist.gomulti_send.goseturi_mini.gotimelock.gotransfer_ownership.go Click to show internal directories. Click to hide internal directories.