Package-level declarations
Types
Link copied to clipboard
class InvalidChecksumException(message: String = "Mnemonic checksum validation failed") : Sep05Exception
Exception thrown when mnemonic checksum validation fails.
Link copied to clipboard
Exception thrown when entropy has invalid size or format.
Link copied to clipboard
Exception thrown when a mnemonic phrase is invalid.
Link copied to clipboard
class InvalidPathException(val path: String, message: String = "Invalid BIP-32 derivation path: ") : Sep05Exception
Exception thrown when a BIP-32 derivation path is invalid.
Link copied to clipboard
Exception thrown when a word is not found in the specified word list.
Link copied to clipboard
Base exception class for SEP-5 key derivation errors.