Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Keys ¶
type Keys interface { Init(cfg config.Config, encryptionKey string) error // Wallet Service Nostr pubkey (DEPRECATED) GetNostrPublicKey() string // Wallet Service Nostr secret key (DEPRECATED) GetNostrSecretKey() string // Derives a child BIP-32 key from the app key (derived from the mnemonic) DeriveKey(path []uint32) (*bip32.Key, error) }
Click to show internal directories.
Click to hide internal directories.