public final class AddressIndex
extends java.lang.Object
Change.
m / purpose' / coin_type' / account' / change / address_index
Addresses are numbered from index 0 in sequentially increasing manner. This number is used as child index in BIP32 derivation.
Public derivation is used at this level (not hardened).
| Modifier and Type | Field and Description |
|---|---|
static io.github.novacrypto.bip32.derivation.Derivation<AddressIndex> |
DERIVATION |
static io.github.novacrypto.bip32.derivation.Derivation<AddressIndex> |
DERIVATION_FROM_ACCOUNT |
| Modifier and Type | Method and Description |
|---|---|
Change |
getParent() |
int |
getValue() |
java.lang.String |
toString() |
public static final io.github.novacrypto.bip32.derivation.Derivation<AddressIndex> DERIVATION
public static final io.github.novacrypto.bip32.derivation.Derivation<AddressIndex> DERIVATION_FROM_ACCOUNT
public int getValue()
public Change getParent()
public java.lang.String toString()
toString in class java.lang.Object