org.bitcoinj.wallet
Class Protos.Wallet

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.bitcoinj.wallet.Protos.Wallet
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Protos.WalletOrBuilder
Enclosing class:
Protos

public static final class Protos.Wallet
extends com.google.protobuf.GeneratedMessage
implements Protos.WalletOrBuilder

Protobuf type wallet.Wallet

 A bitcoin wallet 
 

See Also:
Serialized Form

Nested Class Summary
static class Protos.Wallet.Builder
          Protobuf type wallet.Wallet
static class Protos.Wallet.EncryptionType
          Protobuf enum wallet.Wallet.EncryptionType
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int DESCRIPTION_FIELD_NUMBER
           
static int ENCRYPTION_PARAMETERS_FIELD_NUMBER
           
static int ENCRYPTION_TYPE_FIELD_NUMBER
           
static int EXTENSION_FIELD_NUMBER
           
static int KEY_FIELD_NUMBER
           
static int KEY_ROTATION_TIME_FIELD_NUMBER
           
static int LAST_SEEN_BLOCK_HASH_FIELD_NUMBER
           
static int LAST_SEEN_BLOCK_HEIGHT_FIELD_NUMBER
           
static int LAST_SEEN_BLOCK_TIME_SECS_FIELD_NUMBER
           
static int NETWORK_IDENTIFIER_FIELD_NUMBER
           
static com.google.protobuf.Parser<Protos.Wallet> PARSER
           
static int TRANSACTION_FIELD_NUMBER
           
static int VERSION_FIELD_NUMBER
           
static int WATCHED_SCRIPT_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
static Protos.Wallet getDefaultInstance()
           
 Protos.Wallet getDefaultInstanceForType()
           
 String getDescription()
          optional string description = 11;
 com.google.protobuf.ByteString getDescriptionBytes()
          optional string description = 11;
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 Protos.ScryptParameters getEncryptionParameters()
          optional .wallet.ScryptParameters encryption_parameters = 6;
 Protos.ScryptParametersOrBuilder getEncryptionParametersOrBuilder()
          optional .wallet.ScryptParameters encryption_parameters = 6;
 Protos.Wallet.EncryptionType getEncryptionType()
          optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
 Protos.Extension getExtension(int index)
          repeated .wallet.Extension extension = 10;
 int getExtensionCount()
          repeated .wallet.Extension extension = 10;
 List<Protos.Extension> getExtensionList()
          repeated .wallet.Extension extension = 10;
 Protos.ExtensionOrBuilder getExtensionOrBuilder(int index)
          repeated .wallet.Extension extension = 10;
 List<? extends Protos.ExtensionOrBuilder> getExtensionOrBuilderList()
          repeated .wallet.Extension extension = 10;
 Protos.Key getKey(int index)
          repeated .wallet.Key key = 3;
 int getKeyCount()
          repeated .wallet.Key key = 3;
 List<Protos.Key> getKeyList()
          repeated .wallet.Key key = 3;
 Protos.KeyOrBuilder getKeyOrBuilder(int index)
          repeated .wallet.Key key = 3;
 List<? extends Protos.KeyOrBuilder> getKeyOrBuilderList()
          repeated .wallet.Key key = 3;
 long getKeyRotationTime()
          optional uint64 key_rotation_time = 13;
 com.google.protobuf.ByteString getLastSeenBlockHash()
          optional bytes last_seen_block_hash = 2;
 int getLastSeenBlockHeight()
          optional uint32 last_seen_block_height = 12;
 long getLastSeenBlockTimeSecs()
          optional int64 last_seen_block_time_secs = 14;
 String getNetworkIdentifier()
          required string network_identifier = 1;
 com.google.protobuf.ByteString getNetworkIdentifierBytes()
          required string network_identifier = 1;
 com.google.protobuf.Parser<Protos.Wallet> getParserForType()
           
 int getSerializedSize()
           
 Protos.Transaction getTransaction(int index)
          repeated .wallet.Transaction transaction = 4;
 int getTransactionCount()
          repeated .wallet.Transaction transaction = 4;
 List<Protos.Transaction> getTransactionList()
          repeated .wallet.Transaction transaction = 4;
 Protos.TransactionOrBuilder getTransactionOrBuilder(int index)
          repeated .wallet.Transaction transaction = 4;
 List<? extends Protos.TransactionOrBuilder> getTransactionOrBuilderList()
          repeated .wallet.Transaction transaction = 4;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 int getVersion()
          optional int32 version = 7;
 Protos.Script getWatchedScript(int index)
          repeated .wallet.Script watched_script = 15;
 int getWatchedScriptCount()
          repeated .wallet.Script watched_script = 15;
 List<Protos.Script> getWatchedScriptList()
          repeated .wallet.Script watched_script = 15;
 Protos.ScriptOrBuilder getWatchedScriptOrBuilder(int index)
          repeated .wallet.Script watched_script = 15;
 List<? extends Protos.ScriptOrBuilder> getWatchedScriptOrBuilderList()
          repeated .wallet.Script watched_script = 15;
 boolean hasDescription()
          optional string description = 11;
 boolean hasEncryptionParameters()
          optional .wallet.ScryptParameters encryption_parameters = 6;
 boolean hasEncryptionType()
          optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
 boolean hasKeyRotationTime()
          optional uint64 key_rotation_time = 13;
 boolean hasLastSeenBlockHash()
          optional bytes last_seen_block_hash = 2;
 boolean hasLastSeenBlockHeight()
          optional uint32 last_seen_block_height = 12;
 boolean hasLastSeenBlockTimeSecs()
          optional int64 last_seen_block_time_secs = 14;
 boolean hasNetworkIdentifier()
          required string network_identifier = 1;
 boolean hasVersion()
          optional int32 version = 7;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static Protos.Wallet.Builder newBuilder()
           
