Documentation
¶
Overview ¶
Genesis block related commands for VM module.
Index ¶
- Constants
- func CompileModule(cdc *codec.Codec) *cobra.Command
- func CompileScript(cdc *codec.Codec) *cobra.Command
- func DeployContract(cdc *codec.Codec) *cobra.Command
- func ExecuteScript(cdc *codec.Codec) *cobra.Command
- func GenesisWSFromFile(ctx *server.Context, cdc *codec.Codec) *cobra.Command
- func GetData(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetMVFromFile(filePath string) (vmClient.MVFile, error)
- func GetQueriesCmd(cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
View Source
const ( FlagOutput = "to-file" FlagCompilerUsage = "--compiler " + vmClient.DefaultCompilerAddr )
Variables ¶
This section is empty.
Functions ¶
func DeployContract ¶
Deploy contract cli TX command.
func GenesisWSFromFile ¶
Reading genesis state from file generated by Move VM. File contains write set operations for standard libraries.
func GetMVFromFile ¶
Read MVir file contains code in hex.
func GetQueriesCmd ¶
Get query commands for VM module.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.