package
2.0.0-beta.4+incompatible
Repository: https://github.com/scrtlabs/secretnetwork.git
Documentation: pkg.go.dev
# Functions
ClearContractAdminCmd clears an admin for a contract.
ExecuteContractCmd will instantiate a contract from previously uploaded code.
No description provided by the author
GetCmdCodeHashByID return the code hash of a contract by ID.
GetCmdListCode lists all wasm code uploaded.
No description provided by the author
GetCmdGetContractHistory prints the code history for a given contract.
GetCmdGetContractInfo gets details about a given contract.
No description provided by the author
GetCmdListCode -> gRPC into x/compute/internal/keeper/querier.go: Codes(c context.Context, _ *empty.Empty).
GetCmdListContractByCode lists all wasm code uploaded for given code id.
GetCmdQueryCode returns the bytecode for a given contract.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetTxCmd returns the transaction commands for this module.
InstantiateContractCmd will instantiate a contract from previously uploaded code.
MigrateContractCmd will migrate a contract to a new code version.
No description provided by the author
StoreCodeCmd will upload code to be reused.
UpdateContractAdminCmd sets an new admin for a contract.