static Protos.Wallet.Builder newBuilder(Protos.Wallet prototype)
           
 Protos.Wallet.Builder newBuilderForType()
           
protected  Protos.Wallet.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static Protos.Wallet parseDelimitedFrom(InputStream input)
           
static Protos.Wallet parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Wallet parseFrom(byte[] data)
           
static Protos.Wallet parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Wallet parseFrom(com.google.protobuf.ByteString data)
           
static Protos.Wallet parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Wallet parseFrom(com.google.protobuf.CodedInputStream input)
           
static Protos.Wallet parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Wallet parseFrom(InputStream input)
           
static Protos.Wallet parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 Protos.Wallet.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<Protos.Wallet> PARSER

NETWORK_IDENTIFIER_FIELD_NUMBER

public static final int NETWORK_IDENTIFIER_FIELD_NUMBER
See Also:
Constant Field Values

LAST_SEEN_BLOCK_HASH_FIELD_NUMBER

public static final int LAST_SEEN_BLOCK_HASH_FIELD_NUMBER
See Also:
Constant Field Values

LAST_SEEN_BLOCK_HEIGHT_FIELD_NUMBER

public static final int LAST_SEEN_BLOCK_HEIGHT_FIELD_NUMBER
See Also:
Constant Field Values

LAST_SEEN_BLOCK_TIME_SECS_FIELD_NUMBER

public static final int LAST_SEEN_BLOCK_TIME_SECS_FIELD_NUMBER
See Also:
Constant Field Values

KEY_FIELD_NUMBER

public static final int KEY_FIELD_NUMBER
See Also:
Constant Field Values

TRANSACTION_FIELD_NUMBER

public static final int TRANSACTION_FIELD_NUMBER
See Also:
Constant Field Values

WATCHED_SCRIPT_FIELD_NUMBER

public static final int WATCHED_SCRIPT_FIELD_NUMBER
See Also:
Constant Field Values

