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.HDPath
Deprecated.static final org.bitcoinj.crypto.HDPath
Deprecated.static final org.bitcoinj.crypto.ChildNumber
Deprecated.static final org.bitcoinj.crypto.ChildNumber
Deprecated.static final org.bitcoinj.crypto.ChildNumber
Deprecated.static final org.bitcoinj.crypto.ChildNumber
Deprecated.static final org.bitcoinj.crypto.ChildNumber
Deprecated.static final org.bitcoinj.crypto.ChildNumber
Deprecated.static final org.bitcoinj.crypto.ChildNumber
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bitcoinj.crypto.ChildNumber
account
(int accountIndex) Deprecated.Return path component for an accountstatic org.bitcoinj.crypto.ChildNumber
Deprecated.Return coin type path component for a network idstatic org.bitcoinj.crypto.HDPath
Deprecated.Map desired output script type and account index to an account pathstatic org.bitcoinj.crypto.HDPath
purpose
(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.BIP43
and constants inDeterministicKeyChain