WalletCore
WalletCore
/
wallet.core.jni
/
DerivationPathIndex
Derivation
Path
Index
class
DerivationPathIndex
Represents a derivation path index in C++ with value and hardened flag.
Constructors
Functions
Constructors
Derivation
Path
Index
Link copied to clipboard
open
fun
DerivationPathIndex
(
value
:
Int
,
hardened
:
Boolean
)
Creates a new Index with a value and hardened flag.
Functions
description
Link copied to clipboard
open
fun
description
(
)
:
String
Returns the string description of a derivation path index.
hardened
Link copied to clipboard
open
fun
hardened
(
)
:
Boolean
Returns hardened flag of an Index.
value
Link copied to clipboard
open
fun
value
(
)
:
Int
Returns numeric value of an Index.