ENCRYPTION_TYPE_FIELD_NUMBER

public static final int ENCRYPTION_TYPE_FIELD_NUMBER
See Also:
Constant Field Values

ENCRYPTION_PARAMETERS_FIELD_NUMBER

public static final int ENCRYPTION_PARAMETERS_FIELD_NUMBER
See Also:
Constant Field Values

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
See Also:
Constant Field Values

EXTENSION_FIELD_NUMBER

public static final int EXTENSION_FIELD_NUMBER
See Also:
Constant Field Values

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
See Also:
Constant Field Values

KEY_ROTATION_TIME_FIELD_NUMBER

public static final int KEY_ROTATION_TIME_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static Protos.Wallet getDefaultInstance()

getDefaultInstanceForType

public Protos.Wallet getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage

getParserForType

public com.google.protobuf.Parser<Protos.Wallet> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasNetworkIdentifier

public boolean hasNetworkIdentifier()
required string network_identifier = 1;
 the network used by this wallet
 

Specified by:
hasNetworkIdentifier in interface Protos.WalletOrBuilder

getNetworkIdentifier

public String getNetworkIdentifier()
required string network_identifier = 1;
 the network used by this wallet
 

Specified by:
getNetworkIdentifier in interface Protos.WalletOrBuilder

getNetworkIdentifierBytes

public com.google.protobuf.ByteString getNetworkIdentifierBytes()
required string network_identifier = 1;
 the network used by this wallet
 

Specified by:
getNetworkIdentifierBytes in interface Protos.WalletOrBuilder

hasLastSeenBlockHash

public boolean hasLastSeenBlockHash()
optional bytes last_seen_block_hash = 2;
 The SHA256 hash of the head of the best chain seen by this wallet.
 

Specified by:
hasLastSeenBlockHash in interface Protos.WalletOrBuilder

getLastSeenBlockHash

public com.google.protobuf.ByteString getLastSeenBlockHash()
optional bytes last_seen_block_hash = 2;
 The SHA256 hash of the head of the best chain seen by this wallet.
 

Specified by:
getLastSeenBlockHash in interface Protos.WalletOrBuilder

hasLastSeenBlockHeight

public boolean hasLastSeenBlockHeight()
optional uint32 last_seen_block_height = 12;
 The height in the chain of the last seen block.
 

Specified by:
hasLastSeenBlockHeight in interface Protos.WalletOrBuilder

getLastSeenBlockHeight

public int getLastSeenBlockHeight()
optional uint32 last_seen_block_height = 12;
 The height in the chain of the last seen block.
 

Specified by:
getLastSeenBlockHeight in interface Protos.WalletOrBuilder

hasLastSeenBlockTimeSecs

public boolean hasLastSeenBlockTimeSecs()
optional int64 last_seen_block_time_secs = 14;

Specified by:
hasLastSeenBlockTimeSecs in interface Protos.WalletOrBuilder

getLastSeenBlockTimeSecs

public long getLastSeenBlockTimeSecs()
optional int64 last_seen_block_time_secs = 14;

Specified by:
getLastSeenBlockTimeSecs in interface Protos.WalletOrBuilder

getKeyList

public List<Protos.Key> getKeyList()
repeated .wallet.Key key = 3;

Specified by:
getKeyList in interface Protos.WalletOrBuilder

getKeyOrBuilderList

public List<? extends Protos.KeyOrBuilder> getKeyOrBuilderList()
repeated .wallet.Key key = 3;

Specified by:
getKeyOrBuilderList in interface Protos.WalletOrBuilder

getKeyCount

public int getKeyCount()
repeated .wallet.Key key = 3;

Specified by:
getKeyCount in interface Protos.WalletOrBuilder

getKey

public Protos.Key getKey(int index)
repeated .wallet.Key key = 3;

Specified by:
getKey in interface Protos.WalletOrBuilder

getKeyOrBuilder

