Package org.consensusj.bitcoinj.wallet
Interface BipStandardKeyChainGroupStructure
Deprecated.
Path builder that supports BIP44, BIP84, etc. This functionality will be in the next release of bitcoinj.
This interface will be deprecated after the next release of bitcoinj.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.bitcoinj.crypto.HDPathDeprecated.static final org.bitcoinj.crypto.HDPathDeprecated.static final org.bitcoinj.crypto.ChildNumberDeprecated.static final org.bitcoinj.crypto.ChildNumberDeprecated.static final org.bitcoinj.crypto.ChildNumberDeprecated.static final org.bitcoinj.crypto.ChildNumberDeprecated.static final org.bitcoinj.crypto.ChildNumberDeprecated.static final org.bitcoinj.crypto.ChildNumberDeprecated.static final org.bitcoinj.crypto.ChildNumberDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bitcoinj.crypto.ChildNumberaccount(int accountIndex) Deprecated.Return path component for an accountstatic org.bitcoinj.crypto.ChildNumberDeprecated.Return coin type path component for a network idstatic org.bitcoinj.crypto.HDPathDeprecated.Map desired output script type and account index to an account pathstatic org.bitcoinj.crypto.HDPathpurpose(org.bitcoinj.base.ScriptType scriptType) Deprecated.Return the (root) path containing "purpose" for the specified scriptType
-
Field Details
-
PURPOSE_BIP44
Deprecated. -
PURPOSE_BIP49
Deprecated. -
PURPOSE_BIP84
Deprecated. -
COINTYPE_BTC
Deprecated. -
COINTYPE_TBTC
Deprecated. -
CHANGE_RECEIVING
Deprecated. -
CHANGE_CHANGE
Deprecated. -
BIP44_PARENT
Deprecated. -
BIP84_PARENT
Deprecated.
-
-
Method Details
-
pathFor
static org.bitcoinj.crypto.HDPath pathFor(org.bitcoinj.base.ScriptType outputScriptType, String netId) Deprecated.Map desired output script type and account index to an account path- Parameters:
outputScriptType- output script type (purpose)netId- network/coin type- Returns:
- The HD Path: purpose / coinType / accountIndex
-
purpose
Deprecated.Return the (root) path containing "purpose" for the specified scriptType- Parameters:
scriptType- script/address type- Returns:
- An HDPath with a BIP44 "purpose" entry
-
coinType
Deprecated.Return coin type path component for a network id- Parameters:
networkId- network id string, eg.BitcoinNetwork.ID_MAINNET
-
account
Deprecated.Return path component for an account- Parameters:
accountIndex- account index- Returns:
- A hardened path component
-
KeyChainGroupStructure.BIP43and constants inDeterministicKeyChain