Purpose

enum Purpose

HD wallet purpose

See also

https

://github.com/bitcoin/bips/blob/master/bip-0084.mediawiki

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun createFromValue(value: Int): Purpose
Link copied to clipboard
open fun value(): Int
Link copied to clipboard
open fun valueOf(name: String): Purpose
Returns the enum constant of this type with the specified name.
Link copied to clipboard
open fun values(): Array<Purpose>
Returns an array containing the constants of this enum type, in the order they're declared.