bdk-android
Toggle table of contents
1.2.0-SNAPSHOT
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
bdk-android
bdk-android
/
org.bitcoindevkit
/
Bip32Exception
Bip32Exception
sealed
class
Bip32Exception
:
Exception
Inheritors
CannotDeriveFromHardenedKey
Secp256k1
InvalidChildNumber
InvalidChildNumberFormat
InvalidDerivationPathFormat
UnknownVersion
WrongExtendedKeyLength
Base58
Hex
InvalidPublicKeyHexLength
UnknownException
Members
Types
Base58
Link copied to clipboard
class
Base58
(
val
errorMessage
:
String
)
:
Bip32Exception
Cannot
Derive
From
Hardened
Key
Link copied to clipboard
class
CannotDeriveFromHardenedKey
:
Bip32Exception
Error
Handler
Link copied to clipboard
object
ErrorHandler
:
UniffiRustCallStatusErrorHandler
<
Bip32Exception
>
Hex
Link copied to clipboard
class
Hex
(
val
errorMessage
:
String
)
:
Bip32Exception
Invalid
Child
Number
Link copied to clipboard
class
InvalidChildNumber
(
val
childNumber
:
UInt
)
:
Bip32Exception
Invalid
Child
Number
Format
Link copied to clipboard
class
InvalidChildNumberFormat
:
Bip32Exception
Invalid
Derivation
Path
Format
Link copied to clipboard
class
InvalidDerivationPathFormat
:
Bip32Exception
Invalid
Public
Key
Hex
Length
Link copied to clipboard
class
InvalidPublicKeyHexLength
(
val
length
:
UInt
)
:
Bip32Exception
Secp256k1
Link copied to clipboard
class
Secp256k1
(
val
errorMessage
:
String
)
:
Bip32Exception
Unknown
Exception
Link copied to clipboard
class
UnknownException
(
val
errorMessage
:
String
)
:
Bip32Exception
Unknown
Version
Link copied to clipboard
class
UnknownVersion
(
val
version
:
String
)
:
Bip32Exception
Wrong
Extended
Key
Length
Link copied to clipboard
class
WrongExtendedKeyLength
(
val
length
:
UInt
)
:
Bip32Exception
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?