package
0.0.0-20230731053445-bf468637a738
Repository: https://github.com/fibonacci-chain/core.git
Documentation: pkg.go.dev
# Functions
Commands registers a sub-tree of commands to interact with local private key storage.
marshal keys.
RunAddCmd
input
- bip39 mnemonic
- bip39 passphrase
- bip44 path
- local encryption password
output
- armor encrypted private key (saved to file)
*/.
unmarshal json.
UnsafeExportEthKeyCommand exports a key with the given name as a private key in hex format.
UnsafeImportKeyCommand imports private keys from a keyfile.
# Variables
KeysCdc defines codec to be used with key operations.