Package org.bitcoinj.wallet
Interface WalletProtobufSerializer.WalletFactory
- 
- Enclosing class:
 - WalletProtobufSerializer
 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface public static interface WalletProtobufSerializer.WalletFactory 
- 
- 
Field Summary
Fields Modifier and Type Field Description static WalletProtobufSerializer.WalletFactoryDEFAULT 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description Walletcreate(Network network, KeyChainGroup keyChainGroup)default Walletcreate(NetworkParameters params, KeyChainGroup keyChainGroup)Deprecated. 
 - 
 
- 
- 
Field Detail
- 
DEFAULT
static final WalletProtobufSerializer.WalletFactory DEFAULT
 
 - 
 
- 
Method Detail
- 
create
Wallet create(Network network, KeyChainGroup keyChainGroup)
 
- 
create
@Deprecated default Wallet create(NetworkParameters params, KeyChainGroup keyChainGroup)
Deprecated. 
 - 
 
 -