Documentation ¶
Index ¶
- Constants
- func CmdQueryParams() *cobra.Command
- func GetCmdCalculateFlowRate() *cobra.Command
- func GetCmdCancelStream() *cobra.Command
- func GetCmdClaimStream() *cobra.Command
- func GetCmdCreateStream() *cobra.Command
- func GetCmdGetAllStreams() *cobra.Command
- func GetCmdGetAllStreamsByReceiver() *cobra.Command
- func GetCmdGetAllStreamsBySender() *cobra.Command
- func GetCmdGetStream() *cobra.Command
- func GetCmdGetStreamByReceiverSenderCurrentFlow() *cobra.Command
- func GetCmdTopUpDeposit() *cobra.Command
- func GetCmdUpdateFlowRate() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
const ( FlagStreamCoin = "coin" FlagStreamDuration = "duration" FlagStreamPeriod = "period" )
Variables ¶
This section is empty.
Functions ¶
func CmdQueryParams ¶
func GetCmdCalculateFlowRate ¶
GetCmdCalculateFlowRate calculates a flow rate
func GetCmdCancelStream ¶
GetCmdCancelStream is the CLI command for cancelling a stream
func GetCmdClaimStream ¶
GetCmdClaimStreamById is the CLI command for claiming funds held in a stream
func GetCmdCreateStream ¶
GetCmdCreateStream is the CLI command for creating a new stream
func GetCmdGetAllStreams ¶
GetCmdGetAllStreams queries a list of all streams
func GetCmdGetAllStreamsByReceiver ¶
GetCmdGetAllStreamsByReceiver queries a list of all streams for given receiver
func GetCmdGetAllStreamsBySender ¶
GetCmdGetAllStreamsBySender queries a list of all streams for given receiver
func GetCmdGetStream ¶
func GetCmdTopUpDeposit ¶
GetCmdTopUpDeposit is the CLI command for topping up deposit in a stream
func GetCmdUpdateFlowRate ¶
GetCmdUpdateFlowRate is the CLI command for updating the flow rate of a stream
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.