Types

Link copied to clipboard
class AmbiguousLanguages(val languages: String) : Bip39Exception
Link copied to clipboard
class BadEntropyBitCount(val bitCount: ULong) : Bip39Exception
Link copied to clipboard
class BadWordCount(val wordCount: ULong) : Bip39Exception
Link copied to clipboard
object ErrorHandler : UniffiRustCallStatusErrorHandler<Bip39Exception>
Link copied to clipboard
Link copied to clipboard
class UnknownWord(val index: ULong) : Bip39Exception

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?