Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AddressFlag = cli.StringFlag{ Name: "address", Usage: "Node address to connect", } NodePINFlag = cli.StringFlag{ Name: "nodePIN", Usage: "NodePIN to be checked in Node", } PwdFlag = cli.StringFlag{ Name: "pwd", Usage: "password to decrypt keystore", } HsmFlags = []cli.Flag{ AddressFlag, NodePINFlag, PwdFlag, } )
View Source
var (
NodeSignKey *ecdsa.PrivateKey
)
Functions ¶
Types ¶
type NodeContext ¶
func ParseNodeContext ¶
func ParseNodeContext(c *cli.Context) (*NodeContext, error)
Click to show internal directories.
Click to hide internal directories.