Documentation ¶
Index ¶
- func ClearContractAdminCmd() *cobra.Command
- func ExecuteContractCmd() *cobra.Command
- func GetCmdGetContractInfo() *cobra.Command
- func GetCmdGetContractStore() *cobra.Command
- func GetCmdGetRawStore() *cobra.Command
- func GetCmdQueryByteCode() *cobra.Command
- func GetCmdQueryCodeInfo() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func InstantiateContractCmd() *cobra.Command
- func MigrateContractCmd() *cobra.Command
- func StoreCodeCmd() *cobra.Command
- func UpdateContractAdminCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearContractAdminCmd ¶
ClearContractAdminCmd will instantiate a contract from previously uploaded code.
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 UpdateContractAdminCmd ¶
UpdateContractAdminCmd will instantiate a contract from previously uploaded code.
Types ¶
This section is empty.