seid tx wasm
Wasm transaction subcommands
Usage:
seid tx wasm [flags]
seid tx wasm [command]
Available Commands:
clear-contract-admin Clears admin for a contract to prevent further migrations
execute Execute a command on a wasm contract
instantiate Instantiate a wasm contract
migrate Migrate a wasm contract to a new code version
set-contract-admin Set new admin for a contract
store Upload a wasm binary
Flags:
-h, --help help for wasm
Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "~/.sei")
--log_format string The logging format (json|plain)
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic)
--trace print out full stack trace on errors
Use "seid tx wasm [command] --help" for more information about a command.