Crate kaspa_wallet_keys

Source
Expand description

§Kaspa Wallet Keys

This crate provides tools for creating and managing Kaspa wallet keys. This includes extended key generation and derivation.

Modules§

derivation
Derivation utilities used by the integrated Kaspa Wallet API.
derivation_path
Implementation of the DerivationPath manager for arbitrary derivation paths.
error
Error types used by the wallet framework.
keypair
keypair module encapsulates Keypair and PrivateKey. The Keypair provides access to the secret and public keys.
prelude
Re-exports of the most commonly used types and traits in this crate.
privatekey
Private Key
privkeygen
PrivateKeyGenerator helper for generating private key derivations from an extended private key (XPrv).
pubkeygen
PublicKeyGenerator helper for generating public key derivations from an extended public key (XPub).
publickey
keypair module encapsulates Keypair and PrivateKey. The Keypair provides access to the secret and public keys.
result
Result type alias bound to the framework Error enum.
secret
Secret container for sensitive data. Performs data erasure (zeroization) on drop.
types
Key-related type aliases used by the wallet framework.
xprv
Extended private key (XPrv).
xpub
Extended public key (XPub).