bdk-jvm
Toggle table of contents
1.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
bdk-jvm
bdk-jvm
/
org.bitcoindevkit
/
AddressData
Address
Data
sealed
class
AddressData
(
source
)
The type of address.
Inheritors
P2pkh
P2sh
Segwit
Members
Types
Companion
Link copied to clipboard
object
Companion
P2pkh
Link copied to clipboard
data
class
P2pkh
(
val
pubkeyHash
:
String
)
:
AddressData
Legacy.
P2sh
Link copied to clipboard
data
class
P2sh
(
val
scriptHash
:
String
)
:
AddressData
Wrapped Segwit
Segwit
Link copied to clipboard
data
class
Segwit
(
val
witnessProgram
:
WitnessProgram
)
:
AddressData
Segwit