Module wallet

Module wallet 

Source
Expand description

Substrate wallet and account management

This module provides comprehensive wallet functionality including:

  • Key pair generation (SR25519, ED25519)
  • Mnemonic phrase support (BIP-39)
  • SS58 address encoding
  • Message and transaction signing
  • Multi-wallet management

Structs§

Wallet
A unified wallet that can hold either SR25519 or ED25519 keys
WalletManager
Manager for multiple wallets

Enums§

KeyPairType
Supported key pair types