DerivationPathIndex

Represents a derivation path index in C++ with value and hardened flag.

Constructors

Link copied to clipboard
open fun DerivationPathIndex(value: Int, hardened: Boolean)
Creates a new Index with a value and hardened flag.

Functions

Link copied to clipboard
open fun description(): String
Returns the string description of a derivation path index.
Link copied to clipboard
open fun hardened(): Boolean
Returns hardened flag of an Index.
Link copied to clipboard
open fun value(): Int
Returns numeric value of an Index.