bitcoin-kmp
0.11.1
common
bitcoin-kmp
/
fr.acinq.bitcoin
/
KeyPath
Key
Path
common
data
class
KeyPath
(
val
path
:
List
<
Long
>
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Key
Path
Link copied to clipboard
common
fun
KeyPath
(
path
:
String
)
Content copied to clipboard
Key
Path
Link copied to clipboard
common
fun
KeyPath
(
path
:
List
<
Long
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
append
Link copied to clipboard
common
fun
append
(
that
:
KeyPath
)
:
KeyPath
Content copied to clipboard
fun
append
(
index
:
Long
)
:
KeyPath
Content copied to clipboard
fun
append
(
indexes
:
List
<
Long
>
)
:
KeyPath
Content copied to clipboard
derive
Link copied to clipboard
common
fun
derive
(
number
:
Long
)
:
KeyPath
Content copied to clipboard
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
lastChildNumber
Link copied to clipboard
common
val
lastChildNumber
:
Long
Content copied to clipboard
path
Link copied to clipboard
common
@
JvmField
val
path
:
List
<
Long
>
Content copied to clipboard