| Package | Description | 
|---|---|
| org.bitcoinj.wallet | Classes that support the  Wallet, which knows how to find and save transactions relevant to
 a set of keys or scripts, calculate balances, and spend money: the wallet has many features and can be extended
 in various ways, please refer to the website for documentation on how to use it. | 
| Modifier and Type | Method and Description | 
|---|---|
| Protos.Key.Type | Protos.KeyOrBuilder. getType()required .wallet.Key.Type type = 1; | 
| Protos.Key.Type | Protos.Key. getType()required .wallet.Key.Type type = 1; | 
| Protos.Key.Type | Protos.Key.Builder. getType()required .wallet.Key.Type type = 1; | 
| static Protos.Key.Type | Protos.Key.Type. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) | 
| static Protos.Key.Type | Protos.Key.Type. valueOf(int value) | 
| static Protos.Key.Type | Protos.Key.Type. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Protos.Key.Type[] | Protos.Key.Type. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static com.google.protobuf.Internal.EnumLiteMap<Protos.Key.Type> | Protos.Key.Type. internalGetValueMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| Protos.Key.Builder | Protos.Key.Builder. setType(Protos.Key.Type value)required .wallet.Key.Type type = 1; | 
Copyright © 2018. All rights reserved.