public Protos.KeyOrBuilder getKeyOrBuilder(int index)
repeated .wallet.Key key = 3;

Specified by:
getKeyOrBuilder in interface Protos.WalletOrBuilder

getTransactionList

public List<Protos.Transaction> getTransactionList()
repeated .wallet.Transaction transaction = 4;

Specified by:
getTransactionList in interface Protos.WalletOrBuilder

getTransactionOrBuilderList

public List<? extends Protos.TransactionOrBuilder> getTransactionOrBuilderList()
repeated .wallet.Transaction transaction = 4;

Specified by:
getTransactionOrBuilderList in interface Protos.WalletOrBuilder

getTransactionCount

public int getTransactionCount()
repeated .wallet.Transaction transaction = 4;

Specified by:
getTransactionCount in interface Protos.WalletOrBuilder

getTransaction

public Protos.Transaction getTransaction(int index)
repeated .wallet.Transaction transaction = 4;

Specified by:
getTransaction in interface Protos.WalletOrBuilder

getTransactionOrBuilder

public Protos.TransactionOrBuilder getTransactionOrBuilder(int index)
repeated .wallet.Transaction transaction = 4;

Specified by:
getTransactionOrBuilder in interface Protos.WalletOrBuilder

getWatchedScriptList

public List<Protos.Script> getWatchedScriptList()
repeated .wallet.Script watched_script = 15;

Specified by:
getWatchedScriptList in interface Protos.WalletOrBuilder

getWatchedScriptOrBuilderList

public List<? extends Protos.ScriptOrBuilder> getWatchedScriptOrBuilderList()
repeated .wallet.Script watched_script = 15;

Specified by:
getWatchedScriptOrBuilderList in interface Protos.WalletOrBuilder

getWatchedScriptCount

public int getWatchedScriptCount()
repeated .wallet.Script watched_script = 15;

Specified by:
getWatchedScriptCount in interface Protos.WalletOrBuilder

getWatchedScript

public Protos.Script getWatchedScript(int index)
repeated .wallet.Script watched_script = 15;

Specified by:
getWatchedScript in interface Protos.WalletOrBuilder

getWatchedScriptOrBuilder

public Protos.ScriptOrBuilder getWatchedScriptOrBuilder(int index)
repeated .wallet.Script watched_script = 15;

Specified by:
getWatchedScriptOrBuilder in interface Protos.WalletOrBuilder

hasEncryptionType

public boolean hasEncryptionType()
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];

Specified by:
hasEncryptionType in interface Protos.WalletOrBuilder

getEncryptionType

public Protos.Wallet.EncryptionType getEncryptionType()
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];

Specified by:
getEncryptionType in interface Protos.WalletOrBuilder

hasEncryptionParameters

public boolean hasEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6;

Specified by:
hasEncryptionParameters in interface Protos.WalletOrBuilder

getEncryptionParameters

public Protos.ScryptParameters getEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6;

Specified by:
getEncryptionParameters in interface Protos.WalletOrBuilder

getEncryptionParametersOrBuilder

public Protos.ScryptParametersOrBuilder getEncryptionParametersOrBuilder()
optional .wallet.ScryptParameters encryption_parameters = 6;

Specified by:
getEncryptionParametersOrBuilder in interface Protos.WalletOrBuilder

hasVersion

public boolean hasVersion()
optional int32 version = 7;
 The version number of the wallet - used to detect wallets that were produced in the future
 (i.e the wallet may contain some future format this protobuf/ code does not know about)
 

Specified by:
hasVersion in interface Protos.WalletOrBuilder

getVersion

public int getVersion()
optional int32 version = 7;
 The version number of the wallet - used to detect wallets that were produced in the future
 (i.e the wallet may contain some future format this protobuf/ code does not know about)
 

Specified by:
getVersion in interface Protos.WalletOrBuilder

getExtensionList

public List<Protos.Extension> getExtensionList()
repeated .wallet.Extension extension = 10;

