package
1.0.0
Repository: https://github.com/terra-project/terra.go.git
Documentation: pkg.go.dev

# Functions

CreateHDPath returns BIP 44 object from account and index parameters.
CreateMnemonic - create new mnemonic.
DerivePrivKey - derive prive key bytes.
StdPrivKeyGen is the default PrivKeyGen function in the keybase.

# Constants

Ed25519 represents the Ed25519 signature system.
MultiAlgo implies that a pubkey is a multisignature.
Secp256k1 uses the Bitcoin secp256k1 ECDSA parameters.
Sr25519 represents the Sr25519 signature system.

# Type aliases

SigningAlgo - wrapper to expose interface.
StdPrivKey - wrapper to expose interface.