Package org.bitcoinj.wallet
Interface KeyChainGroupStructure
-
public interface KeyChainGroupStructure
Defines a structure for hierarchical deterministic wallets.
-
-
Field Summary
Fields Modifier and Type Field Description static KeyChainGroupStructure
DEFAULT
DefaultKeyChainGroupStructure
implementation.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HDPath
accountPathFor(Script.ScriptType outputScriptType)
Map desired output script type to an account path
-
-
-
Field Detail
-
DEFAULT
static final KeyChainGroupStructure DEFAULT
DefaultKeyChainGroupStructure
implementation. Based on BIP32 "Wallet structure".
-
-
Method Detail
-
accountPathFor
HDPath accountPathFor(Script.ScriptType outputScriptType)
Map desired output script type to an account path
-
-