public static final class Protos.Wallet.Builder extends com.google.protobuf.GeneratedMessage.Builder<Protos.Wallet.Builder> implements Protos.WalletOrBuilder
wallet.Wallet
A bitcoin wallet
Modifier and Type | Method and Description |
---|---|
Protos.Wallet.Builder |
addAllExtension(Iterable<? extends Protos.Extension> values)
repeated .wallet.Extension extension = 10; |
Protos.Wallet.Builder |
addAllKey(Iterable<? extends Protos.Key> values)
repeated .wallet.Key key = 3; |
Protos.Wallet.Builder |
addAllTags(Iterable<? extends Protos.Tag> values)
repeated .wallet.Tag tags = 16; |
Protos.Wallet.Builder |
addAllTransaction(Iterable<? extends Protos.Transaction> values)
repeated .wallet.Transaction transaction = 4; |
Protos.Wallet.Builder |
addAllTransactionSigners(Iterable<? extends Protos.TransactionSigner> values)
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.Wallet.Builder |
addAllWatchedScript(Iterable<? extends Protos.Script> values)
repeated .wallet.Script watched_script = 15; |
Protos.Wallet.Builder |
addExtension(int index,
Protos.Extension.Builder builderForValue)
repeated .wallet.Extension extension = 10; |
Protos.Wallet.Builder |
addExtension(int index,
Protos.Extension value)
repeated .wallet.Extension extension = 10; |
Protos.Wallet.Builder |
addExtension(Protos.Extension.Builder builderForValue)
repeated .wallet.Extension extension = 10; |
Protos.Wallet.Builder |
addExtension(Protos.Extension value)
repeated .wallet.Extension extension = 10; |
Protos.Extension.Builder |
addExtensionBuilder()
repeated .wallet.Extension extension = 10; |
Protos.Extension.Builder |
addExtensionBuilder(int index)
repeated .wallet.Extension extension = 10; |
Protos.Wallet.Builder |
addKey(int index,
Protos.Key.Builder builderForValue)
repeated .wallet.Key key = 3; |
Protos.Wallet.Builder |
addKey(int index,
Protos.Key value)
repeated .wallet.Key key = 3; |
Protos.Wallet.Builder |
addKey(Protos.Key.Builder builderForValue)
repeated .wallet.Key key = 3; |
Protos.Wallet.Builder |
addKey(Protos.Key value)
repeated .wallet.Key key = 3; |
Protos.Key.Builder |
addKeyBuilder()
repeated .wallet.Key key = 3; |
Protos.Key.Builder |
addKeyBuilder(int index)
repeated .wallet.Key key = 3; |
Protos.Wallet.Builder |
addTags(int index,
Protos.Tag.Builder builderForValue)
repeated .wallet.Tag tags = 16; |
Protos.Wallet.Builder |
addTags(int index,
Protos.Tag value)
repeated .wallet.Tag tags = 16; |
Protos.Wallet.Builder |
addTags(Protos.Tag.Builder builderForValue)
repeated .wallet.Tag tags = 16; |
Protos.Wallet.Builder |
addTags(Protos.Tag value)
repeated .wallet.Tag tags = 16; |
Protos.Tag.Builder |
addTagsBuilder()
repeated .wallet.Tag tags = 16; |
Protos.Tag.Builder |
addTagsBuilder(int index)
repeated .wallet.Tag tags = 16; |
Protos.Wallet.Builder |
addTransaction(int index,
Protos.Transaction.Builder builderForValue)
repeated .wallet.Transaction transaction = 4; |
Protos.Wallet.Builder |
addTransaction(int index,
Protos.Transaction value)
repeated .wallet.Transaction transaction = 4; |
Protos.Wallet.Builder |
addTransaction(Protos.Transaction.Builder builderForValue)
repeated .wallet.Transaction transaction = 4; |
Protos.Wallet.Builder |
addTransaction(Protos.Transaction value)
repeated .wallet.Transaction transaction = 4; |
Protos.Transaction.Builder |
addTransactionBuilder()
repeated .wallet.Transaction transaction = 4; |
Protos.Transaction.Builder |
addTransactionBuilder(int index)
repeated .wallet.Transaction transaction = 4; |
Protos.Wallet.Builder |
addTransactionSigners(int index,
Protos.TransactionSigner.Builder builderForValue)
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.Wallet.Builder |
addTransactionSigners(int index,
Protos.TransactionSigner value)
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.Wallet.Builder |
addTransactionSigners(Protos.TransactionSigner.Builder builderForValue)
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.Wallet.Builder |
addTransactionSigners(Protos.TransactionSigner value)
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.TransactionSigner.Builder |
addTransactionSignersBuilder()
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.TransactionSigner.Builder |
addTransactionSignersBuilder(int index)
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.Wallet.Builder |
addWatchedScript(int index,
Protos.Script.Builder builderForValue)
repeated .wallet.Script watched_script = 15; |
Protos.Wallet.Builder |
addWatchedScript(int index,
Protos.Script value)
repeated .wallet.Script watched_script = 15; |
Protos.Wallet.Builder |
addWatchedScript(Protos.Script.Builder builderForValue)
repeated .wallet.Script watched_script = 15; |
Protos.Wallet.Builder |
addWatchedScript(Protos.Script value)
repeated .wallet.Script watched_script = 15; |
Protos.Script.Builder |
addWatchedScriptBuilder()
repeated .wallet.Script watched_script = 15; |
Protos.Script.Builder |
addWatchedScriptBuilder(int index)
repeated .wallet.Script watched_script = 15; |
Protos.Wallet |
build() |
Protos.Wallet |
buildPartial() |
Protos.Wallet.Builder |
clear() |
Protos.Wallet.Builder |
clearDescription()
optional string description = 11; |
Protos.Wallet.Builder |
clearEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6; |
Protos.Wallet.Builder |
clearEncryptionType()
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED]; |
Protos.Wallet.Builder |
clearExtension()
repeated .wallet.Extension extension = 10; |
Protos.Wallet.Builder |
clearKey()
repeated .wallet.Key key = 3; |
Protos.Wallet.Builder |
clearKeyRotationTime()
optional uint64 key_rotation_time = 13; |
Protos.Wallet.Builder |
clearLastSeenBlockHash()
optional bytes last_seen_block_hash = 2; |
Protos.Wallet.Builder |
clearLastSeenBlockHeight()
optional uint32 last_seen_block_height = 12; |
Protos.Wallet.Builder |
clearLastSeenBlockTimeSecs()
optional int64 last_seen_block_time_secs = 14; |
Protos.Wallet.Builder |
clearNetworkIdentifier()
required string network_identifier = 1; |
Protos.Wallet.Builder |
clearTags()
repeated .wallet.Tag tags = 16; |
Protos.Wallet.Builder |
clearTransaction()
repeated .wallet.Transaction transaction = 4; |
Protos.Wallet.Builder |
clearTransactionSigners()
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.Wallet.Builder |
clearVersion()
optional int32 version = 7 [default = 1]; |
Protos.Wallet.Builder |
clearWatchedScript()
repeated .wallet.Script watched_script = 15; |
Protos.Wallet.Builder |
clone() |
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() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Protos.ScryptParameters |
getEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6; |
Protos.ScryptParameters.Builder |
getEncryptionParametersBuilder()
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; |
Protos.Extension.Builder |
getExtensionBuilder(int index)
repeated .wallet.Extension extension = 10; |
List<Protos.Extension.Builder> |
getExtensionBuilderList()
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; |
Protos.Key.Builder |
getKeyBuilder(int index)
repeated .wallet.Key key = 3; |
List<Protos.Key.Builder> |
getKeyBuilderList()
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; |
Protos.Tag |
getTags(int index)
repeated .wallet.Tag tags = 16; |
Protos.Tag.Builder |
getTagsBuilder(int index)
repeated .wallet.Tag tags = 16; |
List<Protos.Tag.Builder> |
getTagsBuilderList()
repeated .wallet.Tag tags = 16; |
int |
getTagsCount()
repeated .wallet.Tag tags = 16; |
List<Protos.Tag> |
getTagsList()
repeated .wallet.Tag tags = 16; |
Protos.TagOrBuilder |
getTagsOrBuilder(int index)
repeated .wallet.Tag tags = 16; |
List<? extends Protos.TagOrBuilder> |
getTagsOrBuilderList()
repeated .wallet.Tag tags = 16; |
Protos.Transaction |
getTransaction(int index)
repeated .wallet.Transaction transaction = 4; |
Protos.Transaction.Builder |
getTransactionBuilder(int index)
repeated .wallet.Transaction transaction = 4; |
List<Protos.Transaction.Builder> |
getTransactionBuilderList()
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; |
Protos.TransactionSigner |
getTransactionSigners(int index)
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.TransactionSigner.Builder |
getTransactionSignersBuilder(int index)
repeated .wallet.TransactionSigner transaction_signers = 17; |
List<Protos.TransactionSigner.Builder> |
getTransactionSignersBuilderList()
repeated .wallet.TransactionSigner transaction_signers = 17; |
int |
getTransactionSignersCount()
repeated .wallet.TransactionSigner transaction_signers = 17; |
List<Protos.TransactionSigner> |
getTransactionSignersList()
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.TransactionSignerOrBuilder |
getTransactionSignersOrBuilder(int index)
repeated .wallet.TransactionSigner transaction_signers = 17; |
List<? extends Protos.TransactionSignerOrBuilder> |
getTransactionSignersOrBuilderList()
repeated .wallet.TransactionSigner transaction_signers = 17; |
int |
getVersion()
optional int32 version = 7 [default = 1]; |
Protos.Script |
getWatchedScript(int index)
repeated .wallet.Script watched_script = 15; |
Protos.Script.Builder |
getWatchedScriptBuilder(int index)
repeated .wallet.Script watched_script = 15; |
List<Protos.Script.Builder> |
getWatchedScriptBuilderList()
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 [default = 1]; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.Wallet.Builder |
mergeEncryptionParameters(Protos.ScryptParameters value)
optional .wallet.ScryptParameters encryption_parameters = 6; |
Protos.Wallet.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.Wallet.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.Wallet.Builder |
mergeFrom(Protos.Wallet other) |
Protos.Wallet.Builder |
removeExtension(int index)
repeated .wallet.Extension extension = 10; |
Protos.Wallet.Builder |
removeKey(int index)
repeated .wallet.Key key = 3; |
Protos.Wallet.Builder |
removeTags(int index)
repeated .wallet.Tag tags = 16; |
Protos.Wallet.Builder |
removeTransaction(int index)
repeated .wallet.Transaction transaction = 4; |
Protos.Wallet.Builder |
removeTransactionSigners(int index)
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.Wallet.Builder |
removeWatchedScript(int index)
repeated .wallet.Script watched_script = 15; |
Protos.Wallet.Builder |
setDescription(String value)
optional string description = 11; |
Protos.Wallet.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
optional string description = 11; |
Protos.Wallet.Builder |
setEncryptionParameters(Protos.ScryptParameters.Builder builderForValue)
optional .wallet.ScryptParameters encryption_parameters = 6; |
Protos.Wallet.Builder |
setEncryptionParameters(Protos.ScryptParameters value)
optional .wallet.ScryptParameters encryption_parameters = 6; |
Protos.Wallet.Builder |
setEncryptionType(Protos.Wallet.EncryptionType value)
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED]; |
Protos.Wallet.Builder |
setExtension(int index,
Protos.Extension.Builder builderForValue)
repeated .wallet.Extension extension = 10; |
Protos.Wallet.Builder |
setExtension(int index,
Protos.Extension value)
repeated .wallet.Extension extension = 10; |
Protos.Wallet.Builder |
setKey(int index,
Protos.Key.Builder builderForValue)
repeated .wallet.Key key = 3; |
Protos.Wallet.Builder |
setKey(int index,
Protos.Key value)
repeated .wallet.Key key = 3; |
Protos.Wallet.Builder |
setKeyRotationTime(long value)
optional uint64 key_rotation_time = 13; |
Protos.Wallet.Builder |
setLastSeenBlockHash(com.google.protobuf.ByteString value)
optional bytes last_seen_block_hash = 2; |
Protos.Wallet.Builder |
setLastSeenBlockHeight(int value)
optional uint32 last_seen_block_height = 12; |
Protos.Wallet.Builder |
setLastSeenBlockTimeSecs(long value)
optional int64 last_seen_block_time_secs = 14; |
Protos.Wallet.Builder |
setNetworkIdentifier(String value)
required string network_identifier = 1; |
Protos.Wallet.Builder |
setNetworkIdentifierBytes(com.google.protobuf.ByteString value)
required string network_identifier = 1; |
Protos.Wallet.Builder |
setTags(int index,
Protos.Tag.Builder builderForValue)
repeated .wallet.Tag tags = 16; |
Protos.Wallet.Builder |
setTags(int index,
Protos.Tag value)
repeated .wallet.Tag tags = 16; |
Protos.Wallet.Builder |
setTransaction(int index,
Protos.Transaction.Builder builderForValue)
repeated .wallet.Transaction transaction = 4; |
Protos.Wallet.Builder |
setTransaction(int index,
Protos.Transaction value)
repeated .wallet.Transaction transaction = 4; |
Protos.Wallet.Builder |
setTransactionSigners(int index,
Protos.TransactionSigner.Builder builderForValue)
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.Wallet.Builder |
setTransactionSigners(int index,
Protos.TransactionSigner value)
repeated .wallet.TransactionSigner transaction_signers = 17; |
Protos.Wallet.Builder |
setVersion(int value)
optional int32 version = 7 [default = 1]; |
Protos.Wallet.Builder |
setWatchedScript(int index,
Protos.Script.Builder builderForValue)
repeated .wallet.Script watched_script = 15; |
Protos.Wallet.Builder |
setWatchedScript(int index,
Protos.Script value)
repeated .wallet.Script watched_script = 15; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<Protos.Wallet.Builder>
public Protos.Wallet.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<Protos.Wallet.Builder>
public Protos.Wallet.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<Protos.Wallet.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<Protos.Wallet.Builder>
public Protos.Wallet getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Protos.Wallet build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Protos.Wallet buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Protos.Wallet.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Protos.Wallet.Builder>
public Protos.Wallet.Builder mergeFrom(Protos.Wallet other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<Protos.Wallet.Builder>
public Protos.Wallet.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Protos.Wallet.Builder>
IOException
public boolean hasNetworkIdentifier()
required string network_identifier = 1;
the network used by this wallet
hasNetworkIdentifier
in interface Protos.WalletOrBuilder
public String getNetworkIdentifier()
required string network_identifier = 1;
the network used by this wallet
getNetworkIdentifier
in interface Protos.WalletOrBuilder
public com.google.protobuf.ByteString getNetworkIdentifierBytes()
required string network_identifier = 1;
the network used by this wallet
getNetworkIdentifierBytes
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setNetworkIdentifier(String value)
required string network_identifier = 1;
the network used by this wallet
public Protos.Wallet.Builder clearNetworkIdentifier()
required string network_identifier = 1;
the network used by this wallet
public Protos.Wallet.Builder setNetworkIdentifierBytes(com.google.protobuf.ByteString value)
required string network_identifier = 1;
the network used by this wallet
public boolean hasLastSeenBlockHash()
optional bytes last_seen_block_hash = 2;
The SHA256 hash of the head of the best chain seen by this wallet.
hasLastSeenBlockHash
in interface Protos.WalletOrBuilder
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.
getLastSeenBlockHash
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setLastSeenBlockHash(com.google.protobuf.ByteString value)
optional bytes last_seen_block_hash = 2;
The SHA256 hash of the head of the best chain seen by this wallet.
public Protos.Wallet.Builder clearLastSeenBlockHash()
optional bytes last_seen_block_hash = 2;
The SHA256 hash of the head of the best chain seen by this wallet.
public boolean hasLastSeenBlockHeight()
optional uint32 last_seen_block_height = 12;
The height in the chain of the last seen block.
hasLastSeenBlockHeight
in interface Protos.WalletOrBuilder
public int getLastSeenBlockHeight()
optional uint32 last_seen_block_height = 12;
The height in the chain of the last seen block.
getLastSeenBlockHeight
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setLastSeenBlockHeight(int value)
optional uint32 last_seen_block_height = 12;
The height in the chain of the last seen block.
public Protos.Wallet.Builder clearLastSeenBlockHeight()
optional uint32 last_seen_block_height = 12;
The height in the chain of the last seen block.
public boolean hasLastSeenBlockTimeSecs()
optional int64 last_seen_block_time_secs = 14;
hasLastSeenBlockTimeSecs
in interface Protos.WalletOrBuilder
public long getLastSeenBlockTimeSecs()
optional int64 last_seen_block_time_secs = 14;
getLastSeenBlockTimeSecs
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setLastSeenBlockTimeSecs(long value)
optional int64 last_seen_block_time_secs = 14;
public Protos.Wallet.Builder clearLastSeenBlockTimeSecs()
optional int64 last_seen_block_time_secs = 14;
public List<Protos.Key> getKeyList()
repeated .wallet.Key key = 3;
getKeyList
in interface Protos.WalletOrBuilder
public int getKeyCount()
repeated .wallet.Key key = 3;
getKeyCount
in interface Protos.WalletOrBuilder
public Protos.Key getKey(int index)
repeated .wallet.Key key = 3;
getKey
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setKey(int index, Protos.Key value)
repeated .wallet.Key key = 3;
public Protos.Wallet.Builder setKey(int index, Protos.Key.Builder builderForValue)
repeated .wallet.Key key = 3;
public Protos.Wallet.Builder addKey(Protos.Key value)
repeated .wallet.Key key = 3;
public Protos.Wallet.Builder addKey(int index, Protos.Key value)
repeated .wallet.Key key = 3;
public Protos.Wallet.Builder addKey(Protos.Key.Builder builderForValue)
repeated .wallet.Key key = 3;
public Protos.Wallet.Builder addKey(int index, Protos.Key.Builder builderForValue)
repeated .wallet.Key key = 3;
public Protos.Wallet.Builder addAllKey(Iterable<? extends Protos.Key> values)
repeated .wallet.Key key = 3;
public Protos.Wallet.Builder clearKey()
repeated .wallet.Key key = 3;
public Protos.Wallet.Builder removeKey(int index)
repeated .wallet.Key key = 3;
public Protos.Key.Builder getKeyBuilder(int index)
repeated .wallet.Key key = 3;
public Protos.KeyOrBuilder getKeyOrBuilder(int index)
repeated .wallet.Key key = 3;
getKeyOrBuilder
in interface Protos.WalletOrBuilder
public List<? extends Protos.KeyOrBuilder> getKeyOrBuilderList()
repeated .wallet.Key key = 3;
getKeyOrBuilderList
in interface Protos.WalletOrBuilder
public Protos.Key.Builder addKeyBuilder()
repeated .wallet.Key key = 3;
public Protos.Key.Builder addKeyBuilder(int index)
repeated .wallet.Key key = 3;
public List<Protos.Key.Builder> getKeyBuilderList()
repeated .wallet.Key key = 3;
public List<Protos.Transaction> getTransactionList()
repeated .wallet.Transaction transaction = 4;
getTransactionList
in interface Protos.WalletOrBuilder
public int getTransactionCount()
repeated .wallet.Transaction transaction = 4;
getTransactionCount
in interface Protos.WalletOrBuilder
public Protos.Transaction getTransaction(int index)
repeated .wallet.Transaction transaction = 4;
getTransaction
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setTransaction(int index, Protos.Transaction value)
repeated .wallet.Transaction transaction = 4;
public Protos.Wallet.Builder setTransaction(int index, Protos.Transaction.Builder builderForValue)
repeated .wallet.Transaction transaction = 4;
public Protos.Wallet.Builder addTransaction(Protos.Transaction value)
repeated .wallet.Transaction transaction = 4;
public Protos.Wallet.Builder addTransaction(int index, Protos.Transaction value)
repeated .wallet.Transaction transaction = 4;
public Protos.Wallet.Builder addTransaction(Protos.Transaction.Builder builderForValue)
repeated .wallet.Transaction transaction = 4;
public Protos.Wallet.Builder addTransaction(int index, Protos.Transaction.Builder builderForValue)
repeated .wallet.Transaction transaction = 4;
public Protos.Wallet.Builder addAllTransaction(Iterable<? extends Protos.Transaction> values)
repeated .wallet.Transaction transaction = 4;
public Protos.Wallet.Builder clearTransaction()
repeated .wallet.Transaction transaction = 4;
public Protos.Wallet.Builder removeTransaction(int index)
repeated .wallet.Transaction transaction = 4;
public Protos.Transaction.Builder getTransactionBuilder(int index)
repeated .wallet.Transaction transaction = 4;
public Protos.TransactionOrBuilder getTransactionOrBuilder(int index)
repeated .wallet.Transaction transaction = 4;
getTransactionOrBuilder
in interface Protos.WalletOrBuilder
public List<? extends Protos.TransactionOrBuilder> getTransactionOrBuilderList()
repeated .wallet.Transaction transaction = 4;
getTransactionOrBuilderList
in interface Protos.WalletOrBuilder
public Protos.Transaction.Builder addTransactionBuilder()
repeated .wallet.Transaction transaction = 4;
public Protos.Transaction.Builder addTransactionBuilder(int index)
repeated .wallet.Transaction transaction = 4;
public List<Protos.Transaction.Builder> getTransactionBuilderList()
repeated .wallet.Transaction transaction = 4;
public List<Protos.Script> getWatchedScriptList()
repeated .wallet.Script watched_script = 15;
getWatchedScriptList
in interface Protos.WalletOrBuilder
public int getWatchedScriptCount()
repeated .wallet.Script watched_script = 15;
getWatchedScriptCount
in interface Protos.WalletOrBuilder
public Protos.Script getWatchedScript(int index)
repeated .wallet.Script watched_script = 15;
getWatchedScript
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setWatchedScript(int index, Protos.Script value)
repeated .wallet.Script watched_script = 15;
public Protos.Wallet.Builder setWatchedScript(int index, Protos.Script.Builder builderForValue)
repeated .wallet.Script watched_script = 15;
public Protos.Wallet.Builder addWatchedScript(Protos.Script value)
repeated .wallet.Script watched_script = 15;
public Protos.Wallet.Builder addWatchedScript(int index, Protos.Script value)
repeated .wallet.Script watched_script = 15;
public Protos.Wallet.Builder addWatchedScript(Protos.Script.Builder builderForValue)
repeated .wallet.Script watched_script = 15;
public Protos.Wallet.Builder addWatchedScript(int index, Protos.Script.Builder builderForValue)
repeated .wallet.Script watched_script = 15;
public Protos.Wallet.Builder addAllWatchedScript(Iterable<? extends Protos.Script> values)
repeated .wallet.Script watched_script = 15;
public Protos.Wallet.Builder clearWatchedScript()
repeated .wallet.Script watched_script = 15;
public Protos.Wallet.Builder removeWatchedScript(int index)
repeated .wallet.Script watched_script = 15;
public Protos.Script.Builder getWatchedScriptBuilder(int index)
repeated .wallet.Script watched_script = 15;
public Protos.ScriptOrBuilder getWatchedScriptOrBuilder(int index)
repeated .wallet.Script watched_script = 15;
getWatchedScriptOrBuilder
in interface Protos.WalletOrBuilder
public List<? extends Protos.ScriptOrBuilder> getWatchedScriptOrBuilderList()
repeated .wallet.Script watched_script = 15;
getWatchedScriptOrBuilderList
in interface Protos.WalletOrBuilder
public Protos.Script.Builder addWatchedScriptBuilder()
repeated .wallet.Script watched_script = 15;
public Protos.Script.Builder addWatchedScriptBuilder(int index)
repeated .wallet.Script watched_script = 15;
public List<Protos.Script.Builder> getWatchedScriptBuilderList()
repeated .wallet.Script watched_script = 15;
public boolean hasEncryptionType()
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
hasEncryptionType
in interface Protos.WalletOrBuilder
public Protos.Wallet.EncryptionType getEncryptionType()
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
getEncryptionType
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setEncryptionType(Protos.Wallet.EncryptionType value)
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
public Protos.Wallet.Builder clearEncryptionType()
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
public boolean hasEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6;
hasEncryptionParameters
in interface Protos.WalletOrBuilder
public Protos.ScryptParameters getEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6;
getEncryptionParameters
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setEncryptionParameters(Protos.ScryptParameters value)
optional .wallet.ScryptParameters encryption_parameters = 6;
public Protos.Wallet.Builder setEncryptionParameters(Protos.ScryptParameters.Builder builderForValue)
optional .wallet.ScryptParameters encryption_parameters = 6;
public Protos.Wallet.Builder mergeEncryptionParameters(Protos.ScryptParameters value)
optional .wallet.ScryptParameters encryption_parameters = 6;
public Protos.Wallet.Builder clearEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6;
public Protos.ScryptParameters.Builder getEncryptionParametersBuilder()
optional .wallet.ScryptParameters encryption_parameters = 6;
public Protos.ScryptParametersOrBuilder getEncryptionParametersOrBuilder()
optional .wallet.ScryptParameters encryption_parameters = 6;
getEncryptionParametersOrBuilder
in interface Protos.WalletOrBuilder
public boolean hasVersion()
optional int32 version = 7 [default = 1];
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.
hasVersion
in interface Protos.WalletOrBuilder
public int getVersion()
optional int32 version = 7 [default = 1];
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.
getVersion
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setVersion(int value)
optional int32 version = 7 [default = 1];
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.
public Protos.Wallet.Builder clearVersion()
optional int32 version = 7 [default = 1];
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.
public List<Protos.Extension> getExtensionList()
repeated .wallet.Extension extension = 10;
getExtensionList
in interface Protos.WalletOrBuilder
public int getExtensionCount()
repeated .wallet.Extension extension = 10;
getExtensionCount
in interface Protos.WalletOrBuilder
public Protos.Extension getExtension(int index)
repeated .wallet.Extension extension = 10;
getExtension
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setExtension(int index, Protos.Extension value)
repeated .wallet.Extension extension = 10;
public Protos.Wallet.Builder setExtension(int index, Protos.Extension.Builder builderForValue)
repeated .wallet.Extension extension = 10;
public Protos.Wallet.Builder addExtension(Protos.Extension value)
repeated .wallet.Extension extension = 10;
public Protos.Wallet.Builder addExtension(int index, Protos.Extension value)
repeated .wallet.Extension extension = 10;
public Protos.Wallet.Builder addExtension(Protos.Extension.Builder builderForValue)
repeated .wallet.Extension extension = 10;
public Protos.Wallet.Builder addExtension(int index, Protos.Extension.Builder builderForValue)
repeated .wallet.Extension extension = 10;
public Protos.Wallet.Builder addAllExtension(Iterable<? extends Protos.Extension> values)
repeated .wallet.Extension extension = 10;
public Protos.Wallet.Builder clearExtension()
repeated .wallet.Extension extension = 10;
public Protos.Wallet.Builder removeExtension(int index)
repeated .wallet.Extension extension = 10;
public Protos.Extension.Builder getExtensionBuilder(int index)
repeated .wallet.Extension extension = 10;
public Protos.ExtensionOrBuilder getExtensionOrBuilder(int index)
repeated .wallet.Extension extension = 10;
getExtensionOrBuilder
in interface Protos.WalletOrBuilder
public List<? extends Protos.ExtensionOrBuilder> getExtensionOrBuilderList()
repeated .wallet.Extension extension = 10;
getExtensionOrBuilderList
in interface Protos.WalletOrBuilder
public Protos.Extension.Builder addExtensionBuilder()
repeated .wallet.Extension extension = 10;
public Protos.Extension.Builder addExtensionBuilder(int index)
repeated .wallet.Extension extension = 10;
public List<Protos.Extension.Builder> getExtensionBuilderList()
repeated .wallet.Extension extension = 10;
public boolean hasDescription()
optional string description = 11;
A UTF8 encoded text description of the wallet that is intended for end user provided text.
hasDescription
in interface Protos.WalletOrBuilder
public String getDescription()
optional string description = 11;
A UTF8 encoded text description of the wallet that is intended for end user provided text.
getDescription
in interface Protos.WalletOrBuilder
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.
getDescriptionBytes
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setDescription(String value)
optional string description = 11;
A UTF8 encoded text description of the wallet that is intended for end user provided text.
public Protos.Wallet.Builder clearDescription()
optional string description = 11;
A UTF8 encoded text description of the wallet that is intended for end user provided text.
public Protos.Wallet.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
optional string description = 11;
A UTF8 encoded text description of the wallet that is intended for end user provided text.
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.
hasKeyRotationTime
in interface Protos.WalletOrBuilder
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.
getKeyRotationTime
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setKeyRotationTime(long value)
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.
public Protos.Wallet.Builder clearKeyRotationTime()
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.
public List<Protos.Tag> getTagsList()
repeated .wallet.Tag tags = 16;
getTagsList
in interface Protos.WalletOrBuilder
public int getTagsCount()
repeated .wallet.Tag tags = 16;
getTagsCount
in interface Protos.WalletOrBuilder
public Protos.Tag getTags(int index)
repeated .wallet.Tag tags = 16;
getTags
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setTags(int index, Protos.Tag value)
repeated .wallet.Tag tags = 16;
public Protos.Wallet.Builder setTags(int index, Protos.Tag.Builder builderForValue)
repeated .wallet.Tag tags = 16;
public Protos.Wallet.Builder addTags(Protos.Tag value)
repeated .wallet.Tag tags = 16;
public Protos.Wallet.Builder addTags(int index, Protos.Tag value)
repeated .wallet.Tag tags = 16;
public Protos.Wallet.Builder addTags(Protos.Tag.Builder builderForValue)
repeated .wallet.Tag tags = 16;
public Protos.Wallet.Builder addTags(int index, Protos.Tag.Builder builderForValue)
repeated .wallet.Tag tags = 16;
public Protos.Wallet.Builder addAllTags(Iterable<? extends Protos.Tag> values)
repeated .wallet.Tag tags = 16;
public Protos.Wallet.Builder clearTags()
repeated .wallet.Tag tags = 16;
public Protos.Wallet.Builder removeTags(int index)
repeated .wallet.Tag tags = 16;
public Protos.Tag.Builder getTagsBuilder(int index)
repeated .wallet.Tag tags = 16;
public Protos.TagOrBuilder getTagsOrBuilder(int index)
repeated .wallet.Tag tags = 16;
getTagsOrBuilder
in interface Protos.WalletOrBuilder
public List<? extends Protos.TagOrBuilder> getTagsOrBuilderList()
repeated .wallet.Tag tags = 16;
getTagsOrBuilderList
in interface Protos.WalletOrBuilder
public Protos.Tag.Builder addTagsBuilder()
repeated .wallet.Tag tags = 16;
public Protos.Tag.Builder addTagsBuilder(int index)
repeated .wallet.Tag tags = 16;
public List<Protos.Tag.Builder> getTagsBuilderList()
repeated .wallet.Tag tags = 16;
public List<Protos.TransactionSigner> getTransactionSignersList()
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
getTransactionSignersList
in interface Protos.WalletOrBuilder
public int getTransactionSignersCount()
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
getTransactionSignersCount
in interface Protos.WalletOrBuilder
public Protos.TransactionSigner getTransactionSigners(int index)
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
getTransactionSigners
in interface Protos.WalletOrBuilder
public Protos.Wallet.Builder setTransactionSigners(int index, Protos.TransactionSigner value)
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
public Protos.Wallet.Builder setTransactionSigners(int index, Protos.TransactionSigner.Builder builderForValue)
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
public Protos.Wallet.Builder addTransactionSigners(Protos.TransactionSigner value)
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
public Protos.Wallet.Builder addTransactionSigners(int index, Protos.TransactionSigner value)
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
public Protos.Wallet.Builder addTransactionSigners(Protos.TransactionSigner.Builder builderForValue)
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
public Protos.Wallet.Builder addTransactionSigners(int index, Protos.TransactionSigner.Builder builderForValue)
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
public Protos.Wallet.Builder addAllTransactionSigners(Iterable<? extends Protos.TransactionSigner> values)
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
public Protos.Wallet.Builder clearTransactionSigners()
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
public Protos.Wallet.Builder removeTransactionSigners(int index)
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
public Protos.TransactionSigner.Builder getTransactionSignersBuilder(int index)
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
public Protos.TransactionSignerOrBuilder getTransactionSignersOrBuilder(int index)
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
getTransactionSignersOrBuilder
in interface Protos.WalletOrBuilder
public List<? extends Protos.TransactionSignerOrBuilder> getTransactionSignersOrBuilderList()
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
getTransactionSignersOrBuilderList
in interface Protos.WalletOrBuilder
public Protos.TransactionSigner.Builder addTransactionSignersBuilder()
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
public Protos.TransactionSigner.Builder addTransactionSignersBuilder(int index)
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
public List<Protos.TransactionSigner.Builder> getTransactionSignersBuilderList()
repeated .wallet.TransactionSigner transaction_signers = 17;
transaction signers added to the wallet
Copyright © 2016. All rights reserved.