btwallet 4.1.0

Bittensor wallet — Substrate-based key management, encryption, and signing.
Documentation
1
2
3
4
5
6
7
8
pub const BT_WALLET_NAME: &str = "default";
pub const BT_WALLET_HOTKEY: &str = "default";
pub const BT_WALLET_PATH: &str = "~/.bittensor/wallets/";

/// Substrate MultiSignature crypto type for ED25519 (index 0).
pub const CRYPTO_ED25519: u8 = 0;
/// Substrate MultiSignature crypto type for SR25519 (index 1).
pub const CRYPTO_SR25519: u8 = 1;