public final class Purpose
extends java.lang.Object
BIP44.m().
m / purpose' / coin_type' / account' / change / address_index
Purpose is a constant set to 44' (or 0x8000002C) following the BIP43 recommendation. It indicates that the subtree of this node is used according to this specification.
Purpose 49 is used for segwit as per BIP0049.
Purpose 0 is reserved by BIP0032.
Hardened derivation is used at this level.
| Modifier and Type | Method and Description |
|---|---|
CoinType |
coinType(int coinType)
Create a
CoinType for this purpose. |
int |
getValue() |
java.lang.String |
toString() |