Documentation ¶
Index ¶
- Constants
- func CmdClaimBeam() *cobra.Command
- func CmdFetchBeams() *cobra.Command
- func CmdFetchClosedBeamsQueue() *cobra.Command
- func CmdFetchOldOpenBeamsQueue() *cobra.Command
- func CmdFetchOpenBeamsQueue() *cobra.Command
- func CmdGetBeam() *cobra.Command
- func CmdOpenBeam() *cobra.Command
- func CmdUpdateBeam() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
const ( FlagOwner = "owner" FlagData = "data" FlagStatus = "status" FlagAmount = "amount" FlagHideContent = "hide-content" FlagCancelReason = "cancel-reason" FlagClosesAtBlock = "closes-at-block" FlagClaimExpiresAtBlock = "claim-expires-at-block" )
Variables ¶
This section is empty.
Functions ¶
func CmdClaimBeam ¶
CmdClaimBeam Command definition for beam claim dispatch
func CmdFetchBeams ¶
CmdFetchBeams Query the blockchain and print the list of beams from the store
func CmdFetchClosedBeamsQueue ¶ added in v1.1.0
CmdFetchClosedBeamsQueue Query the blockchain and print the list of beams from the closed queue system
func CmdFetchOldOpenBeamsQueue ¶ added in v1.1.0
CmdFetchOldOpenBeamsQueue Query the blockchain and print the list of beams from the old open queue system
func CmdFetchOpenBeamsQueue ¶ added in v1.1.0
CmdFetchOpenBeamsQueue Query the blockchain and print the list of beams from the open queue system
func CmdGetBeam ¶
CmdGetBeam Query the blockchain about a beam and print response
func CmdOpenBeam ¶
CmdOpenBeam Command definition for beam opening dispatch
func CmdUpdateBeam ¶
CmdUpdateBeam Command definition for beam increase dispatch
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.