Documentation
¶
Index ¶
- func AddNewKey(password string)
- func FromMnemonicSeedAndPassphrase(mnemonic, passphrase string, index int) (*btcec.PrivateKey, *btcec.PublicKey)
- func GenerateKey() (*btcec.PrivateKey, error)
- func GetPrivateKeyFromBytes(privateKeyBytes []byte) (*btcec.PrivateKey, error)
- func GetPrivateKeyFromHex(privateKeyHex string) (*btcec.PrivateKey, error)
- func ListKeys(keystoreDir string)
- type Dump
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromMnemonicSeedAndPassphrase ¶
func FromMnemonicSeedAndPassphrase(mnemonic, passphrase string, index int) (*btcec.PrivateKey, *btcec.PublicKey)
FromMnemonicSeedAndPassphrase derive form mnemonic and passphrase at index
func GenerateKey ¶
func GenerateKey() (*btcec.PrivateKey, error)
func GetPrivateKeyFromBytes ¶
func GetPrivateKeyFromHex ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.