Documentation ¶
Index ¶
- Variables
- func GetCmdQueryCoreContractRegistry() *cobra.Command
- func GetCmdQueryExecutorWasm() *cobra.Command
- func GetCmdQueryExecutorWasms() *cobra.Command
- func GetCmdQueryOracleProgram() *cobra.Command
- func GetCmdQueryOraclePrograms() *cobra.Command
- func GetCmdStoreOracleProgram() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func ProposalInstantiateCoreContract() *cobra.Command
- func ProposalStoreExecutorCmd() *cobra.Command
- func SubmitProposalCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
var DefaultGovAuthority = sdk.AccAddress(address.Module("gov"))
DefaultGovAuthority is set to the gov module address. Extension point for chains to overwrite the default
Functions ¶
func GetCmdQueryCoreContractRegistry ¶
GetCmdQueryCoreContractRegistry returns the command for querying Core Contract registry.
func GetCmdQueryExecutorWasm ¶
GetCmdQueryExecutorWasm returns the command for querying an executor Wasm.
func GetCmdQueryExecutorWasms ¶
GetCmdQueryExecutorWasms returns the command for querying all executor wasms.
func GetCmdQueryOracleProgram ¶
GetCmdQueryOracleProgram returns the command for querying oracle program.
func GetCmdQueryOraclePrograms ¶
GetCmdQueryOraclePrograms returns the command for querying oracle programs in the store.
func GetCmdStoreOracleProgram ¶
GetCmdStoreOracleProgram returns the command for storing a oracle program file.
func GetQueryCmd ¶
GetQueryCmd returns the CLI query commands for this module
func SubmitProposalCmd ¶
Types ¶
This section is empty.