Documentation ¶
Index ¶
- func ExecuteContractCmd(cdc *codec.Codec) *cobra.Command
- func GetCmdGetContractInfo(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetContractStore(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdGetRawStore(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryByteCode(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryCodeInfo(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
- func InstantiateContractCmd(cdc *codec.Codec) *cobra.Command
- func MigrateContractCmd(cdc *codec.Codec) *cobra.Command
- func StoreCodeCmd(cdc *codec.Codec) *cobra.Command
- func UpdateContractOwnerCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteContractCmd ¶
ExecuteContractCmd will instantiate a contract from previously uploaded code.
func GetCmdGetContractInfo ¶
GetCmdGetContractInfo gets details about a given contract
func GetCmdGetContractStore ¶
GetCmdGetContractStore send query msg to a given contract
func GetCmdGetRawStore ¶
GetCmdGetRawStore dumps full internal state of a given contract
func GetCmdQueryByteCode ¶
GetCmdQueryByteCode returns the bytecode for a given contract
func GetCmdQueryCodeInfo ¶
GetCmdQueryCodeInfo is for querying code information
func GetCmdQueryParams ¶
GetCmdQueryParams implements the query params command.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for wasm module
func InstantiateContractCmd ¶
InstantiateContractCmd will instantiate a contract from previously uploaded code.
func MigrateContractCmd ¶
MigrateContractCmd will instantiate a contract from previously uploaded code.
func StoreCodeCmd ¶
StoreCodeCmd will upload code to be reused.
Types ¶
This section is empty.