Documentation ¶
Index ¶
- func ClearContractAdminCmd(cdc *codec.Codec) *cobra.Command
- func ExecuteContractCmd(cdc *codec.Codec) *cobra.Command
- func GetCmdGetContractInfo(cdc *codec.Codec) *cobra.Command
- func GetCmdGetContractState(cdc *codec.Codec) *cobra.Command
- func GetCmdGetContractStateAll(cdc *codec.Codec) *cobra.Command
- func GetCmdGetContractStateRaw(cdc *codec.Codec) *cobra.Command
- func GetCmdGetContractStateSmart(cdc *codec.Codec) *cobra.Command
- func GetCmdListCode(cdc *codec.Codec) *cobra.Command
- func GetCmdListContractByCode(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryCode(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(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 UpdateContractAdminCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearContractAdminCmd ¶ added in v0.9.0
ClearContractAdminCmd clears an admin for a contract
func ExecuteContractCmd ¶
ExecuteContractCmd will instantiate a contract from previously uploaded code.
func GetCmdGetContractInfo ¶
GetCmdGetContractInfo gets details about a given contract
func GetCmdGetContractState ¶
GetCmdGetContractState dumps full internal state of a given contract
func GetCmdListCode ¶
GetCmdListCode lists all wasm code uploaded
func GetCmdListContractByCode ¶
GetCmdListContractByCode lists all wasm code uploaded for given code id
func GetCmdQueryCode ¶
GetCmdQueryCode returns the bytecode for a given contract
func InstantiateContractCmd ¶
InstantiateContractCmd will instantiate a contract from previously uploaded code.
func MigrateContractCmd ¶ added in v0.9.0
MigrateContractCmd will migrate a contract to a new code version
func StoreCodeCmd ¶
StoreCodeCmd will upload code to be reused.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.