Documentation
¶
Index ¶
- Constants
- Variables
- func CmdCreateRollapp() *cobra.Command
- func CmdGenesisEvent() *cobra.Command
- func CmdListRollapp() *cobra.Command
- func CmdListStateInfo() *cobra.Command
- func CmdQueryParams() *cobra.Command
- func CmdShowLatestStateIndex() *cobra.Command
- func CmdShowRollapp() *cobra.Command
- func CmdShowStateInfo() *cobra.Command
- func CmdUpdateState() *cobra.Command
- func FlagSetCreateRollapp() *flag.FlagSet
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
- func NewCmdSubmitFraudProposal() *cobra.Command
- type PermissionedAddresses
Constants ¶
View Source
const ( FlagStateIndex = "index" FlagRollappHeight = "rollapp-height" FlagFinalized = "finalized" )
View Source
const (
// Create rollapp flags
FlagGenesisAccountsPath = "genesis-accounts-path"
)
Variables ¶
Functions ¶
func CmdCreateRollapp ¶
func CmdGenesisEvent ¶ added in v3.1.0
func CmdListRollapp ¶
func CmdListStateInfo ¶
func CmdQueryParams ¶
func CmdShowLatestStateIndex ¶
func CmdShowRollapp ¶
func CmdShowStateInfo ¶
func CmdUpdateState ¶
func FlagSetCreateRollapp ¶ added in v3.1.0
FlagSetCreateRollapp returns flags for creating gauges.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func NewCmdSubmitFraudProposal ¶ added in v3.1.0
NewCmdSubmitFraudProposal submits a fraud proposal
Types ¶
type PermissionedAddresses ¶
type PermissionedAddresses struct {
Addresses []string `json:"addresses"`
}
TODO: refactor to be flag of []string
Click to show internal directories.
Click to hide internal directories.