Specified by:
getExtensionList in interface Protos.WalletOrBuilder

getExtensionOrBuilderList

public List<? extends Protos.ExtensionOrBuilder> getExtensionOrBuilderList()
repeated .wallet.Extension extension = 10;

Specified by:
getExtensionOrBuilderList in interface Protos.WalletOrBuilder

getExtensionCount

public int getExtensionCount()
repeated .wallet.Extension extension = 10;

Specified by:
getExtensionCount in interface Protos.WalletOrBuilder

getExtension

public Protos.Extension getExtension(int index)
repeated .wallet.Extension extension = 10;

Specified by:
getExtension in interface Protos.WalletOrBuilder

getExtensionOrBuilder

public Protos.ExtensionOrBuilder getExtensionOrBuilder(int index)
repeated .wallet.Extension extension = 10;

Specified by:
getExtensionOrBuilder in interface Protos.WalletOrBuilder

hasDescription

public boolean hasDescription()
optional string description = 11;
 A UTF8 encoded text description of the wallet that is intended for end user provided text.
 

Specified by:
hasDescription in interface Protos.WalletOrBuilder

getDescription

public String getDescription()
optional string description = 11;
 A UTF8 encoded text description of the wallet that is intended for end user provided text.
 

Specified by:
getDescription in interface Protos.WalletOrBuilder

getDescriptionBytes

public com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 11;
 A UTF8 encoded text description of the wallet that is intended for end user provided text.
 

Specified by:
getDescriptionBytes in interface Protos.WalletOrBuilder

hasKeyRotationTime

public boolean hasKeyRotationTime()
optional uint64 key_rotation_time = 13;
 UNIX time in seconds since the epoch. If set, then any keys created before this date are assumed to be no longer
 wanted. Money sent to them will be re-spent automatically to the first key that was created after this time. It
 can be used to recover a compromised wallet, or just as part of preventative defence-in-depth measures.
 

Specified by:
hasKeyRotationTime in interface Protos.WalletOrBuilder

getKeyRotationTime

public long getKeyRotationTime()
optional uint64 key_rotation_time = 13;
 UNIX time in seconds since the epoch. If set, then any keys created before this date are assumed to be no longer
 wanted. Money sent to them will be re-spent automatically to the first key that was created after this time. It
 can be used to recover a compromised wallet, or just as part of preventative defence-in-depth measures.
 

Specified by:
getKeyRotationTime in interface Protos.WalletOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

parseFrom

public static Protos.Wallet parseFrom(com.google.protobuf.ByteString data)
                               throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static Protos.Wallet parseFrom(com.google.protobuf.ByteString data,
                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                               throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static Protos.Wallet parseFrom(byte[] data)
                               throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static Protos.Wallet parseFrom(byte[] data,
                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                               throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static Protos.Wallet parseFrom(InputStream input)
                               throws IOException
Throws:
IOException

parseFrom

public static Protos.Wallet parseFrom(InputStream input,
                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                               throws IOException
Throws:
IOException

parseDelimitedFrom

public static Protos.Wallet parseDelimitedFrom(InputStream input)
                                        throws IOException
Throws:
IOException

parseDelimitedFrom

public static Protos.Wallet parseDelimitedFrom(InputStream input,
                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                        throws IOException
Throws:
IOException

parseFrom

public static Protos.Wallet parseFrom(com.google.protobuf.CodedInputStream input)
                               throws IOException
Throws:
IOException

parseFrom

public static Protos.Wallet parseFrom(com.google.protobuf.CodedInputStream input,
                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                               throws IOException
Throws:
IOException

newBuilder

public static Protos.Wallet.Builder newBuilder()

newBuilderForType

public Protos.Wallet.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static Protos.Wallet.Builder newBuilder(Protos.Wallet prototype)

toBuilder

public Protos.Wallet.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected Protos.Wallet.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2014. All rights reserved.