Documentation ¶
Index ¶
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeMastersFromSeed ¶
ComputeMastersFromSeed returns the master public key, master secret, and chain code in hex.
func DerivePrivateKeyForPath ¶
func FromMnemonicSeedAndPassphrase ¶
func FromMnemonicSeedAndPassphrase(mnemonic, passphrase string, index int) (*secp256k1.PrivateKey, *secp256k1.PublicKey)
FromMnemonicSeedAndPassphrase derive form mnemonic and passphrase at index
Types ¶
Click to show internal directories.
Click to hide internal directories.