public static interface Protos.WalletOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
optional string description = 11; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 11; |
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; |
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; |
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; |
boolean hasNetworkIdentifier()
required string network_identifier = 1;
the network used by this wallet
String getNetworkIdentifier()
required string network_identifier = 1;
the network used by this wallet
com.google.protobuf.ByteString getNetworkIdentifierBytes()
required string network_identifier = 1;
the network used by this wallet
boolean hasLastSeenBlockHash()
optional bytes last_seen_block_hash = 2;
The SHA256 hash of the head of the best chain seen by this wallet.
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.
boolean hasLastSeenBlockHeight()
optional uint32 last_seen_block_height = 12;
The height in the chain of the last seen block.
int getLastSeenBlockHeight()
optional uint32 last_seen_block_height = 12;
The height in the chain of the last seen block.
boolean hasLastSeenBlockTimeSecs()
optional int64 last_seen_block_time_secs = 14;
long getLastSeenBlockTimeSecs()
optional int64 last_seen_block_time_secs = 14;
List<Protos.Key> getKeyList()
repeated .wallet.Key key = 3;
Protos.Key getKey(int index)
repeated .wallet.Key key = 3;
int getKeyCount()
repeated .wallet.Key key = 3;
List<? extends Protos.KeyOrBuilder> getKeyOrBuilderList()
repeated .wallet.Key key = 3;
Protos.KeyOrBuilder getKeyOrBuilder(int index)
repeated .wallet.Key key = 3;
List<Protos.Transaction> getTransactionList()
repeated .wallet.Transaction transaction = 4;
Protos.Transaction getTransaction(int index)
repeated .wallet.Transaction transaction = 4;
int getTransactionCount()
repeated .wallet.Transaction transaction = 4;
List<? extends Protos.TransactionOrBuilder> getTransactionOrBuilderList()
repeated .wallet.Transaction transaction = 4;
Protos.TransactionOrBuilder getTransactionOrBuilder(int index)
repeated .wallet.Transaction transaction = 4;
List<Protos.Script> getWatchedScriptList()
repeated .wallet.Script watched_script = 15;
Protos.Script getWatchedScript(int index)
repeated .wallet.Script watched_script = 15;
int getWatchedScriptCount()
repeated .wallet.Script watched_script = 15;
List<? extends Protos.ScriptOrBuilder> getWatchedScriptOrBuilderList()
repeated .wallet.Script watched_script = 15;
Protos.ScriptOrBuilder getWatchedScriptOrBuilder(int index)
repeated .wallet.Script watched_script = 15;
boolean hasEncryptionType()
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
Protos.Wallet.EncryptionType getEncryptionType()
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
boolean hasEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6;
Protos.ScryptParameters getEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6;
Protos.ScryptParametersOrBuilder getEncryptionParametersOrBuilder()
optional .wallet.ScryptParameters encryption_parameters = 6;
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)
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)
List<Protos.Extension> getExtensionList()
repeated .wallet.Extension extension = 10;
Protos.Extension getExtension(int index)
repeated .wallet.Extension extension = 10;
int getExtensionCount()
repeated .wallet.Extension extension = 10;
List<? extends Protos.ExtensionOrBuilder> getExtensionOrBuilderList()
repeated .wallet.Extension extension = 10;
Protos.ExtensionOrBuilder getExtensionOrBuilder(int index)
repeated .wallet.Extension extension = 10;
boolean hasDescription()
optional string description = 11;
A UTF8 encoded text description of the wallet that is intended for end user provided text.
String getDescription()
optional string description = 11;
A UTF8 encoded text description of the wallet that is intended for end user provided text.
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.
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.
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.
Copyright © 2014. All rights reserved.