Documentation ¶
Index ¶
- Variables
- func PrintVersion()
- func Register()
- func RegisterCMD() *cobra.Command
- func SpvContract()
- func SpvContractCMD() *cobra.Command
- func SpvContractFlagSet() *pflag.FlagSet
- func SpvContractFlags(cmd *cobra.Command, flagNames []string)
- func StartCMD() *cobra.Command
- func Update()
- func UpdateCMD() *cobra.Command
- func VersionCMD() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RegisterInfoPath 默认注册信息地址 RegisterInfoPath = "register.json" // UpdateInfoPath 默认更新信息地址 UpdateInfoPath = "update.json" // SpvVersion 默认合约版本号 SpvVersion = "1.0" // SpvPath 默认合约地址 SpvPath = "./spv1chain1.7z" // SpvRuntimeType 默认合约运行时 SpvRuntimeType = "DOCKER_GO" // SpvParam 默认合约参数 SpvParam = "{}" // SpvChainRid 默认chain id SpvChainRid = "chain1" // SpvOption 默认操作 SpvOption = "install" )
Functions ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.