Versions in this module Expand all Collapse all v0 v0.9.3 Oct 19, 2020 v0.9.0 Oct 19, 2020 Changes in this version + func AddNewKey(password string) + func ComputeMastersFromSeed(seed []byte) (secret [32]byte, chainCode [32]byte) + func DerivePrivateKeyForPath(privKeyBytes [32]byte, chainCode [32]byte, path string) ([32]byte, error) + func FromMnemonicSeedAndPassphrase(mnemonic, passphrase string, index int) (*secp256k1.PrivateKey, *secp256k1.PublicKey) + func ListKeys(keystoreDir string) + type Dump struct + PrivateKey string + PublicKey string + PublicKeyCompressed string + func EncodeHex(sk *secp256k1.PrivateKey, pk *secp256k1.PublicKey) *Dump