Crate near_seed_phrase
source ·Macros
- Derive
NearSecretKey
with given seed phrase, password and derivation path. Invalid seed phrase or derivation path will cause panic.
Structs
- NEAR BIP32 derivation path.
- NEAR ed25519 public key
- NEAR ed25519 secret key
- NEAR BIP39 seed phrase.
- Ed25519 signature.
Enums
Traits
- Sign the provided message bytestring using
Self
(e.g. a cryptographic key or connection to an HSM), returning a digital signature. - Verify the provided message bytestring using
Self
(e.g. a public key)
Functions
- Derive
NearSecretKey
with given seed phrase, password and derivation path.
Type Aliases
- Errors which may occur while processing signatures and keypairs.