Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagToolIdentityPrivateKeyFilePath = "identityPrivateKeyFilePath" FlagToolOutputPath = "outputPath" FlagToolPrivateKey = "privateKey" FlagToolPublicKey = "publicKey" FlagToolHRP = "hrp" FlagToolBIP32Path = "bip32Path" FlagToolMnemonic = "mnemonic" FlagToolSalt = "salt" FlagToolNodeURL = "nodeURL" FlagToolOutputJSON = "json" FlagToolDescriptionOutputJSON = "format output as JSON" )
View Source
const ( ToolP2PIdentityGen = "p2pidentity-gen" ToolP2PExtractIdentity = "p2pidentity-extract" ToolEd25519Key = "ed25519-key" ToolEd25519Addr = "ed25519-addr" ToolJWTApi = "jwt-api" ToolNodeInfo = "node-info" )
View Source
const ( DefaultValueAPIJWTTokenSalt = "IOTA" DefaultValueIdentityPrivateKeyFilePath = "testnet/p2p/identity.key" )
Variables ¶
This section is empty.
Functions ¶
func ShouldHandleTools ¶
func ShouldHandleTools() bool
ShouldHandleTools checks if tools were requested.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.