Package org.bitcoinj.wallet
Class Protos.Wallet
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<Protos.Wallet,Protos.Wallet.Builder>
-
- org.bitcoinj.wallet.Protos.Wallet
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,Protos.WalletOrBuilder
- Enclosing class:
- Protos
public static final class Protos.Wallet extends com.google.protobuf.GeneratedMessageLite<Protos.Wallet,Protos.Wallet.Builder> implements Protos.WalletOrBuilder
A bitcoin wallet
Protobuf typewallet.Wallet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Protos.Wallet.Builder
A bitcoin walletstatic class
Protos.Wallet.EncryptionType
The encryption type of the wallet.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
-
-
Field Summary
Fields Modifier and Type Field Description 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 int
TAGS_FIELD_NUMBER
static int
TRANSACTION_FIELD_NUMBER
static int
VERSION_FIELD_NUMBER
static int
WATCHED_SCRIPT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)
static Protos.Wallet
getDefaultInstance()
java.lang.String
getDescription()
A UTF8 encoded text description of the wallet that is intended for end user provided text.com.google.protobuf.ByteString
getDescriptionBytes()
A UTF8 encoded text description of the wallet that is intended for end user provided text.Protos.ScryptParameters
getEncryptionParameters()
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;
java.util.List<Protos.Extension>
getExtensionList()
repeated .wallet.Extension extension = 10;
Protos.ExtensionOrBuilder
getExtensionOrBuilder(int index)
repeated .wallet.Extension extension = 10;
java.util.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;
java.util.List<Protos.Key>
getKeyList()
repeated .wallet.Key key = 3;
Protos.KeyOrBuilder
getKeyOrBuilder(int index)
repeated .wallet.Key key = 3;
java.util.List<? extends Protos.KeyOrBuilder>
getKeyOrBuilderList()
repeated .wallet.Key key = 3;
long
getKeyRotationTime()
UNIX time in seconds since the epoch.com.google.protobuf.ByteString
getLastSeenBlockHash()
The SHA256 hash of the head of the best chain seen by this wallet.int
getLastSeenBlockHeight()
The height in the chain of the last seen block.long
getLastSeenBlockTimeSecs()
optional int64 last_seen_block_time_secs = 14;
java.lang.String
getNetworkIdentifier()
the network used by this walletcom.google.protobuf.ByteString
getNetworkIdentifierBytes()
the network used by this walletProtos.Tag
getTags(int index)
repeated .wallet.Tag tags = 16;
int
getTagsCount()
repeated .wallet.Tag tags = 16;
java.util.List<Protos.Tag>
getTagsList()
repeated .wallet.Tag tags = 16;
Protos.TagOrBuilder
getTagsOrBuilder(int index)
repeated .wallet.Tag tags = 16;
java.util.List<? extends Protos.TagOrBuilder>
getTagsOrBuilderList()
repeated .wallet.Tag tags = 16;
Protos.Transaction
getTransaction(int index)
repeated .wallet.Transaction transaction = 4;
int
getTransactionCount()
repeated .wallet.Transaction transaction = 4;
java.util.List<Protos.Transaction>
getTransactionList()
repeated .wallet.Transaction transaction = 4;
Protos.TransactionOrBuilder
getTransactionOrBuilder(int index)
repeated .wallet.Transaction transaction = 4;
java.util.List<? extends Protos.TransactionOrBuilder>
getTransactionOrBuilderList()
repeated .wallet.Transaction transaction = 4;
int
getVersion()
The version number of the wallet - used to detect wallets that were produced in the future (i.e.Protos.Script
getWatchedScript(int index)
repeated .wallet.Script watched_script = 15;
int
getWatchedScriptCount()
repeated .wallet.Script watched_script = 15;
java.util.List<Protos.Script>
getWatchedScriptList()
repeated .wallet.Script watched_script = 15;
Protos.ScriptOrBuilder
getWatchedScriptOrBuilder(int index)
repeated .wallet.Script watched_script = 15;
java.util.List<? extends Protos.ScriptOrBuilder>
getWatchedScriptOrBuilderList()
repeated .wallet.Script watched_script = 15;
boolean
hasDescription()
A UTF8 encoded text description of the wallet that is intended for end user provided text.boolean
hasEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6;
boolean
hasEncryptionType()
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
boolean
hasKeyRotationTime()
UNIX time in seconds since the epoch.boolean
hasLastSeenBlockHash()
The SHA256 hash of the head of the best chain seen by this wallet.boolean
hasLastSeenBlockHeight()
The height in the chain of the last seen block.boolean
hasLastSeenBlockTimeSecs()
optional int64 last_seen_block_time_secs = 14;
boolean
hasNetworkIdentifier()
the network used by this walletboolean
hasVersion()
The version number of the wallet - used to detect wallets that were produced in the future (i.e.static Protos.Wallet.Builder
newBuilder()
static Protos.Wallet.Builder
newBuilder(Protos.Wallet prototype)
static Protos.Wallet
parseDelimitedFrom(java.io.InputStream input)
static Protos.Wallet
parseDelimitedFrom(java.io.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(java.io.InputStream input)
static Protos.Wallet
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Protos.Wallet
parseFrom(java.nio.ByteBuffer data)
static Protos.Wallet
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Protos.Wallet>
parser()
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
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
-
TAGS_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
hasNetworkIdentifier
public boolean hasNetworkIdentifier()
the network used by this wallet
required string network_identifier = 1;
- Specified by:
hasNetworkIdentifier
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the networkIdentifier field is set.
-
getNetworkIdentifier
public java.lang.String getNetworkIdentifier()
the network used by this wallet
required string network_identifier = 1;
- Specified by:
getNetworkIdentifier
in interfaceProtos.WalletOrBuilder
- Returns:
- The networkIdentifier.
-
getNetworkIdentifierBytes
public com.google.protobuf.ByteString getNetworkIdentifierBytes()
the network used by this wallet
required string network_identifier = 1;
- Specified by:
getNetworkIdentifierBytes
in interfaceProtos.WalletOrBuilder
- Returns:
- The bytes for networkIdentifier.
-
hasLastSeenBlockHash
public boolean hasLastSeenBlockHash()
The SHA256 hash of the head of the best chain seen by this wallet.
optional bytes last_seen_block_hash = 2;
- Specified by:
hasLastSeenBlockHash
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the lastSeenBlockHash field is set.
-
getLastSeenBlockHash
public com.google.protobuf.ByteString getLastSeenBlockHash()
The SHA256 hash of the head of the best chain seen by this wallet.
optional bytes last_seen_block_hash = 2;
- Specified by:
getLastSeenBlockHash
in interfaceProtos.WalletOrBuilder
- Returns:
- The lastSeenBlockHash.
-
hasLastSeenBlockHeight
public boolean hasLastSeenBlockHeight()
The height in the chain of the last seen block.
optional uint32 last_seen_block_height = 12;
- Specified by:
hasLastSeenBlockHeight
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the lastSeenBlockHeight field is set.
-
getLastSeenBlockHeight
public int getLastSeenBlockHeight()
The height in the chain of the last seen block.
optional uint32 last_seen_block_height = 12;
- Specified by:
getLastSeenBlockHeight
in interfaceProtos.WalletOrBuilder
- Returns:
- The lastSeenBlockHeight.
-
hasLastSeenBlockTimeSecs
public boolean hasLastSeenBlockTimeSecs()
optional int64 last_seen_block_time_secs = 14;
- Specified by:
hasLastSeenBlockTimeSecs
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the lastSeenBlockTimeSecs field is set.
-
getLastSeenBlockTimeSecs
public long getLastSeenBlockTimeSecs()
optional int64 last_seen_block_time_secs = 14;
- Specified by:
getLastSeenBlockTimeSecs
in interfaceProtos.WalletOrBuilder
- Returns:
- The lastSeenBlockTimeSecs.
-
getKeyList
public java.util.List<Protos.Key> getKeyList()
repeated .wallet.Key key = 3;
- Specified by:
getKeyList
in interfaceProtos.WalletOrBuilder
-
getKeyOrBuilderList
public java.util.List<? extends Protos.KeyOrBuilder> getKeyOrBuilderList()
repeated .wallet.Key key = 3;
-
getKeyCount
public int getKeyCount()
repeated .wallet.Key key = 3;
- Specified by:
getKeyCount
in interfaceProtos.WalletOrBuilder
-
getKey
public Protos.Key getKey(int index)
repeated .wallet.Key key = 3;
- Specified by:
getKey
in interfaceProtos.WalletOrBuilder
-
getKeyOrBuilder
public Protos.KeyOrBuilder getKeyOrBuilder(int index)
repeated .wallet.Key key = 3;
-
getTransactionList
public java.util.List<Protos.Transaction> getTransactionList()
repeated .wallet.Transaction transaction = 4;
- Specified by:
getTransactionList
in interfaceProtos.WalletOrBuilder
-
getTransactionOrBuilderList
public java.util.List<? extends Protos.TransactionOrBuilder> getTransactionOrBuilderList()
repeated .wallet.Transaction transaction = 4;
-
getTransactionCount
public int getTransactionCount()
repeated .wallet.Transaction transaction = 4;
- Specified by:
getTransactionCount
in interfaceProtos.WalletOrBuilder
-
getTransaction
public Protos.Transaction getTransaction(int index)
repeated .wallet.Transaction transaction = 4;
- Specified by:
getTransaction
in interfaceProtos.WalletOrBuilder
-
getTransactionOrBuilder
public Protos.TransactionOrBuilder getTransactionOrBuilder(int index)
repeated .wallet.Transaction transaction = 4;
-
getWatchedScriptList
public java.util.List<Protos.Script> getWatchedScriptList()
repeated .wallet.Script watched_script = 15;
- Specified by:
getWatchedScriptList
in interfaceProtos.WalletOrBuilder
-
getWatchedScriptOrBuilderList
public java.util.List<? extends Protos.ScriptOrBuilder> getWatchedScriptOrBuilderList()
repeated .wallet.Script watched_script = 15;
-
getWatchedScriptCount
public int getWatchedScriptCount()
repeated .wallet.Script watched_script = 15;
- Specified by:
getWatchedScriptCount
in interfaceProtos.WalletOrBuilder
-
getWatchedScript
public Protos.Script getWatchedScript(int index)
repeated .wallet.Script watched_script = 15;
- Specified by:
getWatchedScript
in interfaceProtos.WalletOrBuilder
-
getWatchedScriptOrBuilder
public Protos.ScriptOrBuilder getWatchedScriptOrBuilder(int index)
repeated .wallet.Script watched_script = 15;
-
hasEncryptionType
public boolean hasEncryptionType()
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
- Specified by:
hasEncryptionType
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the encryptionType field is set.
-
getEncryptionType
public Protos.Wallet.EncryptionType getEncryptionType()
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
- Specified by:
getEncryptionType
in interfaceProtos.WalletOrBuilder
- Returns:
- The encryptionType.
-
hasEncryptionParameters
public boolean hasEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6;
- Specified by:
hasEncryptionParameters
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the encryptionParameters field is set.
-
getEncryptionParameters
public Protos.ScryptParameters getEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6;
- Specified by:
getEncryptionParameters
in interfaceProtos.WalletOrBuilder
- Returns:
- The encryptionParameters.
-
hasVersion
public boolean hasVersion()
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 or parser code does not know about). A version that's higher than the default is considered from the future.
optional int32 version = 7 [default = 1];
- Specified by:
hasVersion
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the version field is set.
-
getVersion
public int getVersion()
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 or parser code does not know about). A version that's higher than the default is considered from the future.
optional int32 version = 7 [default = 1];
- Specified by:
getVersion
in interfaceProtos.WalletOrBuilder
- Returns:
- The version.
-
getExtensionList
public java.util.List<Protos.Extension> getExtensionList()
repeated .wallet.Extension extension = 10;
- Specified by:
getExtensionList
in interfaceProtos.WalletOrBuilder
-
getExtensionOrBuilderList
public java.util.List<? extends Protos.ExtensionOrBuilder> getExtensionOrBuilderList()
repeated .wallet.Extension extension = 10;
-
getExtensionCount
public int getExtensionCount()
repeated .wallet.Extension extension = 10;
- Specified by:
getExtensionCount
in interfaceProtos.WalletOrBuilder
-
getExtension
public Protos.Extension getExtension(int index)
repeated .wallet.Extension extension = 10;
- Specified by:
getExtension
in interfaceProtos.WalletOrBuilder
-
getExtensionOrBuilder
public Protos.ExtensionOrBuilder getExtensionOrBuilder(int index)
repeated .wallet.Extension extension = 10;
-
hasDescription
public boolean hasDescription()
A UTF8 encoded text description of the wallet that is intended for end user provided text.
optional string description = 11;
- Specified by:
hasDescription
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the description field is set.
-
getDescription
public java.lang.String getDescription()
A UTF8 encoded text description of the wallet that is intended for end user provided text.
optional string description = 11;
- Specified by:
getDescription
in interfaceProtos.WalletOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
A UTF8 encoded text description of the wallet that is intended for end user provided text.
optional string description = 11;
- Specified by:
getDescriptionBytes
in interfaceProtos.WalletOrBuilder
- Returns:
- The bytes for description.
-
hasKeyRotationTime
public boolean hasKeyRotationTime()
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.
optional uint64 key_rotation_time = 13;
- Specified by:
hasKeyRotationTime
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the keyRotationTime field is set.
-
getKeyRotationTime
public long getKeyRotationTime()
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.
optional uint64 key_rotation_time = 13;
- Specified by:
getKeyRotationTime
in interfaceProtos.WalletOrBuilder
- Returns:
- The keyRotationTime.
-
getTagsList
public java.util.List<Protos.Tag> getTagsList()
repeated .wallet.Tag tags = 16;
- Specified by:
getTagsList
in interfaceProtos.WalletOrBuilder
-
getTagsOrBuilderList
public java.util.List<? extends Protos.TagOrBuilder> getTagsOrBuilderList()
repeated .wallet.Tag tags = 16;
-
getTagsCount
public int getTagsCount()
repeated .wallet.Tag tags = 16;
- Specified by:
getTagsCount
in interfaceProtos.WalletOrBuilder
-
getTags
public Protos.Tag getTags(int index)
repeated .wallet.Tag tags = 16;
- Specified by:
getTags
in interfaceProtos.WalletOrBuilder
-
getTagsOrBuilder
public Protos.TagOrBuilder getTagsOrBuilder(int index)
repeated .wallet.Tag tags = 16;
-
parseFrom
public static Protos.Wallet parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Protos.Wallet parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
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(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Protos.Wallet parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Protos.Wallet parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Protos.Wallet parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Protos.Wallet parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Protos.Wallet parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static Protos.Wallet.Builder newBuilder()
-
newBuilder
public static Protos.Wallet.Builder newBuilder(Protos.Wallet prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)
- Specified by:
dynamicMethod
in classcom.google.protobuf.GeneratedMessageLite<Protos.Wallet,Protos.Wallet.Builder>
-
getDefaultInstance
public static Protos.Wallet getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Protos.Wallet> parser()
-
-