Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ERC20tokenCmd = &cobra.Command{
Use: "erc20token",
Short: "General erc20token tasks",
Long: `General erc20token tasks`,
}
Root Command for OPS
Functions ¶
Types ¶
type ERC20tokenArgs ¶
type ERC20tokenArgs struct {
*rootCmd.RootArgs
Address string
EthNetwork string
TokenVersion string
TokenName string
EthereumURL string
}
func (*ERC20tokenArgs) GetSmartContractsManager ¶
func (ra *ERC20tokenArgs) GetSmartContractsManager() (*smartcontracts.SmartContractsManager, error)
func (*ERC20tokenArgs) GetToken ¶
func (ra *ERC20tokenArgs) GetToken() (*erc20token.ERC20Token, error)
type InfoArgs ¶
type InfoArgs struct {
*ERC20tokenArgs
VegaNetworkName string
InfoId string
}
Click to show internal directories.
Click to hide internal directories.