Documentation ¶
Index ¶
- func ClearContractAdminCmd(cdc *codec.Codec) *cobra.Command
- func ExecuteContractCmd(cdc *codec.Codec) *cobra.Command
- func GetCmdGetContractHistory(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 ProposalClearContractAdminCmd(cdc *codec.Codec) *cobra.Command
- func ProposalInstantiateContractCmd(cdc *codec.Codec) *cobra.Command
- func ProposalMigrateContractCmd(cdc *codec.Codec) *cobra.Command
- func ProposalStoreCodeCmd(cdc *codec.Codec) *cobra.Command
- func ProposalUpdateContractAdminCmd(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 GetCmdGetContractHistory ¶ added in v0.10.0
GetCmdGetContractHistory prints the code history for a given contract
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 ProposalClearContractAdminCmd ¶ added in v0.10.0
func ProposalInstantiateContractCmd ¶ added in v0.10.0
func ProposalMigrateContractCmd ¶ added in v0.10.0
func ProposalStoreCodeCmd ¶ added in v0.10.0
func ProposalUpdateContractAdminCmd ¶ added in v0.10.0
func StoreCodeCmd ¶
StoreCodeCmd will upload code to be reused.
Types ¶
This section is empty.